COLOR #812512

HEX: #812512
RGB: (129,37,18)

Color info

#812512 contains mainly red color. Web safe color of #812512 is #993300 (or #930).

RGB color model

#812512 color RGB value is (129,37,18).

  • red value is 129;
  • green value is 37;
  • blue value is 18.
RGB:
(129,37,18)
(51%,15%,7%)

RGB channels and saturation

R 129 of 255 = 51%
G 37 of 255 = 15%
B 18 of 255 = 7%

129
37
18

R + G + B ~ 24%. #812512 is dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 37 + 18 = 184 (100%)
R 129 of 184 ~ 70.11%
G 37 of 184 ~ 20.11%
B 18 of 184 ~ 9.78%

%70.11
%20.11
%9.78

CMYK color model

#812512 color CMYK value is (0,71,86,49).

  • cyan value is 0.00%
  • magenta value is 71.32%
  • yellow value is 86.05%
  • key color value is 49.41%
CMYK:
(0,71,86,49)
C0M71Y86K49 
(0%,71%,86%,49%)
(0.00/0.71/0.86/0.49)	

CMYK percentages

%0
%71.32
%86.05
%49.41

Codes

Color #812512 in popluar color models

812512
RGB1293718
HSL10°75.51%28.82%
HSB/HSV10°86.05%50.59%
CMYK0.00%71.32%86.05%
49.41%

Color #812512 in popluar number systems.

HEX812512
Decimal1293718
Binary1000000110010110010
Octal2014522

Shades and tints

Shades of #812512

#812512
(129,37,18)
#762211
(118,34,17)
#6B1F10
(107,31,16)
#601C0F
(96,28,15)
#55190E
(85,25,14)
#4A160D
(74,22,13)
#3F130C
(63,19,12)
#34100B
(52,16,11)
#290D0A
(41,13,10)
#1E0A09
(30,10,9)
#130708
(19,7,8)
#000000
(0,0,0)

Tints of #812512

#812512
(129,37,18)
#8C3827
(140,56,39)
#974B3C
(151,75,60)
#A25E51
(162,94,81)
#AD7166
(173,113,102)
#B8847B
(184,132,123)
#C39790
(195,151,144)
#CEAAA5
(206,170,165)
#D9BDBA
(217,189,186)
#E4D0CF
(228,208,207)
#EFE3E4
(239,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #812512 color. Also use rgb(129,37,18) instead hex code.

Text Font Color

.myTextColor { color: #812512; }

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

This text font color is #812512.


Background Color

.myBgColor { background-color: #812512; }

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

This div background color is #812512.


Border color

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

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

This div border color is #812512.


Opacity

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

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

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

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

This text has shadow with #812512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #812512 on black background.


Color preview on white background

This text has color #812512 on white background.



Black color preview on #812512 background

This text has black color on #812512 background.


White color preview on #812512 background

This text has white color on #812512 background.