COLOR #513212

HEX: #513212
RGB: (81,50,18)

Color info

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

RGB color model

#513212 color RGB value is (81,50,18).

  • red value is 81;
  • green value is 50;
  • blue value is 18.
RGB:
(81,50,18)
(32%,20%,7%)

RGB channels and saturation

R 81 of 255 = 32%
G 50 of 255 = 20%
B 18 of 255 = 7%

81
50
18

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

Portions of RGB colors in percentages

R + G + B =
81 + 50 + 18 = 149 (100%)
R 81 of 149 ~ 54.36%
G 50 of 149 ~ 33.56%
B 18 of 149 ~ 12.08%

%54.36
%33.56
%12.08

CMYK color model

#513212 color CMYK value is (0,38,78,68).

  • cyan value is 0.00%
  • magenta value is 38.27%
  • yellow value is 77.78%
  • key color value is 68.24%
CMYK:
(0,38,78,68)
C0M38Y78K68 
(0%,38%,78%,68%)
(0.00/0.38/0.78/0.68)	

CMYK percentages

%0
%38.27
%77.78
%68.24

Codes

Color #513212 in popluar color models

513212
RGB815018
HSL30°63.64%19.41%
HSB/HSV30°77.78%31.76%
CMYK0.00%38.27%77.78%
68.24%

Color #513212 in popluar number systems.

HEX513212
Decimal815018
Binary101000111001010010
Octal1216222

Shades and tints

Shades of #513212

#513212
(81,50,18)
#4A2E11
(74,46,17)
#432A10
(67,42,16)
#3C260F
(60,38,15)
#35220E
(53,34,14)
#2E1E0D
(46,30,13)
#271A0C
(39,26,12)
#20160B
(32,22,11)
#19120A
(25,18,10)
#120E09
(18,14,9)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #513212

#513212
(81,50,18)
#604427
(96,68,39)
#6F563C
(111,86,60)
#7E6851
(126,104,81)
#8D7A66
(141,122,102)
#9C8C7B
(156,140,123)
#AB9E90
(171,158,144)
#BAB0A5
(186,176,165)
#C9C2BA
(201,194,186)
#D8D4CF
(216,212,207)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513212 color. Also use rgb(81,50,18) instead hex code.

Text Font Color

.myTextColor { color: #513212; }

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

This text font color is #513212.


Background Color

.myBgColor { background-color: #513212; }

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

This div background color is #513212.


Border color

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

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

This div border color is #513212.


Opacity

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

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

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

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

This text has shadow with #513212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513212 on black background.


Color preview on white background

This text has color #513212 on white background.



Black color preview on #513212 background

This text has black color on #513212 background.


White color preview on #513212 background

This text has white color on #513212 background.