Color Hex Logo

#3c966f Color Hex

#3C966F
(60,150,111)
0 Favorites   0 Comments

Color spaces of #3c966f

RGB 60150111
HSL0.430.430.41
HSV154°60°59°
CMYK 0.600.000.26   0.41
XYZ15.639123.921018.8319
Yxy23.92100.26780.4097
Hunter Lab48.9091-28.514011.4074
CIE-Lab56.0086-36.396312.7213

#3c966f color RGB value is (60,150,111).

#3c966f hex color red value is 60, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #3c966f hue: 0.43 , saturation: 0.43 and the lightness value of 3c966f is 0.41.

The process color (four color CMYK) of #3c966f color hex is 0.60, 0.00, 0.26, 0.41. Web safe color of #3c966f is #339966. Color #3c966f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10010110 01101111
Octal 74 226 157
Decimal 60 150 111
Hex 3C 96 6F

RGB Percentages of Color #3c966f

%18.69
%46.73
%34.58

CMYK Percentages of Color #3c966f

%60
%0
%26
%41

Triadic Colors of #3c966f

#3c966f #6f3c96 #966f3c

Analogous Colors of #3c966f

#3c966f #3c9096 #3c9642

Monochromatic Colors of #3c966f

#3c966f

Complementary Color

#3c966f #963c63

#3c966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c966f Color CSS Codes

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

#3c966f Text Font Color

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

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


#3c966f Background Color

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

This div background color is #3c966f


#3c966f Border Color

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

This div border color is #3c966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c966f


Comments

No comments written yet.

Please login to write comment.