COLOR #81676C

HEX: #81676C
RGB: (129,103,108)

Color info

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

RGB color model

#81676C color RGB value is (129,103,108).

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

RGB channels and saturation

R 129 of 255 = 51%
G 103 of 255 = 40%
B 108 of 255 = 42%

129
103
108

R + G + B ~ 44%. #81676C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 103 + 108 = 340 (100%)
R 129 of 340 ~ 37.94%
G 103 of 340 ~ 30.29%
B 108 of 340 ~ 31.76%

%37.94
%30.29
%31.76

CMYK color model

#81676C color CMYK value is (0,20,16,49).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 16.28%
  • key color value is 49.41%
CMYK:
(0,20,16,49)
C0M20Y16K49 
(0%,20%,16%,49%)
(0.00/0.20/0.16/0.49)	

CMYK percentages

%0
%20.16
%16.28
%49.41

Codes

Color #81676C in popluar color models

81676C
RGB129103108
HSL348°11.21%45.49%
HSB/HSV348°20.16%50.59%
CMYK0.00%20.16%16.28%
49.41%

Color #81676C in popluar number systems.

HEX81676C
Decimal129103108
Binary1000000111001111101100
Octal201147154

Shades and tints

Shades of #81676C

#81676C
(129,103,108)
#765E63
(118,94,99)
#6B555A
(107,85,90)
#604C51
(96,76,81)
#554348
(85,67,72)
#4A3A3F
(74,58,63)
#3F3136
(63,49,54)
#34282D
(52,40,45)
#291F24
(41,31,36)
#1E161B
(30,22,27)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #81676C

#81676C
(129,103,108)
#8C7479
(140,116,121)
#978186
(151,129,134)
#A28E93
(162,142,147)
#AD9BA0
(173,155,160)
#B8A8AD
(184,168,173)
#C3B5BA
(195,181,186)
#CEC2C7
(206,194,199)
#D9CFD4
(217,207,212)
#E4DCE1
(228,220,225)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81676C color. Also use rgb(129,103,108) instead hex code.

Text Font Color

.myTextColor { color: #81676C; }

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

This text font color is #81676C.


Background Color

.myBgColor { background-color: #81676C; }

<div style="background-color:#81676C">Inner text</div>

This div background color is #81676C.


Border color

.myBorderColor { border: 1px solid #81676C; }

<div style="border:3px solid #81676C">Div</div>

This div border color is #81676C.


Opacity

.myOpacity80 { color: #81676C; opacity: 0.8; }

<p style="color:#81676C;opacity:0.8;">80%</p>

Text with #81676C 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 #81676C;}

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

This text has shadow with #81676C color.

.textShadow {text-shadow: 3px 3px 1px #81676C, 3px 3px 1px red;}

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

This text has shadow with #81676C primary color and red secondary color.


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

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

This text has shadow with #81676C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81676C on black background.


Color preview on white background

This text has color #81676C on white background.



Black color preview on #81676C background

This text has black color on #81676C background.


White color preview on #81676C background

This text has white color on #81676C background.