COLOR #814659

HEX: #814659
RGB: (129,70,89)

Color info

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

RGB color model

#814659 color RGB value is (129,70,89).

  • red value is 129;
  • green value is 70;
  • blue value is 89.
RGB:
(129,70,89)
(51%,27%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 70 of 255 = 27%
B 89 of 255 = 35%

129
70
89

R + G + B ~ 38%. #814659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 70 + 89 = 288 (100%)
R 129 of 288 ~ 44.79%
G 70 of 288 ~ 24.31%
B 89 of 288 ~ 30.9%

%44.79
%24.31
%30.9

CMYK color model

#814659 color CMYK value is (0,46,31,49).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 31.01%
  • key color value is 49.41%
CMYK:
(0,46,31,49)
C0M46Y31K49 
(0%,46%,31%,49%)
(0.00/0.46/0.31/0.49)	

CMYK percentages

%0
%45.74
%31.01
%49.41

Codes

Color #814659 in popluar color models

814659
RGB1297089
HSL341°29.65%39.02%
HSB/HSV341°45.74%50.59%
CMYK0.00%45.74%31.01%
49.41%

Color #814659 in popluar number systems.

HEX814659
Decimal1297089
Binary1000000110001101011001
Octal201106131

Shades and tints

Shades of #814659

#814659
(129,70,89)
#764051
(118,64,81)
#6B3A49
(107,58,73)
#603441
(96,52,65)
#552E39
(85,46,57)
#4A2831
(74,40,49)
#3F2229
(63,34,41)
#341C21
(52,28,33)
#291619
(41,22,25)
#1E1011
(30,16,17)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #814659

#814659
(129,70,89)
#8C5668
(140,86,104)
#976677
(151,102,119)
#A27686
(162,118,134)
#AD8695
(173,134,149)
#B896A4
(184,150,164)
#C3A6B3
(195,166,179)
#CEB6C2
(206,182,194)
#D9C6D1
(217,198,209)
#E4D6E0
(228,214,224)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814659 color. Also use rgb(129,70,89) instead hex code.

Text Font Color

.myTextColor { color: #814659; }

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

This text font color is #814659.


Background Color

.myBgColor { background-color: #814659; }

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

This div background color is #814659.


Border color

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

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

This div border color is #814659.


Opacity

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

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

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

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

This text has shadow with #814659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814659 on black background.


Color preview on white background

This text has color #814659 on white background.



Black color preview on #814659 background

This text has black color on #814659 background.


White color preview on #814659 background

This text has white color on #814659 background.