COLOR #814047

HEX: #814047
RGB: (129,64,71)

Color info

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

RGB color model

#814047 color RGB value is (129,64,71).

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

RGB channels and saturation

R 129 of 255 = 51%
G 64 of 255 = 25%
B 71 of 255 = 28%

129
64
71

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

Portions of RGB colors in percentages

R + G + B =
129 + 64 + 71 = 264 (100%)
R 129 of 264 ~ 48.86%
G 64 of 264 ~ 24.24%
B 71 of 264 ~ 26.89%

%48.86
%24.24
%26.89

CMYK color model

#814047 color CMYK value is (0,50,45,49).

  • cyan value is 0.00%
  • magenta value is 50.39%
  • yellow value is 44.96%
  • key color value is 49.41%
CMYK:
(0,50,45,49)
C0M50Y45K49 
(0%,50%,45%,49%)
(0.00/0.50/0.45/0.49)	

CMYK percentages

%0
%50.39
%44.96
%49.41

Codes

Color #814047 in popluar color models

814047
RGB1296471
HSL354°33.68%37.84%
HSB/HSV354°50.39%50.59%
CMYK0.00%50.39%44.96%
49.41%

Color #814047 in popluar number systems.

HEX814047
Decimal1296471
Binary1000000110000001000111
Octal201100107

Shades and tints

Shades of #814047

#814047
(129,64,71)
#763B41
(118,59,65)
#6B363B
(107,54,59)
#603135
(96,49,53)
#552C2F
(85,44,47)
#4A2729
(74,39,41)
#3F2223
(63,34,35)
#341D1D
(52,29,29)
#291817
(41,24,23)
#1E1311
(30,19,17)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #814047

#814047
(129,64,71)
#8C5157
(140,81,87)
#976267
(151,98,103)
#A27377
(162,115,119)
#AD8487
(173,132,135)
#B89597
(184,149,151)
#C3A6A7
(195,166,167)
#CEB7B7
(206,183,183)
#D9C8C7
(217,200,199)
#E4D9D7
(228,217,215)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814047; }

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

This text font color is #814047.


Background Color

.myBgColor { background-color: #814047; }

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

This div background color is #814047.


Border color

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

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

This div border color is #814047.


Opacity

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

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

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

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

This text has shadow with #814047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814047 on black background.


Color preview on white background

This text has color #814047 on white background.



Black color preview on #814047 background

This text has black color on #814047 background.


White color preview on #814047 background

This text has white color on #814047 background.