COLOR #814D73

HEX: #814D73
RGB: (129,77,115)

Color info

#814D73 contains red, green and blue colors in about the same proportion. Web safe color of #814D73 is #993366 (or #936).

RGB color model

#814D73 color RGB value is (129,77,115).

  • red value is 129;
  • green value is 77;
  • blue value is 115.
RGB:
(129,77,115)
(51%,30%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 77 of 255 = 30%
B 115 of 255 = 45%

129
77
115

R + G + B ~ 42%. #814D73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 77 + 115 = 321 (100%)
R 129 of 321 ~ 40.19%
G 77 of 321 ~ 23.99%
B 115 of 321 ~ 35.83%

%40.19
%23.99
%35.83

CMYK color model

#814D73 color CMYK value is (0,40,11,49).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 10.85%
  • key color value is 49.41%
CMYK:
(0,40,11,49)
C0M40Y11K49 
(0%,40%,11%,49%)
(0.00/0.40/0.11/0.49)	

CMYK percentages

%0
%40.31
%10.85
%49.41

Codes

Color #814D73 in popluar color models

814D73
RGB12977115
HSL316°25.24%40.39%
HSB/HSV316°40.31%50.59%
CMYK0.00%40.31%10.85%
49.41%

Color #814D73 in popluar number systems.

HEX814D73
Decimal12977115
Binary1000000110011011110011
Octal201115163

Shades and tints

Shades of #814D73

#814D73
(129,77,115)
#764669
(118,70,105)
#6B3F5F
(107,63,95)
#603855
(96,56,85)
#55314B
(85,49,75)
#4A2A41
(74,42,65)
#3F2337
(63,35,55)
#341C2D
(52,28,45)
#291523
(41,21,35)
#1E0E19
(30,14,25)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #814D73

#814D73
(129,77,115)
#8C5D7F
(140,93,127)
#976D8B
(151,109,139)
#A27D97
(162,125,151)
#AD8DA3
(173,141,163)
#B89DAF
(184,157,175)
#C3ADBB
(195,173,187)
#CEBDC7
(206,189,199)
#D9CDD3
(217,205,211)
#E4DDDF
(228,221,223)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814D73 color. Also use rgb(129,77,115) instead hex code.

Text Font Color

.myTextColor { color: #814D73; }

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

This text font color is #814D73.


Background Color

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

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

This div background color is #814D73.


Border color

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

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

This div border color is #814D73.


Opacity

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

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

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

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

This text has shadow with #814D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814D73 on black background.


Color preview on white background

This text has color #814D73 on white background.



Black color preview on #814D73 background

This text has black color on #814D73 background.


White color preview on #814D73 background

This text has white color on #814D73 background.