COLOR #513929

HEX: #513929
RGB: (81,57,41)

Color info

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

RGB color model

#513929 color RGB value is (81,57,41).

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

RGB channels and saturation

R 81 of 255 = 32%
G 57 of 255 = 22%
B 41 of 255 = 16%

81
57
41

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

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 41 = 179 (100%)
R 81 of 179 ~ 45.25%
G 57 of 179 ~ 31.84%
B 41 of 179 ~ 22.91%

%45.25
%31.84
%22.91

CMYK color model

#513929 color CMYK value is (0,30,49,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 49.38%
  • key color value is 68.24%
CMYK:
(0,30,49,68)
C0M30Y49K68 
(0%,30%,49%,68%)
(0.00/0.30/0.49/0.68)	

CMYK percentages

%0
%29.63
%49.38
%68.24

Codes

Color #513929 in popluar color models

513929
RGB815741
HSL24°32.79%23.92%
HSB/HSV24°49.38%31.76%
CMYK0.00%29.63%49.38%
68.24%

Color #513929 in popluar number systems.

HEX513929
Decimal815741
Binary1010001111001101001
Octal1217151

Shades and tints

Shades of #513929

#513929
(81,57,41)
#4A3426
(74,52,38)
#432F23
(67,47,35)
#3C2A20
(60,42,32)
#35251D
(53,37,29)
#2E201A
(46,32,26)
#271B17
(39,27,23)
#201614
(32,22,20)
#191111
(25,17,17)
#120C0E
(18,12,14)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #513929

#513929
(81,57,41)
#604B3C
(96,75,60)
#6F5D4F
(111,93,79)
#7E6F62
(126,111,98)
#8D8175
(141,129,117)
#9C9388
(156,147,136)
#ABA59B
(171,165,155)
#BAB7AE
(186,183,174)
#C9C9C1
(201,201,193)
#D8DBD4
(216,219,212)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513929; }

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

This text font color is #513929.


Background Color

.myBgColor { background-color: #513929; }

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

This div background color is #513929.


Border color

.myBorderColor { border: 1px solid #513929; }

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

This div border color is #513929.


Opacity

.myOpacity80 { color: #513929; opacity: 0.8; }

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

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

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

This text has shadow with #513929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513929 on black background.


Color preview on white background

This text has color #513929 on white background.



Black color preview on #513929 background

This text has black color on #513929 background.


White color preview on #513929 background

This text has white color on #513929 background.