COLOR #513A1E

HEX: #513A1E RGB: (81,58,30)

Color info

#513A1E contains red, green and blue colors in about the same proportion. Web safe color of #513A1E is #663333 (or #633).

RGB color model

#513A1E color RGB value is (81,58,30).

RGB: (81,58,30) (32%, 23%, 12%)

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 30 of 255 = 12%

81
58
30

R + G + B ~ 22%. #513A1E is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 58 + 30 = 169 (100%)
R 81 of 169 ~ 47.93%
G 58 of 169 ~ 34.32%
B 30 of 169 ~ 17.75'%

%47.93
%34.32
%17.75

CMYK color model

#513A1E color CMYK value is (0,28,63,68).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 62.96%
  • key color value is 68.24%
CMYK: (0,28,63,68) C0M28Y63K68 (0%,28%,63%,68%) (0.00/0.28/0.63/0.68) 

CMYK percentages

%0
%28.4
%62.96
%68.24

Codes

Color #513A1E in popluar color models

51 3A 1E
RGB 81 58 30
HSL 33° 45.95% 21.76%
HSB/HSV 33° 62.96% 31.76%
CMYK 0.00% 28.40% 62.96%
68.24%

Color #513A1E in popluar number systems.

HEX 51 3A 1E
Decimal 81 58 30
Binary 1010001 111010 11110
Octal 121 72 36

Shades and tints

Shades of #513A1E

#513A1E
(81,58,30)
#4A351C
(74,53,28)
#43301A
(67,48,26)
#3C2B18
(60,43,24)
#352616
(53,38,22)
#2E2114
(46,33,20)
#271C12
(39,28,18)
#201710
(32,23,16)
#19120E
(25,18,14)
#120D0C
(18,13,12)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #513A1E

#513A1E
(81,58,30)
#604B32
(96,75,50)
#6F5C46
(111,92,70)
#7E6D5A
(126,109,90)
#8D7E6E
(141,126,110)
#9C8F82
(156,143,130)
#ABA096
(171,160,150)
#BAB1AA
(186,177,170)
#C9C2BE
(201,194,190)
#D8D3D2
(216,211,210)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513A1E color. Also use rgb(81,58,30) instead hex code.

Text Font Color

.myTextColor { color: #513A1E; }

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

This text font color is #513A1E.

Background Color

.myBgColor { background-color: #513A1E; }

<div style="background-color:#513A1E">Inner text</div>

This div background color is #513A1E.

Border color

.myBorderColor { border: 1px solid #513A1E; }

<div style="border:3px solid #513A1E">Div</div>

This div border color is #513A1E.

Opacity

.myOpacity80 { color: #513A1E; opacity: 0.8; }

<p style="color:#513A1E;opacity:0.8;">80%</p>

Text with #513A1E 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 #513A1E;}

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

This text has shadow with #513A1E color.


.textShadow {text-shadow: 3px 3px 1px #513A1E', 3px 3px 1px red;}

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

This text has shadow with #513A1E primary color and red secondary color.


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

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

This text has shadow with #513A1E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #513A1E; -webkit-box-shadow: 1px 1px 3px 2px #513A1E; box-shadow:1px 1px 3px 2px #513A1E;">
Div content here
</div>

This div box has shadow with color #513A1E.

Preview

Color preview on black background

This text has color #513A1E on black background.


Color preview on white background

This text has color #513A1E on white background.


Black color preview on #513A1E background

This text has black color on #513A1E background.


White color preview on #513A1E background

This text has white color on #513A1E background.


Related colors

Complementary color

Complementary color for #hex is #AEC5E1.


I love getcolorcode.com

Triadic colors

1 #1E513A and #3A1E51 with #513A1E are triadic colors.

2 #1E3A51 and #3A511E with #513A1E are triadic colors.