COLOR #512516

HEX: #512516
RGB: (81,37,22)

Color info

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

RGB color model

#512516 color RGB value is (81,37,22).

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

RGB channels and saturation

R 81 of 255 = 32%
G 37 of 255 = 15%
B 22 of 255 = 9%

81
37
22

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

Portions of RGB colors in percentages

R + G + B =
81 + 37 + 22 = 140 (100%)
R 81 of 140 ~ 57.86%
G 37 of 140 ~ 26.43%
B 22 of 140 ~ 15.71%

%57.86
%26.43
%15.71

CMYK color model

#512516 color CMYK value is (0,54,73,68).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 72.84%
  • key color value is 68.24%
CMYK:
(0,54,73,68)
C0M54Y73K68 
(0%,54%,73%,68%)
(0.00/0.54/0.73/0.68)	

CMYK percentages

%0
%54.32
%72.84
%68.24

Codes

Color #512516 in popluar color models

512516
RGB813722
HSL15°57.28%20.20%
HSB/HSV15°72.84%31.76%
CMYK0.00%54.32%72.84%
68.24%

Color #512516 in popluar number systems.

HEX512516
Decimal813722
Binary101000110010110110
Octal1214526

Shades and tints

Shades of #512516

#512516
(81,37,22)
#4A2214
(74,34,20)
#431F12
(67,31,18)
#3C1C10
(60,28,16)
#35190E
(53,25,14)
#2E160C
(46,22,12)
#27130A
(39,19,10)
#201008
(32,16,8)
#190D06
(25,13,6)
#120A04
(18,10,4)
#0B0702
(11,7,2)
#000000
(0,0,0)

Tints of #512516

#512516
(81,37,22)
#60382B
(96,56,43)
#6F4B40
(111,75,64)
#7E5E55
(126,94,85)
#8D716A
(141,113,106)
#9C847F
(156,132,127)
#AB9794
(171,151,148)
#BAAAA9
(186,170,169)
#C9BDBE
(201,189,190)
#D8D0D3
(216,208,211)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512516; }

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

This text font color is #512516.


Background Color

.myBgColor { background-color: #512516; }

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

This div background color is #512516.


Border color

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

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

This div border color is #512516.


Opacity

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

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

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

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

This text has shadow with #512516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512516 on black background.


Color preview on white background

This text has color #512516 on white background.



Black color preview on #512516 background

This text has black color on #512516 background.


White color preview on #512516 background

This text has white color on #512516 background.