COLOR #513A29

HEX: #513A29
RGB: (81,58,41)

Color info

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

RGB color model

#513A29 color RGB value is (81,58,41).

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

RGB channels and saturation

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

81
58
41

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

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 41 = 180 (100%)
R 81 of 180 ~ 45%
G 58 of 180 ~ 32.22%
B 41 of 180 ~ 22.78%

%45
%32.22
%22.78

CMYK color model

#513A29 color CMYK value is (0,28,49,68).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 49.38%
  • key color value is 68.24%
CMYK:
(0,28,49,68)
C0M28Y49K68 
(0%,28%,49%,68%)
(0.00/0.28/0.49/0.68)	

CMYK percentages

%0
%28.4
%49.38
%68.24

Codes

Color #513A29 in popluar color models

513A29
RGB815841
HSL26°32.79%23.92%
HSB/HSV26°49.38%31.76%
CMYK0.00%28.40%49.38%
68.24%

Color #513A29 in popluar number systems.

HEX513A29
Decimal815841
Binary1010001111010101001
Octal1217251

Shades and tints

Shades of #513A29

#513A29
(81,58,41)
#4A3526
(74,53,38)
#433023
(67,48,35)
#3C2B20
(60,43,32)
#35261D
(53,38,29)
#2E211A
(46,33,26)
#271C17
(39,28,23)
#201714
(32,23,20)
#191211
(25,18,17)
#120D0E
(18,13,14)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #513A29

#513A29
(81,58,41)
#604B3C
(96,75,60)
#6F5C4F
(111,92,79)
#7E6D62
(126,109,98)
#8D7E75
(141,126,117)
#9C8F88
(156,143,136)
#ABA09B
(171,160,155)
#BAB1AE
(186,177,174)
#C9C2C1
(201,194,193)
#D8D3D4
(216,211,212)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513A29; }

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

This text font color is #513A29.


Background Color

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

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

This div background color is #513A29.


Border color

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

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

This div border color is #513A29.


Opacity

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

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

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

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

This text has shadow with #513A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A29 on black background.


Color preview on white background

This text has color #513A29 on white background.



Black color preview on #513A29 background

This text has black color on #513A29 background.


White color preview on #513A29 background

This text has white color on #513A29 background.