Color Hex Logo

#40832e Color Hex

#40832E
(64,131,46)
0 Favorites   0 Comments

Color spaces of #40832e

RGB 6413146
HSL0.300.480.35
HSV107°65°51°
CMYK 0.510.000.65   0.49
XYZ10.723817.51985.4012
Yxy17.51980.31870.5207
Hunter Lab41.8567-27.516921.6489
CIE-Lab48.9084-38.172238.4247

#40832e color RGB value is (64,131,46).

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

The process color (four color CMYK) of #40832e color hex is 0.51, 0.00, 0.65, 0.49. Web safe color of #40832e is #339933. Color #40832e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000011 00101110
Octal 100 203 56
Decimal 64 131 46
Hex 40 83 2E

RGB Percentages of Color #40832e

%26.56
%54.36
%19.09

CMYK Percentages of Color #40832e

%51
%0
%65
%49

Triadic Colors of #40832e

#40832e #2e4083 #832e40

Analogous Colors of #40832e

#40832e #2e8346 #6b832e

Monochromatic Colors of #40832e

#40832e

Complementary Color

#40832e #712e83

#40832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40832e Color CSS Codes

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

#40832e Text Font Color

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

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


#40832e Background Color

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

This div background color is #40832e


#40832e Border Color

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

This div border color is #40832e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,131,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 #40832e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40832e


Comments

No comments written yet.

Please login to write comment.