COLOR #814239

HEX: #814239
RGB: (129,66,57)

Color info

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

RGB color model

#814239 color RGB value is (129,66,57).

  • red value is 129;
  • green value is 66;
  • blue value is 57.
RGB:
(129,66,57)
(51%,26%,22%)

RGB channels and saturation

R 129 of 255 = 51%
G 66 of 255 = 26%
B 57 of 255 = 22%

129
66
57

R + G + B ~ 33%. #814239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 66 + 57 = 252 (100%)
R 129 of 252 ~ 51.19%
G 66 of 252 ~ 26.19%
B 57 of 252 ~ 22.62%

%51.19
%26.19
%22.62

CMYK color model

#814239 color CMYK value is (0,49,56,49).

  • cyan value is 0.00%
  • magenta value is 48.84%
  • yellow value is 55.81%
  • key color value is 49.41%
CMYK:
(0,49,56,49)
C0M49Y56K49 
(0%,49%,56%,49%)
(0.00/0.49/0.56/0.49)	

CMYK percentages

%0
%48.84
%55.81
%49.41

Codes

Color #814239 in popluar color models

814239
RGB1296657
HSL38.71%36.47%
HSB/HSV55.81%50.59%
CMYK0.00%48.84%55.81%
49.41%

Color #814239 in popluar number systems.

HEX814239
Decimal1296657
Binary100000011000010111001
Octal20110271

Shades and tints

Shades of #814239

#814239
(129,66,57)
#763C34
(118,60,52)
#6B362F
(107,54,47)
#60302A
(96,48,42)
#552A25
(85,42,37)
#4A2420
(74,36,32)
#3F1E1B
(63,30,27)
#341816
(52,24,22)
#291211
(41,18,17)
#1E0C0C
(30,12,12)
#130607
(19,6,7)
#000000
(0,0,0)

Tints of #814239

#814239
(129,66,57)
#8C534B
(140,83,75)
#97645D
(151,100,93)
#A2756F
(162,117,111)
#AD8681
(173,134,129)
#B89793
(184,151,147)
#C3A8A5
(195,168,165)
#CEB9B7
(206,185,183)
#D9CAC9
(217,202,201)
#E4DBDB
(228,219,219)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814239 color. Also use rgb(129,66,57) instead hex code.

Text Font Color

.myTextColor { color: #814239; }

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

This text font color is #814239.


Background Color

.myBgColor { background-color: #814239; }

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

This div background color is #814239.


Border color

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

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

This div border color is #814239.


Opacity

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

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

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

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

This text has shadow with #814239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814239 on black background.


Color preview on white background

This text has color #814239 on white background.



Black color preview on #814239 background

This text has black color on #814239 background.


White color preview on #814239 background

This text has white color on #814239 background.