COLOR #512817

HEX: #512817
RGB: (81,40,23)

Color info

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

RGB color model

#512817 color RGB value is (81,40,23).

  • red value is 81;
  • green value is 40;
  • blue value is 23.
RGB:
(81,40,23)
(32%,16%,9%)

RGB channels and saturation

R 81 of 255 = 32%
G 40 of 255 = 16%
B 23 of 255 = 9%

81
40
23

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

Portions of RGB colors in percentages

R + G + B =
81 + 40 + 23 = 144 (100%)
R 81 of 144 ~ 56.25%
G 40 of 144 ~ 27.78%
B 23 of 144 ~ 15.97%

%56.25
%27.78
%15.97

CMYK color model

#512817 color CMYK value is (0,51,72,68).

  • cyan value is 0.00%
  • magenta value is 50.62%
  • yellow value is 71.60%
  • key color value is 68.24%
CMYK:
(0,51,72,68)
C0M51Y72K68 
(0%,51%,72%,68%)
(0.00/0.51/0.72/0.68)	

CMYK percentages

%0
%50.62
%71.6
%68.24

Codes

Color #512817 in popluar color models

512817
RGB814023
HSL18°55.77%20.39%
HSB/HSV18°71.60%31.76%
CMYK0.00%50.62%71.60%
68.24%

Color #512817 in popluar number systems.

HEX512817
Decimal814023
Binary101000110100010111
Octal1215027

Shades and tints

Shades of #512817

#512817
(81,40,23)
#4A2515
(74,37,21)
#432213
(67,34,19)
#3C1F11
(60,31,17)
#351C0F
(53,28,15)
#2E190D
(46,25,13)
#27160B
(39,22,11)
#201309
(32,19,9)
#191007
(25,16,7)
#120D05
(18,13,5)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #512817

#512817
(81,40,23)
#603B2C
(96,59,44)
#6F4E41
(111,78,65)
#7E6156
(126,97,86)
#8D746B
(141,116,107)
#9C8780
(156,135,128)
#AB9A95
(171,154,149)
#BAADAA
(186,173,170)
#C9C0BF
(201,192,191)
#D8D3D4
(216,211,212)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512817 color. Also use rgb(81,40,23) instead hex code.

Text Font Color

.myTextColor { color: #512817; }

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

This text font color is #512817.


Background Color

.myBgColor { background-color: #512817; }

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

This div background color is #512817.


Border color

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

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

This div border color is #512817.


Opacity

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

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

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

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

This text has shadow with #512817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512817 on black background.


Color preview on white background

This text has color #512817 on white background.



Black color preview on #512817 background

This text has black color on #512817 background.


White color preview on #512817 background

This text has white color on #512817 background.