COLOR #513117

HEX: #513117
RGB: (81,49,23)

Color info

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

RGB color model

#513117 color RGB value is (81,49,23).

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

RGB channels and saturation

R 81 of 255 = 32%
G 49 of 255 = 19%
B 23 of 255 = 9%

81
49
23

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

Portions of RGB colors in percentages

R + G + B =
81 + 49 + 23 = 153 (100%)
R 81 of 153 ~ 52.94%
G 49 of 153 ~ 32.03%
B 23 of 153 ~ 15.03%

%52.94
%32.03
%15.03

CMYK color model

#513117 color CMYK value is (0,40,72,68).

  • cyan value is 0.00%
  • magenta value is 39.51%
  • yellow value is 71.60%
  • key color value is 68.24%
CMYK:
(0,40,72,68)
C0M40Y72K68 
(0%,40%,72%,68%)
(0.00/0.40/0.72/0.68)	

CMYK percentages

%0
%39.51
%71.6
%68.24

Codes

Color #513117 in popluar color models

513117
RGB814923
HSL27°55.77%20.39%
HSB/HSV27°71.60%31.76%
CMYK0.00%39.51%71.60%
68.24%

Color #513117 in popluar number systems.

HEX513117
Decimal814923
Binary101000111000110111
Octal1216127

Shades and tints

Shades of #513117

#513117
(81,49,23)
#4A2D15
(74,45,21)
#432913
(67,41,19)
#3C2511
(60,37,17)
#35210F
(53,33,15)
#2E1D0D
(46,29,13)
#27190B
(39,25,11)
#201509
(32,21,9)
#191107
(25,17,7)
#120D05
(18,13,5)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #513117

#513117
(81,49,23)
#60432C
(96,67,44)
#6F5541
(111,85,65)
#7E6756
(126,103,86)
#8D796B
(141,121,107)
#9C8B80
(156,139,128)
#AB9D95
(171,157,149)
#BAAFAA
(186,175,170)
#C9C1BF
(201,193,191)
#D8D3D4
(216,211,212)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513117; }

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

This text font color is #513117.


Background Color

.myBgColor { background-color: #513117; }

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

This div background color is #513117.


Border color

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

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

This div border color is #513117.


Opacity

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

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

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

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

This text has shadow with #513117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513117 on black background.


Color preview on white background

This text has color #513117 on white background.



Black color preview on #513117 background

This text has black color on #513117 background.


White color preview on #513117 background

This text has white color on #513117 background.