COLOR #816D70

HEX: #816D70 RGB: (129,109,112)

Color info

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

RGB color model

#816D70 color RGB value is (129,109,112).

RGB: (129,109,112) (51%, 43%, 44%)

RGB channels and saturation

R 129 of 255 = 51%
G 109 of 255 = 43%
B 112 of 255 = 44%

129
109
112

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

Portions of RGB colors in percentages

R + G + B = 129 + 109 + 112 = 350 (100%)
R 129 of 350 ~ 36.86%
G 109 of 350 ~ 31.14%
B 112 of 350 ~ 32'%

%36.86
%31.14
%32

CMYK color model

#816D70 color CMYK value is (0,16,13,49).

  • cyan value is 0.00%
  • magenta value is 15.50%
  • yellow value is 13.18%
  • key color value is 49.41%

CMYK: (0,16,13,49)
C0M16Y13K49 (0%, 16%, 13%, 49%)
(0.00 / 0.16 / 0.13 / 0.49)

CMYK percentages

%0
%15.5
%13.18
%49.41

Codes

Color #816D70 in popluar color models

81 6D 70
RGB 129 109 112
HSL 351° 8.40% 46.67%
HSB/HSV 351° 15.50% 50.59%
CMYK 0.00% 15.50% 13.18%
49.41%

Color #816D70 in popluar number systems.

HEX 81 6D 70
Decimal 129 109 112
Binary 10000001 1101101 1110000
Octal 201 155 160

Shades and tints

Shades of #816D70

#816D70
(129,109,112)
#766466
(118,100,102)
#6B5B5C
(107,91,92)
#605252
(96,82,82)
#554948
(85,73,72)
#4A403E
(74,64,62)
#3F3734
(63,55,52)
#342E2A
(52,46,42)
#292520
(41,37,32)
#1E1C16
(30,28,22)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #816D70

#816D70
(129,109,112)
#8C7A7D
(140,122,125)
#97878A
(151,135,138)
#A29497
(162,148,151)
#ADA1A4
(173,161,164)
#B8AEB1
(184,174,177)
#C3BBBE
(195,187,190)
#CEC8CB
(206,200,203)
#D9D5D8
(217,213,216)
#E4E2E5
(228,226,229)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #816D70; }

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

This text font color is #816D70.

Background Color

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

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

This div background color is #816D70.

Border color

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

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

This div border color is #816D70.

Opacity

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

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

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

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

This text has shadow with #816D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #816D70.

Preview

Color preview on black background

This text has color #816D70 on black background.


Color preview on white background

This text has color #816D70 on white background.


Black color preview on #816D70 background

This text has black color on #816D70 background.


White color preview on #816D70 background

This text has white color on #816D70 background.


Related colors

Complementary color

Complementary color for #hex is #7E928F.


I love getcolorcode.com

Triadic colors

1 #70816D and #6D7081 with #816D70 are triadic colors.

2 #706D81 and #6D8170 with #816D70 are triadic colors.