COLOR #814D6E

HEX: #814D6E
RGB: (129,77,110)

Color info

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

RGB color model

#814D6E color RGB value is (129,77,110).

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

RGB channels and saturation

R 129 of 255 = 51%
G 77 of 255 = 30%
B 110 of 255 = 43%

129
77
110

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

Portions of RGB colors in percentages

R + G + B =
129 + 77 + 110 = 316 (100%)
R 129 of 316 ~ 40.82%
G 77 of 316 ~ 24.37%
B 110 of 316 ~ 34.81%

%40.82
%24.37
%34.81

CMYK color model

#814D6E color CMYK value is (0,40,15,49).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 14.73%
  • key color value is 49.41%
CMYK:
(0,40,15,49)
C0M40Y15K49 
(0%,40%,15%,49%)
(0.00/0.40/0.15/0.49)	

CMYK percentages

%0
%40.31
%14.73
%49.41

Codes

Color #814D6E in popluar color models

814D6E
RGB12977110
HSL322°25.24%40.39%
HSB/HSV322°40.31%50.59%
CMYK0.00%40.31%14.73%
49.41%

Color #814D6E in popluar number systems.

HEX814D6E
Decimal12977110
Binary1000000110011011101110
Octal201115156

Shades and tints

Shades of #814D6E

#814D6E
(129,77,110)
#764664
(118,70,100)
#6B3F5A
(107,63,90)
#603850
(96,56,80)
#553146
(85,49,70)
#4A2A3C
(74,42,60)
#3F2332
(63,35,50)
#341C28
(52,28,40)
#29151E
(41,21,30)
#1E0E14
(30,14,20)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #814D6E

#814D6E
(129,77,110)
#8C5D7B
(140,93,123)
#976D88
(151,109,136)
#A27D95
(162,125,149)
#AD8DA2
(173,141,162)
#B89DAF
(184,157,175)
#C3ADBC
(195,173,188)
#CEBDC9
(206,189,201)
#D9CDD6
(217,205,214)
#E4DDE3
(228,221,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814D6E; }

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

This text font color is #814D6E.


Background Color

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

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

This div background color is #814D6E.


Border color

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

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

This div border color is #814D6E.


Opacity

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

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

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

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

This text has shadow with #814D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814D6E on black background.


Color preview on white background

This text has color #814D6E on white background.



Black color preview on #814D6E background

This text has black color on #814D6E background.


White color preview on #814D6E background

This text has white color on #814D6E background.