COLOR #816E7B

HEX: #816E7B
RGB: (129,110,123)

Color info

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

RGB color model

#816E7B color RGB value is (129,110,123).

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

RGB channels and saturation

R 129 of 255 = 51%
G 110 of 255 = 43%
B 123 of 255 = 48%

129
110
123

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

Portions of RGB colors in percentages

R + G + B =
129 + 110 + 123 = 362 (100%)
R 129 of 362 ~ 35.64%
G 110 of 362 ~ 30.39%
B 123 of 362 ~ 33.98%

%35.64
%30.39
%33.98

CMYK color model

#816E7B color CMYK value is (0,15,5,49).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 4.65%
  • key color value is 49.41%
CMYK: (0,15,5,49) C0M15Y5K49 (0%,15%,5%,49%) (0.00/0.15/0.05/0.49)

CMYK percentages

%0
%14.73
%4.65
%49.41

Codes

Color #816E7B in popluar color models

816E7B
RGB129110123
HSL319°7.95%46.86%
HSB/HSV319°14.73%50.59%
CMYK0.00%14.73%4.65%
49.41%

Color #816E7B in popluar number systems.

HEX816E7B
Decimal129110123
Binary1000000111011101111011
Octal201156173

Shades and tints

Shades of #816E7B

#816E7B
(129,110,123)
#766470
(118,100,112)
#6B5A65
(107,90,101)
#60505A
(96,80,90)
#55464F
(85,70,79)
#4A3C44
(74,60,68)
#3F3239
(63,50,57)
#34282E
(52,40,46)
#291E23
(41,30,35)
#1E1418
(30,20,24)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #816E7B

#816E7B
(129,110,123)
#8C7B87
(140,123,135)
#978893
(151,136,147)
#A2959F
(162,149,159)
#ADA2AB
(173,162,171)
#B8AFB7
(184,175,183)
#C3BCC3
(195,188,195)
#CEC9CF
(206,201,207)
#D9D6DB
(217,214,219)
#E4E3E7
(228,227,231)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816E7B color. Also use rgb(129,110,123) instead hex code.

Text Font Color

.myTextColor { color: #816E7B; }

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

This text font color is #816E7B.


Background Color

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

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

This div background color is #816E7B.


Border color

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

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

This div border color is #816E7B.


Opacity

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

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

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

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

This text has shadow with #816E7B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #816E7B on black background.


Color preview on white background

This text has color #816E7B on white background.



Black color preview on #816E7B background

This text has black color on #816E7B background.


White color preview on #816E7B background

This text has white color on #816E7B background.