COLOR #814B74

HEX: #814B74
RGB: (129,75,116)

Color info

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

RGB color model

#814B74 color RGB value is (129,75,116).

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

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 116 of 255 = 45%

129
75
116

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

Portions of RGB colors in percentages

R + G + B =
129 + 75 + 116 = 320 (100%)
R 129 of 320 ~ 40.31%
G 75 of 320 ~ 23.44%
B 116 of 320 ~ 36.25%

%40.31
%23.44
%36.25

CMYK color model

#814B74 color CMYK value is (0,42,10,49).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 10.08%
  • key color value is 49.41%
CMYK:
(0,42,10,49)
C0M42Y10K49 
(0%,42%,10%,49%)
(0.00/0.42/0.10/0.49)	

CMYK percentages

%0
%41.86
%10.08
%49.41

Codes

Color #814B74 in popluar color models

814B74
RGB12975116
HSL314°26.47%40.00%
HSB/HSV314°41.86%50.59%
CMYK0.00%41.86%10.08%
49.41%

Color #814B74 in popluar number systems.

HEX814B74
Decimal12975116
Binary1000000110010111110100
Octal201113164

Shades and tints

Shades of #814B74

#814B74
(129,75,116)
#76456A
(118,69,106)
#6B3F60
(107,63,96)
#603956
(96,57,86)
#55334C
(85,51,76)
#4A2D42
(74,45,66)
#3F2738
(63,39,56)
#34212E
(52,33,46)
#291B24
(41,27,36)
#1E151A
(30,21,26)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #814B74

#814B74
(129,75,116)
#8C5B80
(140,91,128)
#976B8C
(151,107,140)
#A27B98
(162,123,152)
#AD8BA4
(173,139,164)
#B89BB0
(184,155,176)
#C3ABBC
(195,171,188)
#CEBBC8
(206,187,200)
#D9CBD4
(217,203,212)
#E4DBE0
(228,219,224)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814B74; }

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

This text font color is #814B74.


Background Color

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

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

This div background color is #814B74.


Border color

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

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

This div border color is #814B74.


Opacity

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

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

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

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

This text has shadow with #814B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814B74 on black background.


Color preview on white background

This text has color #814B74 on white background.



Black color preview on #814B74 background

This text has black color on #814B74 background.


White color preview on #814B74 background

This text has white color on #814B74 background.