COLOR #40513B

HEX: #40513B
RGB: (64,81,59)

Color info

#40513B contains red, green and blue colors in about the same proportion. Web safe color of #40513B is #336633 (or #363).

RGB color model

#40513B color RGB value is (64,81,59).

  • red value is 64;
  • green value is 81;
  • blue value is 59.
RGB:
(64,81,59)
(25%,32%,23%)

RGB channels and saturation

R 64 of 255 = 25%
G 81 of 255 = 32%
B 59 of 255 = 23%

64
81
59

R + G + B ~ 27%. #40513B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 81 + 59 = 204 (100%)
R 64 of 204 ~ 31.37%
G 81 of 204 ~ 39.71%
B 59 of 204 ~ 28.92%

%31.37
%39.71
%28.92

CMYK color model

#40513B color CMYK value is (21,0,27,68).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(21,0,27,68)
C21M0Y27K68 
(21%,0%,27%,68%)
(0.21/0.00/0.27/0.68)	

CMYK percentages

%20.99
%0
%27.16
%68.24

Codes

Color #40513B in popluar color models

40513B
RGB648159
HSL106°15.71%27.45%
HSB/HSV106°27.16%31.76%
CMYK20.99%0.00%27.16%
68.24%

Color #40513B in popluar number systems.

HEX40513B
Decimal648159
Binary10000001010001111011
Octal10012173

Shades and tints

Shades of #40513B

#40513B
(64,81,59)
#3B4A36
(59,74,54)
#364331
(54,67,49)
#313C2C
(49,60,44)
#2C3527
(44,53,39)
#272E22
(39,46,34)
#22271D
(34,39,29)
#1D2018
(29,32,24)
#181913
(24,25,19)
#13120E
(19,18,14)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #40513B

#40513B
(64,81,59)
#51604C
(81,96,76)
#626F5D
(98,111,93)
#737E6E
(115,126,110)
#848D7F
(132,141,127)
#959C90
(149,156,144)
#A6ABA1
(166,171,161)
#B7BAB2
(183,186,178)
#C8C9C3
(200,201,195)
#D9D8D4
(217,216,212)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40513B color. Also use rgb(64,81,59) instead hex code.

Text Font Color

.myTextColor { color: #40513B; }

<p style="color:#40513B">This sample text font color is #40513B.</p>

This text font color is #40513B.


Background Color

.myBgColor { background-color: #40513B; }

<div style="background-color:#40513B">Inner text</div>

This div background color is #40513B.


Border color

.myBorderColor { border: 1px solid #40513B; }

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

This div border color is #40513B.


Opacity

.myOpacity80 { color: #40513B; opacity: 0.8; }

<p style="color:#40513B;opacity:0.8;">80%</p>

Text with #40513B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #40513B;}

<p style="text-shadow: 3px 3px 1px #40513B">Text here.</p>

This text has shadow with #40513B color.

.textShadow {text-shadow: 3px 3px 1px #40513B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #40513B, 5px 5px 20px red">Text here.</p>

This text has shadow with #40513B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#40513B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#40513B, Direction=45, Strength=4)">Text</p>

This text has shadow with #40513B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #40513B;
  -webkit-box-shadow:	1px 1px 3px 2px #40513B;
  box-shadow:		1px 1px 3px 2px #40513B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40513B;
-webkit-box-shadow: 1px 1px 3px 2px #40513B;
box-shadow:1px 1px 3px 2px #40513B;">
Div content here</div>
This div box has shadow with color #40513B.

Preview

Color preview on black background

This text has color #40513B on black background.


Color preview on white background

This text has color #40513B on white background.



Black color preview on #40513B background

This text has black color on #40513B background.


White color preview on #40513B background

This text has white color on #40513B background.