COLOR #814A49

HEX: #814A49
RGB: (129,74,73)

Color info

#814A49 contains red, green and blue colors in about the same proportion. Web safe color of #814A49 is #993333 (or #933).

RGB color model

#814A49 color RGB value is (129,74,73).

  • red value is 129;
  • green value is 74;
  • blue value is 73.
RGB:
(129,74,73)
(51%,29%,29%)

RGB channels and saturation

R 129 of 255 = 51%
G 74 of 255 = 29%
B 73 of 255 = 29%

129
74
73

R + G + B ~ 36%. #814A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 74 + 73 = 276 (100%)
R 129 of 276 ~ 46.74%
G 74 of 276 ~ 26.81%
B 73 of 276 ~ 26.45%

%46.74
%26.81
%26.45

CMYK color model

#814A49 color CMYK value is (0,43,43,49).

  • cyan value is 0.00%
  • magenta value is 42.64%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,43,43,49)
C0M43Y43K49 
(0%,43%,43%,49%)
(0.00/0.43/0.43/0.49)	

CMYK percentages

%0
%42.64
%43.41
%49.41

Codes

Color #814A49 in popluar color models

814A49
RGB1297473
HSL27.72%39.61%
HSB/HSV43.41%50.59%
CMYK0.00%42.64%43.41%
49.41%

Color #814A49 in popluar number systems.

HEX814A49
Decimal1297473
Binary1000000110010101001001
Octal201112111

Shades and tints

Shades of #814A49

#814A49
(129,74,73)
#764443
(118,68,67)
#6B3E3D
(107,62,61)
#603837
(96,56,55)
#553231
(85,50,49)
#4A2C2B
(74,44,43)
#3F2625
(63,38,37)
#34201F
(52,32,31)
#291A19
(41,26,25)
#1E1413
(30,20,19)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #814A49

#814A49
(129,74,73)
#8C5A59
(140,90,89)
#976A69
(151,106,105)
#A27A79
(162,122,121)
#AD8A89
(173,138,137)
#B89A99
(184,154,153)
#C3AAA9
(195,170,169)
#CEBAB9
(206,186,185)
#D9CAC9
(217,202,201)
#E4DAD9
(228,218,217)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814A49 color. Also use rgb(129,74,73) instead hex code.

Text Font Color

.myTextColor { color: #814A49; }

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

This text font color is #814A49.


Background Color

.myBgColor { background-color: #814A49; }

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

This div background color is #814A49.


Border color

.myBorderColor { border: 1px solid #814A49; }

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

This div border color is #814A49.


Opacity

.myOpacity80 { color: #814A49; opacity: 0.8; }

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

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

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

This text has shadow with #814A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814A49 on black background.


Color preview on white background

This text has color #814A49 on white background.



Black color preview on #814A49 background

This text has black color on #814A49 background.


White color preview on #814A49 background

This text has white color on #814A49 background.