Color Hex Logo

#42881f Color Hex

#42881F
(66,136,31)
0 Favorites   0 Comments

Color spaces of #42881f

RGB 6613631
HSL0.280.630.33
HSV100°77°53°
CMYK 0.510.000.77   0.47
XYZ11.298218.86554.3422
Yxy18.86550.32740.5467
Hunter Lab43.4344-29.578724.4768
CIE-Lab50.5295-40.920646.3757

#42881f color RGB value is (66,136,31).

#42881f hex color red value is 66, green value is 136 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #42881f hue: 0.28 , saturation: 0.63 and the lightness value of 42881f is 0.33.

The process color (four color CMYK) of #42881f color hex is 0.51, 0.00, 0.77, 0.47. Web safe color of #42881f is #339933. Color #42881f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 00011111
Octal 102 210 37
Decimal 66 136 31
Hex 42 88 1F

RGB Percentages of Color #42881f

%28.33
%58.37
%13.30

CMYK Percentages of Color #42881f

%51
%0
%77
%47

Triadic Colors of #42881f

#42881f #1f4288 #881f42

Analogous Colors of #42881f

#42881f #1f8831 #77881f

Monochromatic Colors of #42881f

#42881f

Complementary Color

#42881f #651f88

#42881f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42881f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42881f Color CSS Codes

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

#42881f Text Font Color

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

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


#42881f Background Color

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

This div background color is #42881f


#42881f Border Color

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

This div border color is #42881f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42881f


Comments

No comments written yet.

Please login to write comment.