COLOR #513C16

HEX: #513C16
RGB: (81,60,22)

Color info

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

RGB color model

#513C16 color RGB value is (81,60,22).

  • red value is 81;
  • green value is 60;
  • blue value is 22.
RGB:
(81,60,22)
(32%,24%,9%)

RGB channels and saturation

R 81 of 255 = 32%
G 60 of 255 = 24%
B 22 of 255 = 9%

81
60
22

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

Portions of RGB colors in percentages

R + G + B =
81 + 60 + 22 = 163 (100%)
R 81 of 163 ~ 49.69%
G 60 of 163 ~ 36.81%
B 22 of 163 ~ 13.5%

%49.69
%36.81
%13.5

CMYK color model

#513C16 color CMYK value is (0,26,73,68).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 72.84%
  • key color value is 68.24%
CMYK:
(0,26,73,68)
C0M26Y73K68 
(0%,26%,73%,68%)
(0.00/0.26/0.73/0.68)	

CMYK percentages

%0
%25.93
%72.84
%68.24

Codes

Color #513C16 in popluar color models

513C16
RGB816022
HSL39°57.28%20.20%
HSB/HSV39°72.84%31.76%
CMYK0.00%25.93%72.84%
68.24%

Color #513C16 in popluar number systems.

HEX513C16
Decimal816022
Binary101000111110010110
Octal1217426

Shades and tints

Shades of #513C16

#513C16
(81,60,22)
#4A3714
(74,55,20)
#433212
(67,50,18)
#3C2D10
(60,45,16)
#35280E
(53,40,14)
#2E230C
(46,35,12)
#271E0A
(39,30,10)
#201908
(32,25,8)
#191406
(25,20,6)
#120F04
(18,15,4)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #513C16

#513C16
(81,60,22)
#604D2B
(96,77,43)
#6F5E40
(111,94,64)
#7E6F55
(126,111,85)
#8D806A
(141,128,106)
#9C917F
(156,145,127)
#ABA294
(171,162,148)
#BAB3A9
(186,179,169)
#C9C4BE
(201,196,190)
#D8D5D3
(216,213,211)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513C16 color. Also use rgb(81,60,22) instead hex code.

Text Font Color

.myTextColor { color: #513C16; }

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

This text font color is #513C16.


Background Color

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

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

This div background color is #513C16.


Border color

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

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

This div border color is #513C16.


Opacity

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

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

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

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

This text has shadow with #513C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C16 on black background.


Color preview on white background

This text has color #513C16 on white background.



Black color preview on #513C16 background

This text has black color on #513C16 background.


White color preview on #513C16 background

This text has white color on #513C16 background.