COLOR #814C6C

HEX: #814C6C
RGB: (129,76,108)

Color info

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

RGB color model

#814C6C color RGB value is (129,76,108).

  • red value is 129;
  • green value is 76;
  • blue value is 108.
RGB:
(129,76,108)
(51%,30%,42%)

RGB channels and saturation

R 129 of 255 = 51%
G 76 of 255 = 30%
B 108 of 255 = 42%

129
76
108

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

Portions of RGB colors in percentages

R + G + B =
129 + 76 + 108 = 313 (100%)
R 129 of 313 ~ 41.21%
G 76 of 313 ~ 24.28%
B 108 of 313 ~ 34.5%

%41.21
%24.28
%34.5

CMYK color model

#814C6C color CMYK value is (0,41,16,49).

  • cyan value is 0.00%
  • magenta value is 41.09%
  • yellow value is 16.28%
  • key color value is 49.41%
CMYK:
(0,41,16,49)
C0M41Y16K49 
(0%,41%,16%,49%)
(0.00/0.41/0.16/0.49)	

CMYK percentages

%0
%41.09
%16.28
%49.41

Codes

Color #814C6C in popluar color models

814C6C
RGB12976108
HSL324°25.85%40.20%
HSB/HSV324°41.09%50.59%
CMYK0.00%41.09%16.28%
49.41%

Color #814C6C in popluar number systems.

HEX814C6C
Decimal12976108
Binary1000000110011001101100
Octal201114154

Shades and tints

Shades of #814C6C

#814C6C
(129,76,108)
#764663
(118,70,99)
#6B405A
(107,64,90)
#603A51
(96,58,81)
#553448
(85,52,72)
#4A2E3F
(74,46,63)
#3F2836
(63,40,54)
#34222D
(52,34,45)
#291C24
(41,28,36)
#1E161B
(30,22,27)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #814C6C

#814C6C
(129,76,108)
#8C5C79
(140,92,121)
#976C86
(151,108,134)
#A27C93
(162,124,147)
#AD8CA0
(173,140,160)
#B89CAD
(184,156,173)
#C3ACBA
(195,172,186)
#CEBCC7
(206,188,199)
#D9CCD4
(217,204,212)
#E4DCE1
(228,220,225)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814C6C color. Also use rgb(129,76,108) instead hex code.

Text Font Color

.myTextColor { color: #814C6C; }

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

This text font color is #814C6C.


Background Color

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

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

This div background color is #814C6C.


Border color

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

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

This div border color is #814C6C.


Opacity

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

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

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

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

This text has shadow with #814C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814C6C on black background.


Color preview on white background

This text has color #814C6C on white background.



Black color preview on #814C6C background

This text has black color on #814C6C background.


White color preview on #814C6C background

This text has white color on #814C6C background.