Color Hex Logo

#606c32 Color Hex

#606C32
(96,108,50)
0 Favorites   0 Comments

Color spaces of #606c32

RGB 9610850
HSL0.200.370.31
HSV72°54°42°
CMYK 0.110.000.54   0.58
XYZ10.762213.44225.0450
Yxy13.44220.36790.4596
Hunter Lab36.6636-11.764617.5061
CIE-Lab43.4221-14.236330.6179

#606c32 color RGB value is (96,108,50).

#606c32 hex color red value is 96, green value is 108 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #606c32 hue: 0.20 , saturation: 0.37 and the lightness value of 606c32 is 0.31.

The process color (four color CMYK) of #606c32 color hex is 0.11, 0.00, 0.54, 0.58. Web safe color of #606c32 is #666633. Color #606c32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 00110010
Octal 140 154 62
Decimal 96 108 50
Hex 60 6C 32

RGB Percentages of Color #606c32

%37.80
%42.52
%19.69

CMYK Percentages of Color #606c32

%11
%0
%54
%58

Triadic Colors of #606c32

#606c32 #32606c #6c3260

Analogous Colors of #606c32

#606c32 #436c32 #6c5b32

Monochromatic Colors of #606c32

#606c32

Complementary Color

#606c32 #3e326c

#606c32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606c32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606c32 Color CSS Codes

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

#606c32 Text Font Color

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

This sample text font color is #606c32
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.


#606c32 Background Color

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

This div background color is #606c32


#606c32 Border Color

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

This div border color is #606c32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606c32


Comments

No comments written yet.

Please login to write comment.