Color Hex Logo

#3c6d16 Color Hex

#3C6D16
(60,109,22)
0 Favorites   0 Comments

Color spaces of #3c6d16

RGB 6010922
HSL0.260.660.26
HSV94°80°43°
CMYK 0.450.000.80   0.57
XYZ7.476911.95592.6727
Yxy11.95590.33820.5409
Hunter Lab34.5773-21.911919.6212
CIE-Lab41.1459-32.080140.4029

#3c6d16 color RGB value is (60,109,22).

#3c6d16 hex color red value is 60, green value is 109 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #3c6d16 hue: 0.26 , saturation: 0.66 and the lightness value of 3c6d16 is 0.26.

The process color (four color CMYK) of #3c6d16 color hex is 0.45, 0.00, 0.80, 0.57. Web safe color of #3c6d16 is #336600. Color #3c6d16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101101 00010110
Octal 74 155 26
Decimal 60 109 22
Hex 3C 6D 16

RGB Percentages of Color #3c6d16

%31.41
%57.07
%11.52

CMYK Percentages of Color #3c6d16

%45
%0
%80
%57

Triadic Colors of #3c6d16

#3c6d16 #163c6d #6d163c

Analogous Colors of #3c6d16

#3c6d16 #166d1c #686d16

Monochromatic Colors of #3c6d16

#3c6d16

Complementary Color

#3c6d16 #47166d

#3c6d16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6d16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6d16 Color CSS Codes

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

#3c6d16 Text Font Color

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

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


#3c6d16 Background Color

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

This div background color is #3c6d16


#3c6d16 Border Color

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

This div border color is #3c6d16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6d16


Comments

No comments written yet.

Please login to write comment.