COLOR #816D7C

HEX: #816D7C
RGB: (129,109,124)

Color info

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

RGB color model

#816D7C color RGB value is (129,109,124).

  • red value is 129;
  • green value is 109;
  • blue value is 124.
RGB:
(129,109,124)
(51%,43%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 109 of 255 = 43%
B 124 of 255 = 49%

129
109
124

R + G + B ~ 48%. #816D7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 109 + 124 = 362 (100%)
R 129 of 362 ~ 35.64%
G 109 of 362 ~ 30.11%
B 124 of 362 ~ 34.25%

%35.64
%30.11
%34.25

CMYK color model

#816D7C color CMYK value is (0,16,4,49).

  • cyan value is 0.00%
  • magenta value is 15.50%
  • yellow value is 3.88%
  • key color value is 49.41%
CMYK:
(0,16,4,49)
C0M16Y4K49 
(0%,16%,4%,49%)
(0.00/0.16/0.04/0.49)	

CMYK percentages

%0
%15.5
%3.88
%49.41

Codes

Color #816D7C in popluar color models

816D7C
RGB129109124
HSL315°8.40%46.67%
HSB/HSV315°15.50%50.59%
CMYK0.00%15.50%3.88%
49.41%

Color #816D7C in popluar number systems.

HEX816D7C
Decimal129109124
Binary1000000111011011111100
Octal201155174

Shades and tints

Shades of #816D7C

#816D7C
(129,109,124)
#766471
(118,100,113)
#6B5B66
(107,91,102)
#60525B
(96,82,91)
#554950
(85,73,80)
#4A4045
(74,64,69)
#3F373A
(63,55,58)
#342E2F
(52,46,47)
#292524
(41,37,36)
#1E1C19
(30,28,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #816D7C

#816D7C
(129,109,124)
#8C7A87
(140,122,135)
#978792
(151,135,146)
#A2949D
(162,148,157)
#ADA1A8
(173,161,168)
#B8AEB3
(184,174,179)
#C3BBBE
(195,187,190)
#CEC8C9
(206,200,201)
#D9D5D4
(217,213,212)
#E4E2DF
(228,226,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816D7C color. Also use rgb(129,109,124) instead hex code.

Text Font Color

.myTextColor { color: #816D7C; }

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

This text font color is #816D7C.


Background Color

.myBgColor { background-color: #816D7C; }

<div style="background-color:#816D7C">Inner text</div>

This div background color is #816D7C.


Border color

.myBorderColor { border: 1px solid #816D7C; }

<div style="border:3px solid #816D7C">Div</div>

This div border color is #816D7C.


Opacity

.myOpacity80 { color: #816D7C; opacity: 0.8; }

<p style="color:#816D7C;opacity:0.8;">80%</p>

Text with #816D7C 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 #816D7C;}

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

This text has shadow with #816D7C color.

.textShadow {text-shadow: 3px 3px 1px #816D7C, 3px 3px 1px red;}

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

This text has shadow with #816D7C primary color and red secondary color.


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

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

This text has shadow with #816D7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816D7C on black background.


Color preview on white background

This text has color #816D7C on white background.



Black color preview on #816D7C background

This text has black color on #816D7C background.


White color preview on #816D7C background

This text has white color on #816D7C background.