COLOR #814242

HEX: #814242
RGB: (129,66,66)

Color info

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

RGB color model

#814242 color RGB value is (129,66,66).

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

RGB channels and saturation

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

129
66
66

R + G + B ~ 34%. #814242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 66 + 66 = 261 (100%)
R 129 of 261 ~ 49.43%
G 66 of 261 ~ 25.29%
B 66 of 261 ~ 25.29%

%49.43
%25.29
%25.29

CMYK color model

#814242 color CMYK value is (0,49,49,49).

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

CMYK percentages

%0
%48.84
%48.84
%49.41

Codes

Color #814242 in popluar color models

814242
RGB1296666
HSL32.31%38.24%
HSB/HSV48.84%50.59%
CMYK0.00%48.84%48.84%
49.41%

Color #814242 in popluar number systems.

HEX814242
Decimal1296666
Binary1000000110000101000010
Octal201102102

Shades and tints

Shades of #814242

#814242
(129,66,66)
#763C3C
(118,60,60)
#6B3636
(107,54,54)
#603030
(96,48,48)
#552A2A
(85,42,42)
#4A2424
(74,36,36)
#3F1E1E
(63,30,30)
#341818
(52,24,24)
#291212
(41,18,18)
#1E0C0C
(30,12,12)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #814242

#814242
(129,66,66)
#8C5353
(140,83,83)
#976464
(151,100,100)
#A27575
(162,117,117)
#AD8686
(173,134,134)
#B89797
(184,151,151)
#C3A8A8
(195,168,168)
#CEB9B9
(206,185,185)
#D9CACA
(217,202,202)
#E4DBDB
(228,219,219)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814242; }

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

This text font color is #814242.


Background Color

.myBgColor { background-color: #814242; }

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

This div background color is #814242.


Border color

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

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

This div border color is #814242.


Opacity

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

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

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

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

This text has shadow with #814242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814242 on black background.


Color preview on white background

This text has color #814242 on white background.



Black color preview on #814242 background

This text has black color on #814242 background.


White color preview on #814242 background

This text has white color on #814242 background.