Color Hex Logo

#606a47 Color Hex

#606A47
(96,106,71)
0 Favorites   0 Comments

Color spaces of #606a47

RGB 9610671
HSL0.210.200.35
HSV77°33°42°
CMYK 0.090.000.33   0.58
XYZ11.115213.24987.9329
Yxy13.24980.34410.4102
Hunter Lab36.4003-9.193712.5588
CIE-Lab43.1372-10.392118.4286

#606a47 color RGB value is (96,106,71).

#606a47 hex color red value is 96, green value is 106 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #606a47 hue: 0.21 , saturation: 0.20 and the lightness value of 606a47 is 0.35.

The process color (four color CMYK) of #606a47 color hex is 0.09, 0.00, 0.33, 0.58. Web safe color of #606a47 is #666633. Color #606a47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101010 01000111
Octal 140 152 107
Decimal 96 106 71
Hex 60 6A 47

RGB Percentages of Color #606a47

%35.16
%38.83
%26.01

CMYK Percentages of Color #606a47

%9
%0
%33
%58

Triadic Colors of #606a47

#606a47 #47606a #6a4760

Analogous Colors of #606a47

#606a47 #4f6a47 #6a6347

Monochromatic Colors of #606a47

#606a47

Complementary Color

#606a47 #51476a

#606a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606a47 Color CSS Codes

.mybgcolor {background-color:#606a47; } 
.myforecolor {color:#606a47; }
.mybordercolor {border:3px solid #606a47; }

#606a47 Text Font Color

<p style="color:#606a47">Text here</p>

This sample text font color is #606a47
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#606a47 Background Color

<div style="background-color:#606a47">
Div content here</div>

This div background color is #606a47


#606a47 Border Color

<div style="border:3px solid #606a47">
Div here</div>

This div border color is #606a47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,106,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606a47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606a47;
  -webkit-box-shadow: 1px 1px 3px 2px #606a47;
  box-shadow:         1px 1px 3px 2px #606a47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,106,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #606a47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #606a47;
  -webkit-box-shadow: 1px 1px 3px 2px #606a47;
  box-shadow:         1px 1px 3px 2px #606a47;">
Div content here</div>

This div box has shadow with color #606a47


Comments

No comments written yet.

Please login to write comment.