Color Hex Logo

#40872c Color Hex

#40872C
(64,135,44)
0 Favorites   0 Comments

Color spaces of #40872c

RGB 6413544
HSL0.300.510.35
HSV107°67°53°
CMYK 0.530.000.67   0.47
XYZ11.232918.59985.3810
Yxy18.59980.31900.5282
Hunter Lab43.1275-28.981322.7916
CIE-Lab50.2157-40.042540.7703

#40872c color RGB value is (64,135,44).

#40872c hex color red value is 64, green value is 135 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #40872c hue: 0.30 , saturation: 0.51 and the lightness value of 40872c is 0.35.

The process color (four color CMYK) of #40872c color hex is 0.53, 0.00, 0.67, 0.47. Web safe color of #40872c is #339933. Color #40872c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000111 00101100
Octal 100 207 54
Decimal 64 135 44
Hex 40 87 2C

RGB Percentages of Color #40872c

%26.34
%55.56
%18.11

CMYK Percentages of Color #40872c

%53
%0
%67
%47

Triadic Colors of #40872c

#40872c #2c4087 #872c40

Analogous Colors of #40872c

#40872c #2c8745 #6e872c

Monochromatic Colors of #40872c

#40872c

Complementary Color

#40872c #732c87

#40872c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40872c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40872c Color CSS Codes

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

#40872c Text Font Color

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

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


#40872c Background Color

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

This div background color is #40872c


#40872c Border Color

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

This div border color is #40872c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,135,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40872c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40872c;
  -webkit-box-shadow: 1px 1px 3px 2px #40872c;
  box-shadow:         1px 1px 3px 2px #40872c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40872c


Comments

No comments written yet.

Please login to write comment.