COLOR #814D79

HEX: #814D79
RGB: (129,77,121)

Color info

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

RGB color model

#814D79 color RGB value is (129,77,121).

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

RGB channels and saturation

R 129 of 255 = 51%
G 77 of 255 = 30%
B 121 of 255 = 47%

129
77
121

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

Portions of RGB colors in percentages

R + G + B =
129 + 77 + 121 = 327 (100%)
R 129 of 327 ~ 39.45%
G 77 of 327 ~ 23.55%
B 121 of 327 ~ 37%

%39.45
%23.55
%37

CMYK color model

#814D79 color CMYK value is (0,40,6,49).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(0,40,6,49)
C0M40Y6K49 
(0%,40%,6%,49%)
(0.00/0.40/0.06/0.49)	

CMYK percentages

%0
%40.31
%6.2
%49.41

Codes

Color #814D79 in popluar color models

814D79
RGB12977121
HSL309°25.24%40.39%
HSB/HSV309°40.31%50.59%
CMYK0.00%40.31%6.20%
49.41%

Color #814D79 in popluar number systems.

HEX814D79
Decimal12977121
Binary1000000110011011111001
Octal201115171

Shades and tints

Shades of #814D79

#814D79
(129,77,121)
#76466E
(118,70,110)
#6B3F63
(107,63,99)
#603858
(96,56,88)
#55314D
(85,49,77)
#4A2A42
(74,42,66)
#3F2337
(63,35,55)
#341C2C
(52,28,44)
#291521
(41,21,33)
#1E0E16
(30,14,22)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #814D79

#814D79
(129,77,121)
#8C5D85
(140,93,133)
#976D91
(151,109,145)
#A27D9D
(162,125,157)
#AD8DA9
(173,141,169)
#B89DB5
(184,157,181)
#C3ADC1
(195,173,193)
#CEBDCD
(206,189,205)
#D9CDD9
(217,205,217)
#E4DDE5
(228,221,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814D79; }

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

This text font color is #814D79.


Background Color

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

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

This div background color is #814D79.


Border color

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

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

This div border color is #814D79.


Opacity

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

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

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

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

This text has shadow with #814D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814D79 on black background.


Color preview on white background

This text has color #814D79 on white background.



Black color preview on #814D79 background

This text has black color on #814D79 background.


White color preview on #814D79 background

This text has white color on #814D79 background.