Color Hex Logo

#40882e Color Hex

#40882E
(64,136,46)
0 Favorites   0 Comments

Color spaces of #40882e

RGB 6413646
HSL0.300.490.36
HSV108°66°53°
CMYK 0.530.000.66   0.47
XYZ11.411718.89565.6305
Yxy18.89560.31750.5258
Hunter Lab43.4691-29.210222.7486
CIE-Lab50.5648-40.252540.2551

#40882e color RGB value is (64,136,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 00101110
Octal 100 210 56
Decimal 64 136 46
Hex 40 88 2E

RGB Percentages of Color #40882e

%26.02
%55.28
%18.70

CMYK Percentages of Color #40882e

%53
%0
%66
%47

Triadic Colors of #40882e

#40882e #2e4088 #882e40

Analogous Colors of #40882e

#40882e #2e8849 #6d882e

Monochromatic Colors of #40882e

#40882e

Complementary Color

#40882e #762e88

#40882e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40882e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40882e Color CSS Codes

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

#40882e Text Font Color

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

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


#40882e Background Color

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

This div background color is #40882e


#40882e Border Color

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

This div border color is #40882e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40882e


Comments

No comments written yet.

Please login to write comment.