COLOR #513A1B

HEX: #513A1B
RGB: (81,58,27)

Color info

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

RGB color model

#513A1B color RGB value is (81,58,27).

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

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 27 of 255 = 11%

81
58
27

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

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 27 = 166 (100%)
R 81 of 166 ~ 48.8%
G 58 of 166 ~ 34.94%
B 27 of 166 ~ 16.27%

%48.8
%34.94
%16.27

CMYK color model

#513A1B color CMYK value is (0,28,67,68).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 66.67%
  • key color value is 68.24%
CMYK:
(0,28,67,68)
C0M28Y67K68 
(0%,28%,67%,68%)
(0.00/0.28/0.67/0.68)	

CMYK percentages

%0
%28.4
%66.67
%68.24

Codes

Color #513A1B in popluar color models

513A1B
RGB815827
HSL34°50.00%21.18%
HSB/HSV34°66.67%31.76%
CMYK0.00%28.40%66.67%
68.24%

Color #513A1B in popluar number systems.

HEX513A1B
Decimal815827
Binary101000111101011011
Octal1217233

Shades and tints

Shades of #513A1B

#513A1B
(81,58,27)
#4A3519
(74,53,25)
#433017
(67,48,23)
#3C2B15
(60,43,21)
#352613
(53,38,19)
#2E2111
(46,33,17)
#271C0F
(39,28,15)
#20170D
(32,23,13)
#19120B
(25,18,11)
#120D09
(18,13,9)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #513A1B

#513A1B
(81,58,27)
#604B2F
(96,75,47)
#6F5C43
(111,92,67)
#7E6D57
(126,109,87)
#8D7E6B
(141,126,107)
#9C8F7F
(156,143,127)
#ABA093
(171,160,147)
#BAB1A7
(186,177,167)
#C9C2BB
(201,194,187)
#D8D3CF
(216,211,207)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513A1B; }

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

This text font color is #513A1B.


Background Color

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

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

This div background color is #513A1B.


Border color

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

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

This div border color is #513A1B.


Opacity

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

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

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

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

This text has shadow with #513A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A1B on black background.


Color preview on white background

This text has color #513A1B on white background.



Black color preview on #513A1B background

This text has black color on #513A1B background.


White color preview on #513A1B background

This text has white color on #513A1B background.