Color Hex Logo

#40512e Color Hex

#40512E
(64,81,46)
0 Favorites   0 Comments

Color spaces of #40512e

RGB 648146
HSL0.250.280.25
HSV89°43°32°
CMYK 0.210.000.43   0.68
XYZ5.54997.17213.6766
Yxy7.17210.33840.4374
Hunter Lab26.7808-9.875010.6069
CIE-Lab32.1955-13.761518.4522

#40512e color RGB value is (64,81,46).

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

The process color (four color CMYK) of #40512e color hex is 0.21, 0.00, 0.43, 0.68. Web safe color of #40512e is #336633. Color #40512e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010001 00101110
Octal 100 121 56
Decimal 64 81 46
Hex 40 51 2E

RGB Percentages of Color #40512e

%33.51
%42.41
%24.08

CMYK Percentages of Color #40512e

%21
%0
%43
%68

Triadic Colors of #40512e

#40512e #2e4051 #512e40

Analogous Colors of #40512e

#40512e #2f512e #51512e

Monochromatic Colors of #40512e

#40512e

Complementary Color

#40512e #3f2e51

#40512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40512e Color CSS Codes

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

#40512e Text Font Color

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

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


#40512e Background Color

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

This div background color is #40512e


#40512e Border Color

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

This div border color is #40512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40512e


Comments

No comments written yet.

Please login to write comment.