COLOR #81676B

HEX: #81676B
RGB: (129,103,107)

Color info

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

RGB color model

#81676B color RGB value is (129,103,107).

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

RGB channels and saturation

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

129
103
107

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

Portions of RGB colors in percentages

R + G + B =
129 + 103 + 107 = 339 (100%)
R 129 of 339 ~ 38.05%
G 103 of 339 ~ 30.38%
B 107 of 339 ~ 31.56%

%38.05
%30.38
%31.56

CMYK color model

#81676B color CMYK value is (0,20,17,49).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK:
(0,20,17,49)
C0M20Y17K49 
(0%,20%,17%,49%)
(0.00/0.20/0.17/0.49)	

CMYK percentages

%0
%20.16
%17.05
%49.41

Codes

Color #81676B in popluar color models

81676B
RGB129103107
HSL351°11.21%45.49%
HSB/HSV351°20.16%50.59%
CMYK0.00%20.16%17.05%
49.41%

Color #81676B in popluar number systems.

HEX81676B
Decimal129103107
Binary1000000111001111101011
Octal201147153

Shades and tints

Shades of #81676B

#81676B
(129,103,107)
#765E62
(118,94,98)
#6B5559
(107,85,89)
#604C50
(96,76,80)
#554347
(85,67,71)
#4A3A3E
(74,58,62)
#3F3135
(63,49,53)
#34282C
(52,40,44)
#291F23
(41,31,35)
#1E161A
(30,22,26)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #81676B

#81676B
(129,103,107)
#8C7478
(140,116,120)
#978185
(151,129,133)
#A28E92
(162,142,146)
#AD9B9F
(173,155,159)
#B8A8AC
(184,168,172)
#C3B5B9
(195,181,185)
#CEC2C6
(206,194,198)
#D9CFD3
(217,207,211)
#E4DCE0
(228,220,224)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81676B; }

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

This text font color is #81676B.


Background Color

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

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

This div background color is #81676B.


Border color

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

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

This div border color is #81676B.


Opacity

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

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

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

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

This text has shadow with #81676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81676B on black background.


Color preview on white background

This text has color #81676B on white background.



Black color preview on #81676B background

This text has black color on #81676B background.


White color preview on #81676B background

This text has white color on #81676B background.