COLOR #513F17

HEX: #513F17
RGB: (81,63,23)

Color info

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

RGB color model

#513F17 color RGB value is (81,63,23).

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

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 23 of 255 = 9%

81
63
23

R + G + B ~ 22%. #513F17 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 63 + 23 = 167 (100%)
R 81 of 167 ~ 48.5%
G 63 of 167 ~ 37.72%
B 23 of 167 ~ 13.77%

%48.5
%37.72
%13.77

CMYK color model

#513F17 color CMYK value is (0,22,72,68).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 71.60%
  • key color value is 68.24%
CMYK:
(0,22,72,68)
C0M22Y72K68 
(0%,22%,72%,68%)
(0.00/0.22/0.72/0.68)	

CMYK percentages

%0
%22.22
%71.6
%68.24

Codes

Color #513F17 in popluar color models

513F17
RGB816323
HSL41°55.77%20.39%
HSB/HSV41°71.60%31.76%
CMYK0.00%22.22%71.60%
68.24%

Color #513F17 in popluar number systems.

HEX513F17
Decimal816323
Binary101000111111110111
Octal1217727

Shades and tints

Shades of #513F17

#513F17
(81,63,23)
#4A3A15
(74,58,21)
#433513
(67,53,19)
#3C3011
(60,48,17)
#352B0F
(53,43,15)
#2E260D
(46,38,13)
#27210B
(39,33,11)
#201C09
(32,28,9)
#191707
(25,23,7)
#121205
(18,18,5)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #513F17

#513F17
(81,63,23)
#60502C
(96,80,44)
#6F6141
(111,97,65)
#7E7256
(126,114,86)
#8D836B
(141,131,107)
#9C9480
(156,148,128)
#ABA595
(171,165,149)
#BAB6AA
(186,182,170)
#C9C7BF
(201,199,191)
#D8D8D4
(216,216,212)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513F17; }

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

This text font color is #513F17.


Background Color

.myBgColor { background-color: #513F17; }

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

This div background color is #513F17.


Border color

.myBorderColor { border: 1px solid #513F17; }

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

This div border color is #513F17.


Opacity

.myOpacity80 { color: #513F17; opacity: 0.8; }

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

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

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

This text has shadow with #513F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F17 on black background.


Color preview on white background

This text has color #513F17 on white background.



Black color preview on #513F17 background

This text has black color on #513F17 background.


White color preview on #513F17 background

This text has white color on #513F17 background.