COLOR #814049

HEX: #814049
RGB: (129,64,73)

Color info

#814049 contains mainly red and blue colors. Web safe color of #814049 is #993333 (or #933).

RGB color model

#814049 color RGB value is (129,64,73).

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

RGB channels and saturation

R 129 of 255 = 51%
G 64 of 255 = 25%
B 73 of 255 = 29%

129
64
73

R + G + B ~ 35%. #814049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 64 + 73 = 266 (100%)
R 129 of 266 ~ 48.5%
G 64 of 266 ~ 24.06%
B 73 of 266 ~ 27.44%

%48.5
%24.06
%27.44

CMYK color model

#814049 color CMYK value is (0,50,43,49).

  • cyan value is 0.00%
  • magenta value is 50.39%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(0,50,43,49)
C0M50Y43K49 
(0%,50%,43%,49%)
(0.00/0.50/0.43/0.49)	

CMYK percentages

%0
%50.39
%43.41
%49.41

Codes

Color #814049 in popluar color models

814049
RGB1296473
HSL352°33.68%37.84%
HSB/HSV352°50.39%50.59%
CMYK0.00%50.39%43.41%
49.41%

Color #814049 in popluar number systems.

HEX814049
Decimal1296473
Binary1000000110000001001001
Octal201100111

Shades and tints

Shades of #814049

#814049
(129,64,73)
#763B43
(118,59,67)
#6B363D
(107,54,61)
#603137
(96,49,55)
#552C31
(85,44,49)
#4A272B
(74,39,43)
#3F2225
(63,34,37)
#341D1F
(52,29,31)
#291819
(41,24,25)
#1E1313
(30,19,19)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #814049

#814049
(129,64,73)
#8C5159
(140,81,89)
#976269
(151,98,105)
#A27379
(162,115,121)
#AD8489
(173,132,137)
#B89599
(184,149,153)
#C3A6A9
(195,166,169)
#CEB7B9
(206,183,185)
#D9C8C9
(217,200,201)
#E4D9D9
(228,217,217)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814049; }

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

This text font color is #814049.


Background Color

.myBgColor { background-color: #814049; }

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

This div background color is #814049.


Border color

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

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

This div border color is #814049.


Opacity

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

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

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

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

This text has shadow with #814049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814049 on black background.


Color preview on white background

This text has color #814049 on white background.



Black color preview on #814049 background

This text has black color on #814049 background.


White color preview on #814049 background

This text has white color on #814049 background.