COLOR #513417

HEX: #513417
RGB: (81,52,23)

Color info

#513417 contains red, green and blue colors in about the same proportion. Web safe color of #513417 is #663300 (or #630).

RGB color model

#513417 color RGB value is (81,52,23).

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

RGB channels and saturation

R 81 of 255 = 32%
G 52 of 255 = 20%
B 23 of 255 = 9%

81
52
23

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

Portions of RGB colors in percentages

R + G + B =
81 + 52 + 23 = 156 (100%)
R 81 of 156 ~ 51.92%
G 52 of 156 ~ 33.33%
B 23 of 156 ~ 14.74%

%51.92
%33.33
%14.74

CMYK color model

#513417 color CMYK value is (0,36,72,68).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 71.60%
  • key color value is 68.24%
CMYK:
(0,36,72,68)
C0M36Y72K68 
(0%,36%,72%,68%)
(0.00/0.36/0.72/0.68)	

CMYK percentages

%0
%35.8
%71.6
%68.24

Codes

Color #513417 in popluar color models

513417
RGB815223
HSL30°55.77%20.39%
HSB/HSV30°71.60%31.76%
CMYK0.00%35.80%71.60%
68.24%

Color #513417 in popluar number systems.

HEX513417
Decimal815223
Binary101000111010010111
Octal1216427

Shades and tints

Shades of #513417

#513417
(81,52,23)
#4A3015
(74,48,21)
#432C13
(67,44,19)
#3C2811
(60,40,17)
#35240F
(53,36,15)
#2E200D
(46,32,13)
#271C0B
(39,28,11)
#201809
(32,24,9)
#191407
(25,20,7)
#121005
(18,16,5)
#0B0C03
(11,12,3)
#000000
(0,0,0)

Tints of #513417

#513417
(81,52,23)
#60462C
(96,70,44)
#6F5841
(111,88,65)
#7E6A56
(126,106,86)
#8D7C6B
(141,124,107)
#9C8E80
(156,142,128)
#ABA095
(171,160,149)
#BAB2AA
(186,178,170)
#C9C4BF
(201,196,191)
#D8D6D4
(216,214,212)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513417; }

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

This text font color is #513417.


Background Color

.myBgColor { background-color: #513417; }

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

This div background color is #513417.


Border color

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

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

This div border color is #513417.


Opacity

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

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

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

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

This text has shadow with #513417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513417 on black background.


Color preview on white background

This text has color #513417 on white background.



Black color preview on #513417 background

This text has black color on #513417 background.


White color preview on #513417 background

This text has white color on #513417 background.