COLOR #513E1E

HEX: #513E1E RGB: (81,62,30)

Color info

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

RGB color model

#513E1E color RGB value is (81,62,30).

RGB: (81,62,30) (32%, 24%, 12%)

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 30 of 255 = 12%

81
62
30

R + G + B ~ 23%. #513E1E is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 62 + 30 = 173 (100%)
R 81 of 173 ~ 46.82%
G 62 of 173 ~ 35.84%
B 30 of 173 ~ 17.34'%

%46.82
%35.84
%17.34

CMYK color model

#513E1E color CMYK value is (0,23,63,68).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 62.96%
  • key color value is 68.24%
CMYK: (0,23,63,68) C0M23Y63K68 (0%,23%,63%,68%) (0.00/0.23/0.63/0.68) 

CMYK percentages

%0
%23.46
%62.96
%68.24

Codes

Color #513E1E in popluar color models

51 3E 1E
RGB 81 62 30
HSL 38° 45.95% 21.76%
HSB/HSV 38° 62.96% 31.76%
CMYK 0.00% 23.46% 62.96%
68.24%

Color #513E1E in popluar number systems.

HEX 51 3E 1E
Decimal 81 62 30
Binary 1010001 111110 11110
Octal 121 76 36

Shades and tints

Shades of #513E1E

#513E1E
(81,62,30)
#4A391C
(74,57,28)
#43341A
(67,52,26)
#3C2F18
(60,47,24)
#352A16
(53,42,22)
#2E2514
(46,37,20)
#272012
(39,32,18)
#201B10
(32,27,16)
#19160E
(25,22,14)
#12110C
(18,17,12)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #513E1E

#513E1E
(81,62,30)
#604F32
(96,79,50)
#6F6046
(111,96,70)
#7E715A
(126,113,90)
#8D826E
(141,130,110)
#9C9382
(156,147,130)
#ABA496
(171,164,150)
#BAB5AA
(186,181,170)
#C9C6BE
(201,198,190)
#D8D7D2
(216,215,210)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513E1E; }

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

This text font color is #513E1E.

Background Color

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

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

This div background color is #513E1E.

Border color

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

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

This div border color is #513E1E.

Opacity

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

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

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

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

This text has shadow with #513E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513E1E.

Preview

Color preview on black background

This text has color #513E1E on black background.


Color preview on white background

This text has color #513E1E on white background.


Black color preview on #513E1E background

This text has black color on #513E1E background.


White color preview on #513E1E background

This text has white color on #513E1E background.


Related colors

Complementary color

Complementary color for #hex is #AEC1E1.


I love getcolorcode.com

Triadic colors

1 #1E513E and #3E1E51 with #513E1E are triadic colors.

2 #1E3E51 and #3E511E with #513E1E are triadic colors.