COLOR #513A28

HEX: #513A28
RGB: (81,58,40)

Color info

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

RGB color model

#513A28 color RGB value is (81,58,40).

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

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 40 of 255 = 16%

81
58
40

R + G + B ~ 24%. #513A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 40 = 179 (100%)
R 81 of 179 ~ 45.25%
G 58 of 179 ~ 32.4%
B 40 of 179 ~ 22.35%

%45.25
%32.4
%22.35

CMYK color model

#513A28 color CMYK value is (0,28,51,68).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 50.62%
  • key color value is 68.24%
CMYK:
(0,28,51,68)
C0M28Y51K68 
(0%,28%,51%,68%)
(0.00/0.28/0.51/0.68)	

CMYK percentages

%0
%28.4
%50.62
%68.24

Codes

Color #513A28 in popluar color models

513A28
RGB815840
HSL26°33.88%23.73%
HSB/HSV26°50.62%31.76%
CMYK0.00%28.40%50.62%
68.24%

Color #513A28 in popluar number systems.

HEX513A28
Decimal815840
Binary1010001111010101000
Octal1217250

Shades and tints

Shades of #513A28

#513A28
(81,58,40)
#4A3525
(74,53,37)
#433022
(67,48,34)
#3C2B1F
(60,43,31)
#35261C
(53,38,28)
#2E2119
(46,33,25)
#271C16
(39,28,22)
#201713
(32,23,19)
#191210
(25,18,16)
#120D0D
(18,13,13)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #513A28

#513A28
(81,58,40)
#604B3B
(96,75,59)
#6F5C4E
(111,92,78)
#7E6D61
(126,109,97)
#8D7E74
(141,126,116)
#9C8F87
(156,143,135)
#ABA09A
(171,160,154)
#BAB1AD
(186,177,173)
#C9C2C0
(201,194,192)
#D8D3D3
(216,211,211)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513A28; }

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

This text font color is #513A28.


Background Color

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

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

This div background color is #513A28.


Border color

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

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

This div border color is #513A28.


Opacity

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

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

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

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

This text has shadow with #513A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A28 on black background.


Color preview on white background

This text has color #513A28 on white background.



Black color preview on #513A28 background

This text has black color on #513A28 background.


White color preview on #513A28 background

This text has white color on #513A28 background.