Color Hex Logo

#40531e Color Hex

#40531E
(64,83,30)
0 Favorites   0 Comments

Color spaces of #40531e

RGB 648330
HSL0.230.470.22
HSV82°64°33°
CMYK 0.230.000.64   0.67
XYZ5.44207.37022.3641
Yxy7.37020.35860.4856
Hunter Lab27.1481-11.727813.8406
CIE-Lab32.6352-16.922128.0584

#40531e color RGB value is (64,83,30).

#40531e hex color red value is 64, green value is 83 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #40531e hue: 0.23 , saturation: 0.47 and the lightness value of 40531e is 0.22.

The process color (four color CMYK) of #40531e color hex is 0.23, 0.00, 0.64, 0.67. Web safe color of #40531e is #336633. Color #40531e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010011 00011110
Octal 100 123 36
Decimal 64 83 30
Hex 40 53 1E

RGB Percentages of Color #40531e

%36.16
%46.89
%16.95

CMYK Percentages of Color #40531e

%23
%0
%64
%67

Triadic Colors of #40531e

#40531e #1e4053 #531e40

Analogous Colors of #40531e

#40531e #26531e #534c1e

Monochromatic Colors of #40531e

#40531e

Complementary Color

#40531e #311e53

#40531e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40531e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40531e Color CSS Codes

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

#40531e Text Font Color

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

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


#40531e Background Color

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

This div background color is #40531e


#40531e Border Color

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

This div border color is #40531e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40531e


Comments

No comments written yet.

Please login to write comment.