Color Hex Logo

#40882f Color Hex

#40882F
(64,136,47)
0 Favorites   0 Comments

Color spaces of #40882f

RGB 6413647
HSL0.300.490.36
HSV109°65°53°
CMYK 0.530.000.65   0.47
XYZ11.431618.90355.7356
Yxy18.90350.31690.5241
Hunter Lab43.4782-29.154222.6132
CIE-Lab50.5741-40.149239.8103

#40882f color RGB value is (64,136,47).

#40882f hex color red value is 64, green value is 136 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #40882f hue: 0.30 , saturation: 0.49 and the lightness value of 40882f is 0.36.

The process color (four color CMYK) of #40882f color hex is 0.53, 0.00, 0.65, 0.47. Web safe color of #40882f is #339933. Color #40882f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 00101111
Octal 100 210 57
Decimal 64 136 47
Hex 40 88 2F

RGB Percentages of Color #40882f

%25.91
%55.06
%19.03

CMYK Percentages of Color #40882f

%53
%0
%65
%47

Triadic Colors of #40882f

#40882f #2f4088 #882f40

Analogous Colors of #40882f

#40882f #2f884b #6d882f

Monochromatic Colors of #40882f

#40882f

Complementary Color

#40882f #772f88

#40882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40882f Color CSS Codes

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

#40882f Text Font Color

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

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


#40882f Background Color

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

This div background color is #40882f


#40882f Border Color

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

This div border color is #40882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40882f


Comments

No comments written yet.

Please login to write comment.