COLOR #814323

HEX: #814323
RGB: (129,67,35)

Color info

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

RGB color model

#814323 color RGB value is (129,67,35).

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

RGB channels and saturation

R 129 of 255 = 51%
G 67 of 255 = 26%
B 35 of 255 = 14%

129
67
35

R + G + B ~ 30%. #814323 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 67 + 35 = 231 (100%)
R 129 of 231 ~ 55.84%
G 67 of 231 ~ 29%
B 35 of 231 ~ 15.15%

%55.84
%29
%15.15

CMYK color model

#814323 color CMYK value is (0,48,73,49).

  • cyan value is 0.00%
  • magenta value is 48.06%
  • yellow value is 72.87%
  • key color value is 49.41%
CMYK:
(0,48,73,49)
C0M48Y73K49 
(0%,48%,73%,49%)
(0.00/0.48/0.73/0.49)	

CMYK percentages

%0
%48.06
%72.87
%49.41

Codes

Color #814323 in popluar color models

814323
RGB1296735
HSL20°57.32%32.16%
HSB/HSV20°72.87%50.59%
CMYK0.00%48.06%72.87%
49.41%

Color #814323 in popluar number systems.

HEX814323
Decimal1296735
Binary100000011000011100011
Octal20110343

Shades and tints

Shades of #814323

#814323
(129,67,35)
#763D20
(118,61,32)
#6B371D
(107,55,29)
#60311A
(96,49,26)
#552B17
(85,43,23)
#4A2514
(74,37,20)
#3F1F11
(63,31,17)
#34190E
(52,25,14)
#29130B
(41,19,11)
#1E0D08
(30,13,8)
#130705
(19,7,5)
#000000
(0,0,0)

Tints of #814323

#814323
(129,67,35)
#8C5437
(140,84,55)
#97654B
(151,101,75)
#A2765F
(162,118,95)
#AD8773
(173,135,115)
#B89887
(184,152,135)
#C3A99B
(195,169,155)
#CEBAAF
(206,186,175)
#D9CBC3
(217,203,195)
#E4DCD7
(228,220,215)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814323; }

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

This text font color is #814323.


Background Color

.myBgColor { background-color: #814323; }

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

This div background color is #814323.


Border color

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

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

This div border color is #814323.


Opacity

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

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

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

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

This text has shadow with #814323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814323 on black background.


Color preview on white background

This text has color #814323 on white background.



Black color preview on #814323 background

This text has black color on #814323 background.


White color preview on #814323 background

This text has white color on #814323 background.