COLOR #814E58

HEX: #814E58
RGB: (129,78,88)

Color info

#814E58 contains red, green and blue colors in about the same proportion. Web safe color of #814E58 is #996666 (or #966).

RGB color model

#814E58 color RGB value is (129,78,88).

  • red value is 129;
  • green value is 78;
  • blue value is 88.
RGB:
(129,78,88)
(51%,31%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 78 of 255 = 31%
B 88 of 255 = 35%

129
78
88

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

Portions of RGB colors in percentages

R + G + B =
129 + 78 + 88 = 295 (100%)
R 129 of 295 ~ 43.73%
G 78 of 295 ~ 26.44%
B 88 of 295 ~ 29.83%

%43.73
%26.44
%29.83

CMYK color model

#814E58 color CMYK value is (0,40,32,49).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 31.78%
  • key color value is 49.41%
CMYK:
(0,40,32,49)
C0M40Y32K49 
(0%,40%,32%,49%)
(0.00/0.40/0.32/0.49)	

CMYK percentages

%0
%39.53
%31.78
%49.41

Codes

Color #814E58 in popluar color models

814E58
RGB1297888
HSL348°24.64%40.59%
HSB/HSV348°39.53%50.59%
CMYK0.00%39.53%31.78%
49.41%

Color #814E58 in popluar number systems.

HEX814E58
Decimal1297888
Binary1000000110011101011000
Octal201116130

Shades and tints

Shades of #814E58

#814E58
(129,78,88)
#764750
(118,71,80)
#6B4048
(107,64,72)
#603940
(96,57,64)
#553238
(85,50,56)
#4A2B30
(74,43,48)
#3F2428
(63,36,40)
#341D20
(52,29,32)
#291618
(41,22,24)
#1E0F10
(30,15,16)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #814E58

#814E58
(129,78,88)
#8C5E67
(140,94,103)
#976E76
(151,110,118)
#A27E85
(162,126,133)
#AD8E94
(173,142,148)
#B89EA3
(184,158,163)
#C3AEB2
(195,174,178)
#CEBEC1
(206,190,193)
#D9CED0
(217,206,208)
#E4DEDF
(228,222,223)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814E58 color. Also use rgb(129,78,88) instead hex code.

Text Font Color

.myTextColor { color: #814E58; }

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

This text font color is #814E58.


Background Color

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

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

This div background color is #814E58.


Border color

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

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

This div border color is #814E58.


Opacity

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

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

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

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

This text has shadow with #814E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814E58 on black background.


Color preview on white background

This text has color #814E58 on white background.



Black color preview on #814E58 background

This text has black color on #814E58 background.


White color preview on #814E58 background

This text has white color on #814E58 background.