Color Hex Logo

#42874f Color Hex

#42874F
(66,135,79)
0 Favorites   0 Comments

Color spaces of #42874f

RGB 6613579
HSL0.360.340.39
HSV131°51°53°
CMYK 0.510.000.41   0.47
XYZ12.322019.050710.4249
Yxy19.05070.29480.4558
Hunter Lab43.6471-25.990216.3918
CIE-Lab50.7465-34.643723.5844

#42874f color RGB value is (66,135,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000111 01001111
Octal 102 207 117
Decimal 66 135 79
Hex 42 87 4F

RGB Percentages of Color #42874f

%23.57
%48.21
%28.21

CMYK Percentages of Color #42874f

%51
%0
%41
%47

Triadic Colors of #42874f

#42874f #4f4287 #874f42

Analogous Colors of #42874f

#42874f #428772 #588742

Monochromatic Colors of #42874f

#42874f

Complementary Color

#42874f #87427a

#42874f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42874f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42874f Color CSS Codes

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

#42874f Text Font Color

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

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


#42874f Background Color

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

This div background color is #42874f


#42874f Border Color

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

This div border color is #42874f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,135,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42874f


Comments

No comments written yet.

Please login to write comment.