COLOR #814B68

HEX: #814B68
RGB: (129,75,104)

Color info

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

RGB color model

#814B68 color RGB value is (129,75,104).

  • red value is 129;
  • green value is 75;
  • blue value is 104.
RGB:
(129,75,104)
(51%,29%,41%)

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 104 of 255 = 41%

129
75
104

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

Portions of RGB colors in percentages

R + G + B =
129 + 75 + 104 = 308 (100%)
R 129 of 308 ~ 41.88%
G 75 of 308 ~ 24.35%
B 104 of 308 ~ 33.77%

%41.88
%24.35
%33.77

CMYK color model

#814B68 color CMYK value is (0,42,19,49).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 19.38%
  • key color value is 49.41%
CMYK:
(0,42,19,49)
C0M42Y19K49 
(0%,42%,19%,49%)
(0.00/0.42/0.19/0.49)	

CMYK percentages

%0
%41.86
%19.38
%49.41

Codes

Color #814B68 in popluar color models

814B68
RGB12975104
HSL328°26.47%40.00%
HSB/HSV328°41.86%50.59%
CMYK0.00%41.86%19.38%
49.41%

Color #814B68 in popluar number systems.

HEX814B68
Decimal12975104
Binary1000000110010111101000
Octal201113150

Shades and tints

Shades of #814B68

#814B68
(129,75,104)
#76455F
(118,69,95)
#6B3F56
(107,63,86)
#60394D
(96,57,77)
#553344
(85,51,68)
#4A2D3B
(74,45,59)
#3F2732
(63,39,50)
#342129
(52,33,41)
#291B20
(41,27,32)
#1E1517
(30,21,23)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #814B68

#814B68
(129,75,104)
#8C5B75
(140,91,117)
#976B82
(151,107,130)
#A27B8F
(162,123,143)
#AD8B9C
(173,139,156)
#B89BA9
(184,155,169)
#C3ABB6
(195,171,182)
#CEBBC3
(206,187,195)
#D9CBD0
(217,203,208)
#E4DBDD
(228,219,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814B68 color. Also use rgb(129,75,104) instead hex code.

Text Font Color

.myTextColor { color: #814B68; }

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

This text font color is #814B68.


Background Color

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

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

This div background color is #814B68.


Border color

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

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

This div border color is #814B68.


Opacity

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

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

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

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

This text has shadow with #814B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814B68 on black background.


Color preview on white background

This text has color #814B68 on white background.



Black color preview on #814B68 background

This text has black color on #814B68 background.


White color preview on #814B68 background

This text has white color on #814B68 background.