COLOR #40513A

HEX: #40513A
RGB: (64,81,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

64
81
58

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

Portions of RGB colors in percentages

R + G + B =
64 + 81 + 58 = 203 (100%)
R 64 of 203 ~ 31.53%
G 81 of 203 ~ 39.9%
B 58 of 203 ~ 28.57%

%31.53
%39.9
%28.57

CMYK color model

#40513A color CMYK value is (21,0,28,68).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 68.24%
CMYK:
(21,0,28,68)
C21M0Y28K68 
(21%,0%,28%,68%)
(0.21/0.00/0.28/0.68)	

CMYK percentages

%20.99
%0
%28.4
%68.24

Codes

Color #40513A in popluar color models

40513A
RGB648158
HSL104°16.55%27.25%
HSB/HSV104°28.40%31.76%
CMYK20.99%0.00%28.40%
68.24%

Color #40513A in popluar number systems.

HEX40513A
Decimal648158
Binary10000001010001111010
Octal10012172

Shades and tints

Shades of #40513A

#40513A
(64,81,58)
#3B4A35
(59,74,53)
#364330
(54,67,48)
#313C2B
(49,60,43)
#2C3526
(44,53,38)
#272E21
(39,46,33)
#22271C
(34,39,28)
#1D2017
(29,32,23)
#181912
(24,25,18)
#13120D
(19,18,13)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #40513A

#40513A
(64,81,58)
#51604B
(81,96,75)
#626F5C
(98,111,92)
#737E6D
(115,126,109)
#848D7E
(132,141,126)
#959C8F
(149,156,143)
#A6ABA0
(166,171,160)
#B7BAB1
(183,186,177)
#C8C9C2
(200,201,194)
#D9D8D3
(217,216,211)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40513A; }

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

This text font color is #40513A.


Background Color

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

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

This div background color is #40513A.


Border color

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

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

This div border color is #40513A.


Opacity

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

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

Text with #40513A 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 #40513A;}

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

This text has shadow with #40513A color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #40513A on black background.


Color preview on white background

This text has color #40513A on white background.



Black color preview on #40513A background

This text has black color on #40513A background.


White color preview on #40513A background

This text has white color on #40513A background.