COLOR #814C79

HEX: #814C79
RGB: (129,76,121)

Color info

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

RGB color model

#814C79 color RGB value is (129,76,121).

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

RGB channels and saturation

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

129
76
121

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

Portions of RGB colors in percentages

R + G + B =
129 + 76 + 121 = 326 (100%)
R 129 of 326 ~ 39.57%
G 76 of 326 ~ 23.31%
B 121 of 326 ~ 37.12%

%39.57
%23.31
%37.12

CMYK color model

#814C79 color CMYK value is (0,41,6,49).

  • cyan value is 0.00%
  • magenta value is 41.09%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(0,41,6,49)
C0M41Y6K49 
(0%,41%,6%,49%)
(0.00/0.41/0.06/0.49)	

CMYK percentages

%0
%41.09
%6.2
%49.41

Codes

Color #814C79 in popluar color models

814C79
RGB12976121
HSL309°25.85%40.20%
HSB/HSV309°41.09%50.59%
CMYK0.00%41.09%6.20%
49.41%

Color #814C79 in popluar number systems.

HEX814C79
Decimal12976121
Binary1000000110011001111001
Octal201114171

Shades and tints

Shades of #814C79

#814C79
(129,76,121)
#76466E
(118,70,110)
#6B4063
(107,64,99)
#603A58
(96,58,88)
#55344D
(85,52,77)
#4A2E42
(74,46,66)
#3F2837
(63,40,55)
#34222C
(52,34,44)
#291C21
(41,28,33)
#1E1616
(30,22,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #814C79

#814C79
(129,76,121)
#8C5C85
(140,92,133)
#976C91
(151,108,145)
#A27C9D
(162,124,157)
#AD8CA9
(173,140,169)
#B89CB5
(184,156,181)
#C3ACC1
(195,172,193)
#CEBCCD
(206,188,205)
#D9CCD9
(217,204,217)
#E4DCE5
(228,220,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814C79; }

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

This text font color is #814C79.


Background Color

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

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

This div background color is #814C79.


Border color

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

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

This div border color is #814C79.


Opacity

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

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

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

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

This text has shadow with #814C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814C79 on black background.


Color preview on white background

This text has color #814C79 on white background.



Black color preview on #814C79 background

This text has black color on #814C79 background.


White color preview on #814C79 background

This text has white color on #814C79 background.