COLOR #814561

HEX: #814561
RGB: (129,69,97)

Color info

#814561 contains mainly red and blue colors. Web safe color of #814561 is #993366 (or #936).

RGB color model

#814561 color RGB value is (129,69,97).

  • red value is 129;
  • green value is 69;
  • blue value is 97.
RGB:
(129,69,97)
(51%,27%,38%)

RGB channels and saturation

R 129 of 255 = 51%
G 69 of 255 = 27%
B 97 of 255 = 38%

129
69
97

R + G + B ~ 39%. #814561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 69 + 97 = 295 (100%)
R 129 of 295 ~ 43.73%
G 69 of 295 ~ 23.39%
B 97 of 295 ~ 32.88%

%43.73
%23.39
%32.88

CMYK color model

#814561 color CMYK value is (0,47,25,49).

  • cyan value is 0.00%
  • magenta value is 46.51%
  • yellow value is 24.81%
  • key color value is 49.41%
CMYK:
(0,47,25,49)
C0M47Y25K49 
(0%,47%,25%,49%)
(0.00/0.47/0.25/0.49)	

CMYK percentages

%0
%46.51
%24.81
%49.41

Codes

Color #814561 in popluar color models

814561
RGB1296997
HSL332°30.30%38.82%
HSB/HSV332°46.51%50.59%
CMYK0.00%46.51%24.81%
49.41%

Color #814561 in popluar number systems.

HEX814561
Decimal1296997
Binary1000000110001011100001
Octal201105141

Shades and tints

Shades of #814561

#814561
(129,69,97)
#763F59
(118,63,89)
#6B3951
(107,57,81)
#603349
(96,51,73)
#552D41
(85,45,65)
#4A2739
(74,39,57)
#3F2131
(63,33,49)
#341B29
(52,27,41)
#291521
(41,21,33)
#1E0F19
(30,15,25)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #814561

#814561
(129,69,97)
#8C556F
(140,85,111)
#97657D
(151,101,125)
#A2758B
(162,117,139)
#AD8599
(173,133,153)
#B895A7
(184,149,167)
#C3A5B5
(195,165,181)
#CEB5C3
(206,181,195)
#D9C5D1
(217,197,209)
#E4D5DF
(228,213,223)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814561 color. Also use rgb(129,69,97) instead hex code.

Text Font Color

.myTextColor { color: #814561; }

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

This text font color is #814561.


Background Color

.myBgColor { background-color: #814561; }

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

This div background color is #814561.


Border color

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

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

This div border color is #814561.


Opacity

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

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

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

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

This text has shadow with #814561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814561 on black background.


Color preview on white background

This text has color #814561 on white background.



Black color preview on #814561 background

This text has black color on #814561 background.


White color preview on #814561 background

This text has white color on #814561 background.