Color Hex Logo

#42881c Color Hex

#42881C
(66,136,28)
0 Favorites   0 Comments

Color spaces of #42881c

RGB 6613628
HSL0.270.660.32
HSV99°79°53°
CMYK 0.510.000.79   0.47
XYZ11.260518.85044.1436
Yxy18.85040.32870.5503
Hunter Lab43.4170-29.684724.7335
CIE-Lab50.5117-41.117847.4031

#42881c color RGB value is (66,136,28).

#42881c hex color red value is 66, green value is 136 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #42881c hue: 0.27 , saturation: 0.66 and the lightness value of 42881c is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 00011100
Octal 102 210 34
Decimal 66 136 28
Hex 42 88 1C

RGB Percentages of Color #42881c

%28.70
%59.13
%12.17

CMYK Percentages of Color #42881c

%51
%0
%79
%47

Triadic Colors of #42881c

#42881c #1c4288 #881c42

Analogous Colors of #42881c

#42881c #1c882c #78881c

Monochromatic Colors of #42881c

#42881c

Complementary Color

#42881c #621c88

#42881c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42881c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42881c Color CSS Codes

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

#42881c Text Font Color

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

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


#42881c Background Color

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

This div background color is #42881c


#42881c Border Color

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

This div border color is #42881c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42881c


Comments

No comments written yet.

Please login to write comment.