COLOR #812617

HEX: #812617
RGB: (129,38,23)

Color info

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

RGB color model

#812617 color RGB value is (129,38,23).

  • red value is 129;
  • green value is 38;
  • blue value is 23.
RGB:
(129,38,23)
(51%,15%,9%)

RGB channels and saturation

R 129 of 255 = 51%
G 38 of 255 = 15%
B 23 of 255 = 9%

129
38
23

R + G + B ~ 25%. #812617 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 38 + 23 = 190 (100%)
R 129 of 190 ~ 67.89%
G 38 of 190 ~ 20%
B 23 of 190 ~ 12.11%

%67.89
%20
%12.11

CMYK color model

#812617 color CMYK value is (0,71,82,49).

  • cyan value is 0.00%
  • magenta value is 70.54%
  • yellow value is 82.17%
  • key color value is 49.41%
CMYK:
(0,71,82,49)
C0M71Y82K49 
(0%,71%,82%,49%)
(0.00/0.71/0.82/0.49)	

CMYK percentages

%0
%70.54
%82.17
%49.41

Codes

Color #812617 in popluar color models

812617
RGB1293823
HSL69.74%29.80%
HSB/HSV82.17%50.59%
CMYK0.00%70.54%82.17%
49.41%

Color #812617 in popluar number systems.

HEX812617
Decimal1293823
Binary1000000110011010111
Octal2014627

Shades and tints

Shades of #812617

#812617
(129,38,23)
#762315
(118,35,21)
#6B2013
(107,32,19)
#601D11
(96,29,17)
#551A0F
(85,26,15)
#4A170D
(74,23,13)
#3F140B
(63,20,11)
#341109
(52,17,9)
#290E07
(41,14,7)
#1E0B05
(30,11,5)
#130803
(19,8,3)
#000000
(0,0,0)

Tints of #812617

#812617
(129,38,23)
#8C392C
(140,57,44)
#974C41
(151,76,65)
#A25F56
(162,95,86)
#AD726B
(173,114,107)
#B88580
(184,133,128)
#C39895
(195,152,149)
#CEABAA
(206,171,170)
#D9BEBF
(217,190,191)
#E4D1D4
(228,209,212)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #812617 color. Also use rgb(129,38,23) instead hex code.

Text Font Color

.myTextColor { color: #812617; }

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

This text font color is #812617.


Background Color

.myBgColor { background-color: #812617; }

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

This div background color is #812617.


Border color

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

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

This div border color is #812617.


Opacity

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

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

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

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

This text has shadow with #812617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #812617 on black background.


Color preview on white background

This text has color #812617 on white background.



Black color preview on #812617 background

This text has black color on #812617 background.


White color preview on #812617 background

This text has white color on #812617 background.