Color Hex Logo

#42876f Color Hex

#42876F
(66,135,111)
0 Favorites   0 Comments

Color spaces of #42876f

RGB 66135111
HSL0.440.340.39
HSV159°51°53°
CMYK 0.510.000.18   0.47
XYZ13.780019.633918.1024
Yxy19.63390.26750.3811
Hunter Lab44.3102-22.03116.7949
CIE-Lab51.4207-27.93886.2690

#42876f color RGB value is (66,135,111).

#42876f hex color red value is 66, green value is 135 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #42876f hue: 0.44 , saturation: 0.34 and the lightness value of 42876f is 0.39.

The process color (four color CMYK) of #42876f color hex is 0.51, 0.00, 0.18, 0.47. Web safe color of #42876f is #339966. Color #42876f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000111 01101111
Octal 102 207 157
Decimal 66 135 111
Hex 42 87 6F

RGB Percentages of Color #42876f

%21.15
%43.27
%35.58

CMYK Percentages of Color #42876f

%51
%0
%18
%47

Triadic Colors of #42876f

#42876f #6f4287 #876f42

Analogous Colors of #42876f

#42876f #427d87 #42874d

Monochromatic Colors of #42876f

#42876f

Complementary Color

#42876f #87425a

#42876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42876f Color CSS Codes

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

#42876f Text Font Color

<p style="color:#42876f">Text here</p>

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


#42876f Background Color

<div style="background-color:#42876f">
Div content here</div>

This div background color is #42876f


#42876f Border Color

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

This div border color is #42876f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #42876f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42876f


Comments

No comments written yet.

Please login to write comment.