Color Hex Logo

#40532e Color Hex

#40532E
(64,83,46)
0 Favorites   0 Comments

Color spaces of #40532e

RGB 648346
HSL0.250.290.25
HSV91°45°33°
CMYK 0.230.000.45   0.67
XYZ5.70087.47383.7269
Yxy7.47380.33730.4422
Hunter Lab27.3383-10.619611.0540
CIE-Lab32.8621-14.892119.3079

#40532e color RGB value is (64,83,46).

#40532e hex color red value is 64, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #40532e hue: 0.25 , saturation: 0.29 and the lightness value of 40532e is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010011 00101110
Octal 100 123 56
Decimal 64 83 46
Hex 40 53 2E

RGB Percentages of Color #40532e

%33.16
%43.01
%23.83

CMYK Percentages of Color #40532e

%23
%0
%45
%67

Triadic Colors of #40532e

#40532e #2e4053 #532e40

Analogous Colors of #40532e

#40532e #2e532f #53532e

Monochromatic Colors of #40532e

#40532e

Complementary Color

#40532e #412e53

#40532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40532e Color CSS Codes

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

#40532e Text Font Color

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

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


#40532e Background Color

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

This div background color is #40532e


#40532e Border Color

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

This div border color is #40532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40532e


Comments

No comments written yet.

Please login to write comment.