COLOR #513933

HEX: #513933
RGB: (81,57,51)

Color info

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

RGB color model

#513933 color RGB value is (81,57,51).

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

RGB channels and saturation

R 81 of 255 = 32%
G 57 of 255 = 22%
B 51 of 255 = 20%

81
57
51

R + G + B ~ 25%. #513933 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 51 = 189 (100%)
R 81 of 189 ~ 42.86%
G 57 of 189 ~ 30.16%
B 51 of 189 ~ 26.98%

%42.86
%30.16
%26.98

CMYK color model

#513933 color CMYK value is (0,30,37,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 37.04%
  • key color value is 68.24%
CMYK:
(0,30,37,68)
C0M30Y37K68 
(0%,30%,37%,68%)
(0.00/0.30/0.37/0.68)	

CMYK percentages

%0
%29.63
%37.04
%68.24

Codes

Color #513933 in popluar color models

513933
RGB815751
HSL12°22.73%25.88%
HSB/HSV12°37.04%31.76%
CMYK0.00%29.63%37.04%
68.24%

Color #513933 in popluar number systems.

HEX513933
Decimal815751
Binary1010001111001110011
Octal1217163

Shades and tints

Shades of #513933

#513933
(81,57,51)
#4A342F
(74,52,47)
#432F2B
(67,47,43)
#3C2A27
(60,42,39)
#352523
(53,37,35)
#2E201F
(46,32,31)
#271B1B
(39,27,27)
#201617
(32,22,23)
#191113
(25,17,19)
#120C0F
(18,12,15)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #513933

#513933
(81,57,51)
#604B45
(96,75,69)
#6F5D57
(111,93,87)
#7E6F69
(126,111,105)
#8D817B
(141,129,123)
#9C938D
(156,147,141)
#ABA59F
(171,165,159)
#BAB7B1
(186,183,177)
#C9C9C3
(201,201,195)
#D8DBD5
(216,219,213)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513933; }

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

This text font color is #513933.


Background Color

.myBgColor { background-color: #513933; }

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

This div background color is #513933.


Border color

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

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

This div border color is #513933.


Opacity

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

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

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

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

This text has shadow with #513933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513933 on black background.


Color preview on white background

This text has color #513933 on white background.



Black color preview on #513933 background

This text has black color on #513933 background.


White color preview on #513933 background

This text has white color on #513933 background.