Color Hex Logo

#40513a Color Hex

#40513A
(64,81,58)
0 Favorites   0 Comments

Color spaces of #40513a

RGB 648158
HSL0.290.170.27
HSV104°28°32°
CMYK 0.210.000.28   0.68
XYZ5.82057.28035.1015
Yxy7.28030.31980.4000
Hunter Lab26.9820-8.71307.6774
CIE-Lab32.4367-11.698211.4103

#40513a color RGB value is (64,81,58).

#40513a hex color red value is 64, green value is 81 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #40513a hue: 0.29 , saturation: 0.17 and the lightness value of 40513a is 0.27.

The process color (four color CMYK) of #40513a color hex is 0.21, 0.00, 0.28, 0.68. Web safe color of #40513a is #336633. Color #40513a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010001 00111010
Octal 100 121 72
Decimal 64 81 58
Hex 40 51 3A

RGB Percentages of Color #40513a

%31.53
%39.90
%28.57

CMYK Percentages of Color #40513a

%21
%0
%28
%68

Triadic Colors of #40513a

#40513a #3a4051 #513a40

Analogous Colors of #40513a

#40513a #3a5140 #4c513a

Monochromatic Colors of #40513a

#40513a

Complementary Color

#40513a #4b3a51

#40513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40513a Color CSS Codes

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

#40513a Text Font Color

<p style="color:#40513a">Text here</p>

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


#40513a Background Color

<div style="background-color:#40513a">
Div content here</div>

This div background color is #40513a


#40513a Border Color

<div style="border:3px solid #40513a">
Div here</div>

This div border color is #40513a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40513a


Comments

No comments written yet.

Please login to write comment.