COLOR #513914

HEX: #513914
RGB: (81,57,20)

Color info

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

RGB color model

#513914 color RGB value is (81,57,20).

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

RGB channels and saturation

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

81
57
20

R + G + B ~ 21%. #513914 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 20 = 158 (100%)
R 81 of 158 ~ 51.27%
G 57 of 158 ~ 36.08%
B 20 of 158 ~ 12.66%

%51.27
%36.08
%12.66

CMYK color model

#513914 color CMYK value is (0,30,75,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 75.31%
  • key color value is 68.24%
CMYK:
(0,30,75,68)
C0M30Y75K68 
(0%,30%,75%,68%)
(0.00/0.30/0.75/0.68)	

CMYK percentages

%0
%29.63
%75.31
%68.24

Codes

Color #513914 in popluar color models

513914
RGB815720
HSL36°60.40%19.80%
HSB/HSV36°75.31%31.76%
CMYK0.00%29.63%75.31%
68.24%

Color #513914 in popluar number systems.

HEX513914
Decimal815720
Binary101000111100110100
Octal1217124

Shades and tints

Shades of #513914

#513914
(81,57,20)
#4A3413
(74,52,19)
#432F12
(67,47,18)
#3C2A11
(60,42,17)
#352510
(53,37,16)
#2E200F
(46,32,15)
#271B0E
(39,27,14)
#20160D
(32,22,13)
#19110C
(25,17,12)
#120C0B
(18,12,11)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #513914

#513914
(81,57,20)
#604B29
(96,75,41)
#6F5D3E
(111,93,62)
#7E6F53
(126,111,83)
#8D8168
(141,129,104)
#9C937D
(156,147,125)
#ABA592
(171,165,146)
#BAB7A7
(186,183,167)
#C9C9BC
(201,201,188)
#D8DBD1
(216,219,209)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513914; }

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

This text font color is #513914.


Background Color

.myBgColor { background-color: #513914; }

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

This div background color is #513914.


Border color

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

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

This div border color is #513914.


Opacity

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

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

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

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

This text has shadow with #513914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513914 on black background.


Color preview on white background

This text has color #513914 on white background.



Black color preview on #513914 background

This text has black color on #513914 background.


White color preview on #513914 background

This text has white color on #513914 background.