Html Css Color HEX #3D5953 Spectra

📋 copy color: '#3D5953'

red 61 ◦ green 89 ◦ blue 83

#3D5953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #3D5953

Tints of Spectra #3D5953

RGB

 RED value IS 61 (24.22% from 255) = 26.18%

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 26.18%
G = 38.2%
B = 35.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3D5953 (or 0x3D5953) is known color: Spectra. HEX triplet: 3D, 59 and 53. RGB value is (61,89,83). Sum of RGB (Red+Green+Blue) = 61+89+83=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5953 is #C2A6AC. Grayscale: #4F4F4F. Windows color (decimal): -12756653 or 5462333. OLE color: 5462333.

HSL color Cylindrical-coordinate representation of color #3D5953: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5953 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 83 -
CMYK 0.31 0 0.07 0.65
HSL 167.14º 0.19% 0.29% -
HSV(B) 167.14º 0.31% 0.35% -
XYZ 7.06 8.76 9.5 -
YUV 79.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 61 89 83 0.31 0 0.07 0.65 167.14 0.19 0.29
Hex 3D 59 53 1F 0 7 41 A7 13 1D
Octal 75 131 123 37 0 7 101 247 23 35
Binary 111101 1011001 1010011 11111 0 111 1000001 10100111 10011 11101

Color Harmonies of #3D5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5953

Black with #3D5953

Text Example


Text Example

White with #3D5953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5953; }

 p { color: rgb(61,89,83); }

 H1.HeaderClassName
 {
   color: #3D5953;
 }
 .AnyTagClassName
 {
   color: #3D5953;
 }
</style>

background-color css

<style>
 a { background-color: #3D5953; }

 a { background-color: rgb(61,89,83); }

 div.DivClassName
 {
   background-color: #3D5953;
 }
 .BgClassName
 {
   background-color: #3D5953;
 }
</style>

border-color css

<style>
 span { border-color: #3D5953; }

 span { border-color: rgb(61,89,83); }

 td.TdClassName
 {
   border-color: #3D5953;
 }
 .TagClassName
 {
   border-color: #3D5953;
 }
</style>