COLOR #513411

HEX: #513411
RGB: (81,52,17)

Color info

#513411 contains mainly red and green colors. Web safe color of #513411 is #663300 (or #630).

RGB color model

#513411 color RGB value is (81,52,17).

  • red value is 81;
  • green value is 52;
  • blue value is 17.
RGB:
(81,52,17)
(32%,20%,7%)

RGB channels and saturation

R 81 of 255 = 32%
G 52 of 255 = 20%
B 17 of 255 = 7%

81
52
17

R + G + B ~ 20%. #513411 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 52 + 17 = 150 (100%)
R 81 of 150 ~ 54%
G 52 of 150 ~ 34.67%
B 17 of 150 ~ 11.33%

%54
%34.67
%11.33

CMYK color model

#513411 color CMYK value is (0,36,79,68).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 79.01%
  • key color value is 68.24%
CMYK:
(0,36,79,68)
C0M36Y79K68 
(0%,36%,79%,68%)
(0.00/0.36/0.79/0.68)	

CMYK percentages

%0
%35.8
%79.01
%68.24

Codes

Color #513411 in popluar color models

513411
RGB815217
HSL33°65.31%19.22%
HSB/HSV33°79.01%31.76%
CMYK0.00%35.80%79.01%
68.24%

Color #513411 in popluar number systems.

HEX513411
Decimal815217
Binary101000111010010001
Octal1216421

Shades and tints

Shades of #513411

#513411
(81,52,17)
#4A3010
(74,48,16)
#432C0F
(67,44,15)
#3C280E
(60,40,14)
#35240D
(53,36,13)
#2E200C
(46,32,12)
#271C0B
(39,28,11)
#20180A
(32,24,10)
#191409
(25,20,9)
#121008
(18,16,8)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #513411

#513411
(81,52,17)
#604626
(96,70,38)
#6F583B
(111,88,59)
#7E6A50
(126,106,80)
#8D7C65
(141,124,101)
#9C8E7A
(156,142,122)
#ABA08F
(171,160,143)
#BAB2A4
(186,178,164)
#C9C4B9
(201,196,185)
#D8D6CE
(216,214,206)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513411 color. Also use rgb(81,52,17) instead hex code.

Text Font Color

.myTextColor { color: #513411; }

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

This text font color is #513411.


Background Color

.myBgColor { background-color: #513411; }

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

This div background color is #513411.


Border color

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

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

This div border color is #513411.


Opacity

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

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

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

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

This text has shadow with #513411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513411 on black background.


Color preview on white background

This text has color #513411 on white background.



Black color preview on #513411 background

This text has black color on #513411 background.


White color preview on #513411 background

This text has white color on #513411 background.