Color Hex Logo

#606c23 Color Hex

#606C23
(96,108,35)
0 Favorites   0 Comments

Color spaces of #606c23

RGB 9610835
HSL0.190.510.28
HSV70°68°42°
CMYK 0.110.000.68   0.58
XYZ10.489813.33333.6108
Yxy13.33330.38240.4860
Hunter Lab36.5148-12.622219.6974
CIE-Lab43.2612-15.601137.9189

#606c23 color RGB value is (96,108,35).

#606c23 hex color red value is 96, green value is 108 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #606c23 hue: 0.19 , saturation: 0.51 and the lightness value of 606c23 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101100 00100011
Octal 140 154 43
Decimal 96 108 35
Hex 60 6C 23

RGB Percentages of Color #606c23

%40.17
%45.19
%14.64

CMYK Percentages of Color #606c23

%11
%0
%68
%58

Triadic Colors of #606c23

#606c23 #23606c #6c2360

Analogous Colors of #606c23

#606c23 #3c6c23 #6c5423

Monochromatic Colors of #606c23

#606c23

Complementary Color

#606c23 #2f236c

#606c23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606c23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606c23 Color CSS Codes

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

#606c23 Text Font Color

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

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


#606c23 Background Color

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

This div background color is #606c23


#606c23 Border Color

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

This div border color is #606c23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606c23


Comments

No comments written yet.

Please login to write comment.