Color Hex Logo

#40513d Color Hex

#40513D
(64,81,61)
0 Favorites   0 Comments

Color spaces of #40513d

RGB 648161
HSL0.310.140.28
HSV111°25°32°
CMYK 0.210.000.25   0.68
XYZ5.89917.31185.5153
Yxy7.31180.31500.3905
Hunter Lab27.0403-8.37926.8351
CIE-Lab32.5064-11.11579.6316

#40513d color RGB value is (64,81,61).

#40513d hex color red value is 64, green value is 81 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #40513d hue: 0.31 , saturation: 0.14 and the lightness value of 40513d is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010001 00111101
Octal 100 121 75
Decimal 64 81 61
Hex 40 51 3D

RGB Percentages of Color #40513d

%31.07
%39.32
%29.61

CMYK Percentages of Color #40513d

%21
%0
%25
%68

Triadic Colors of #40513d

#40513d #3d4051 #513d40

Analogous Colors of #40513d

#40513d #3d5144 #4a513d

Monochromatic Colors of #40513d

#40513d

Complementary Color

#40513d #4e3d51

#40513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40513d Color CSS Codes

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

#40513d Text Font Color

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

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


#40513d Background Color

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

This div background color is #40513d


#40513d Border Color

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

This div border color is #40513d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40513d


Comments

No comments written yet.

Please login to write comment.