COLOR #513A06

HEX: #513A06
RGB: (81,58,6)

Color info

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

RGB color model

#513A06 color RGB value is (81,58,6).

  • red value is 81;
  • green value is 58;
  • blue value is 6.
RGB:
(81,58,6)
(32%,23%,2%)

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 6 of 255 = 2%

81
58
6

R + G + B ~ 19%. #513A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 6 = 145 (100%)
R 81 of 145 ~ 55.86%
G 58 of 145 ~ 40%
B 6 of 145 ~ 4.14%

%55.86
%40

CMYK color model

#513A06 color CMYK value is (0,28,93,68).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 92.59%
  • key color value is 68.24%
CMYK:
(0,28,93,68)
C0M28Y93K68 
(0%,28%,93%,68%)
(0.00/0.28/0.93/0.68)	

CMYK percentages

%0
%28.4
%92.59
%68.24

Codes

Color #513A06 in popluar color models

513A06
RGB81586
HSL42°86.21%17.06%
HSB/HSV42°92.59%31.76%
CMYK0.00%28.40%92.59%
68.24%

Color #513A06 in popluar number systems.

HEX513A06
Decimal81586
Binary1010001111010110
Octal121726

Shades and tints

Shades of #513A06

#513A06
(81,58,6)
#4A3506
(74,53,6)
#433006
(67,48,6)
#3C2B06
(60,43,6)
#352606
(53,38,6)
#2E2106
(46,33,6)
#271C06
(39,28,6)
#201706
(32,23,6)
#191206
(25,18,6)
#120D06
(18,13,6)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #513A06

#513A06
(81,58,6)
#604B1C
(96,75,28)
#6F5C32
(111,92,50)
#7E6D48
(126,109,72)
#8D7E5E
(141,126,94)
#9C8F74
(156,143,116)
#ABA08A
(171,160,138)
#BAB1A0
(186,177,160)
#C9C2B6
(201,194,182)
#D8D3CC
(216,211,204)
#E7E4E2
(231,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513A06 color. Also use rgb(81,58,6) instead hex code.

Text Font Color

.myTextColor { color: #513A06; }

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

This text font color is #513A06.


Background Color

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

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

This div background color is #513A06.


Border color

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

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

This div border color is #513A06.


Opacity

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

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

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

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

This text has shadow with #513A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A06 on black background.


Color preview on white background

This text has color #513A06 on white background.



Black color preview on #513A06 background

This text has black color on #513A06 background.


White color preview on #513A06 background

This text has white color on #513A06 background.