color codes Logo

#3c876f color codes

#3C876F
(60,135,111)
0 Favorites   0 Comments

Color spaces of #3c876f

RGB 60135111
HSL0.450.380.38
HSV161°56°53°
CMYK 0.560.000.18   0.47
XYZ13.396719.436318.0844
Yxy19.43630.26310.3817
Hunter Lab44.0866-22.91046.5398
CIE-Lab51.1938-29.41895.9142

#3c876f color RGB value is (60,135,111).

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

The process color (four color CMYK) of #3c876f color code is 0.56, 0.00, 0.18, 0.47. Web safe color of #3c876f is #339966. Color #3c876f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10000111 01101111
Octal 74 207 157
Decimal 60 135 111
Hex 3C 87 6F

RGB Percentages of Color #3c876f

%19.61
%44.12
%36.27

CMYK Percentages of Color #3c876f

%56
%0
%18
%47

Triadic Colors of #3c876f

#3c876f #6f3c87 #876f3c

Analogous Colors of #3c876f

#3c876f #3c7a87 #3c874a

Monochromatic Colors of #3c876f

#3c876f

Complementary Color

#3c876f #873c54

#3c876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c876f Color CSS Codes

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

#3c876f Text Font Color

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

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


#3c876f Background Color

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

This div background color is #3c876f


#3c876f Border Color

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

This div border color is #3c876f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,135,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 #3c876f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c876f


Comments

No comments written yet.

Please login to write comment.