COLOR #812325

HEX: #812325
RGB: (129,35,37)

Color info

#812325 contains mainly red color. Web safe color of #812325 is #993333 (or #933).

RGB color model

#812325 color RGB value is (129,35,37).

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

RGB channels and saturation

R 129 of 255 = 51%
G 35 of 255 = 14%
B 37 of 255 = 15%

129
35
37

R + G + B ~ 27%. #812325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 35 + 37 = 201 (100%)
R 129 of 201 ~ 64.18%
G 35 of 201 ~ 17.41%
B 37 of 201 ~ 18.41%

%64.18
%17.41
%18.41

CMYK color model

#812325 color CMYK value is (0,73,71,49).

  • cyan value is 0.00%
  • magenta value is 72.87%
  • yellow value is 71.32%
  • key color value is 49.41%
CMYK:
(0,73,71,49)
C0M73Y71K49 
(0%,73%,71%,49%)
(0.00/0.73/0.71/0.49)	

CMYK percentages

%0
%72.87
%71.32
%49.41

Codes

Color #812325 in popluar color models

812325
RGB1293537
HSL359°57.32%32.16%
HSB/HSV359°72.87%50.59%
CMYK0.00%72.87%71.32%
49.41%

Color #812325 in popluar number systems.

HEX812325
Decimal1293537
Binary10000001100011100101
Octal2014345

Shades and tints

Shades of #812325

#812325
(129,35,37)
#762022
(118,32,34)
#6B1D1F
(107,29,31)
#601A1C
(96,26,28)
#551719
(85,23,25)
#4A1416
(74,20,22)
#3F1113
(63,17,19)
#340E10
(52,14,16)
#290B0D
(41,11,13)
#1E080A
(30,8,10)
#130507
(19,5,7)
#000000
(0,0,0)

Tints of #812325

#812325
(129,35,37)
#8C3738
(140,55,56)
#974B4B
(151,75,75)
#A25F5E
(162,95,94)
#AD7371
(173,115,113)
#B88784
(184,135,132)
#C39B97
(195,155,151)
#CEAFAA
(206,175,170)
#D9C3BD
(217,195,189)
#E4D7D0
(228,215,208)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #812325; }

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

This text font color is #812325.


Background Color

.myBgColor { background-color: #812325; }

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

This div background color is #812325.


Border color

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

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

This div border color is #812325.


Opacity

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

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

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

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

This text has shadow with #812325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #812325 on black background.


Color preview on white background

This text has color #812325 on white background.



Black color preview on #812325 background

This text has black color on #812325 background.


White color preview on #812325 background

This text has white color on #812325 background.