Color Hex Logo

#3c6c08 Color Hex

#3C6C08
(60,108,8)
0 Favorites   0 Comments

Color spaces of #3c6c08

RGB 601088
HSL0.250.860.23
HSV89°93°42°
CMYK 0.440.000.93   0.58
XYZ7.269911.70332.1055
Yxy11.70330.34490.5552
Hunter Lab34.2101-21.935120.2980
CIE-Lab40.7406-32.328744.1467

#3c6c08 color RGB value is (60,108,8).

#3c6c08 hex color red value is 60, green value is 108 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #3c6c08 hue: 0.25 , saturation: 0.86 and the lightness value of 3c6c08 is 0.23.

The process color (four color CMYK) of #3c6c08 color hex is 0.44, 0.00, 0.93, 0.58. Web safe color of #3c6c08 is #336600. Color #3c6c08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101100 00001000
Octal 74 154 10
Decimal 60 108 8
Hex 3C 6C 8

RGB Percentages of Color #3c6c08

%34.09
%61.36
%4.55

CMYK Percentages of Color #3c6c08

%44
%0
%93
%58

Triadic Colors of #3c6c08

#3c6c08 #083c6c #6c083c

Analogous Colors of #3c6c08

#3c6c08 #0a6c08 #6c6a08

Monochromatic Colors of #3c6c08

#3c6c08

Complementary Color

#3c6c08 #38086c

#3c6c08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6c08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6c08 Color CSS Codes

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

#3c6c08 Text Font Color

<p style="color:#3c6c08">Text here</p>

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


#3c6c08 Background Color

<div style="background-color:#3c6c08">
Div content here</div>

This div background color is #3c6c08


#3c6c08 Border Color

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

This div border color is #3c6c08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,108,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c6c08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c6c08;
  -webkit-box-shadow: 1px 1px 3px 2px #3c6c08;
  box-shadow:         1px 1px 3px 2px #3c6c08; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6c08


Comments

No comments written yet.

Please login to write comment.