COLOR #513406

HEX: #513406
RGB: (81,52,6)

Color info

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

RGB color model

#513406 color RGB value is (81,52,6).

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

RGB channels and saturation

R 81 of 255 = 32%
G 52 of 255 = 20%
B 6 of 255 = 2%

81
52
6

R + G + B ~ 18%. #513406 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 52 + 6 = 139 (100%)
R 81 of 139 ~ 58.27%
G 52 of 139 ~ 37.41%
B 6 of 139 ~ 4.32%

%58.27
%37.41

CMYK color model

#513406 color CMYK value is (0,36,93,68).

  • cyan value is 0.00%
  • magenta value is 35.80%
  • yellow value is 92.59%
  • key color value is 68.24%
CMYK:
(0,36,93,68)
C0M36Y93K68 
(0%,36%,93%,68%)
(0.00/0.36/0.93/0.68)	

CMYK percentages

%0
%35.8
%92.59
%68.24

Codes

Color #513406 in popluar color models

513406
RGB81526
HSL37°86.21%17.06%
HSB/HSV37°92.59%31.76%
CMYK0.00%35.80%92.59%
68.24%

Color #513406 in popluar number systems.

HEX513406
Decimal81526
Binary1010001110100110
Octal121646

Shades and tints

Shades of #513406

#513406
(81,52,6)
#4A3006
(74,48,6)
#432C06
(67,44,6)
#3C2806
(60,40,6)
#352406
(53,36,6)
#2E2006
(46,32,6)
#271C06
(39,28,6)
#201806
(32,24,6)
#191406
(25,20,6)
#121006
(18,16,6)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #513406

#513406
(81,52,6)
#60461C
(96,70,28)
#6F5832
(111,88,50)
#7E6A48
(126,106,72)
#8D7C5E
(141,124,94)
#9C8E74
(156,142,116)
#ABA08A
(171,160,138)
#BAB2A0
(186,178,160)
#C9C4B6
(201,196,182)
#D8D6CC
(216,214,204)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513406; }

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

This text font color is #513406.


Background Color

.myBgColor { background-color: #513406; }

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

This div background color is #513406.


Border color

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

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

This div border color is #513406.


Opacity

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

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

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

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

This text has shadow with #513406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513406 on black background.


Color preview on white background

This text has color #513406 on white background.



Black color preview on #513406 background

This text has black color on #513406 background.


White color preview on #513406 background

This text has white color on #513406 background.