COLOR #8D766B

HEX: #8D766B
RGB: (141,118,107)

Color info

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

RGB color model

#8D766B color RGB value is (141,118,107).

  • red value is 141;
  • green value is 118;
  • blue value is 107.
RGB:
(141,118,107)
(55%,46%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 107 of 255 = 42%

141
118
107

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 107 = 366 (100%)
R 141 of 366 ~ 38.52%
G 118 of 366 ~ 32.24%
B 107 of 366 ~ 29.23%

%38.52
%32.24
%29.23

CMYK color model

#8D766B color CMYK value is (0,16,24,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 24.11%
  • key color value is 44.71%
CMYK:
(0,16,24,45)
C0M16Y24K45 
(0%,16%,24%,45%)
(0.00/0.16/0.24/0.45)	

CMYK percentages

%0
%16.31
%24.11
%44.71

Codes

Color #8D766B in popluar color models

8D766B
RGB141118107
HSL19°13.71%48.63%
HSB/HSV19°24.11%55.29%
CMYK0.00%16.31%24.11%
44.71%

Color #8D766B in popluar number systems.

HEX8D766B
Decimal141118107
Binary1000110111101101101011
Octal215166153

Shades and tints

Shades of #8D766B

#8D766B
(141,118,107)
#816C62
(129,108,98)
#756259
(117,98,89)
#695850
(105,88,80)
#5D4E47
(93,78,71)
#51443E
(81,68,62)
#453A35
(69,58,53)
#39302C
(57,48,44)
#2D2623
(45,38,35)
#211C1A
(33,28,26)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D766B

#8D766B
(141,118,107)
#978278
(151,130,120)
#A18E85
(161,142,133)
#AB9A92
(171,154,146)
#B5A69F
(181,166,159)
#BFB2AC
(191,178,172)
#C9BEB9
(201,190,185)
#D3CAC6
(211,202,198)
#DDD6D3
(221,214,211)
#E7E2E0
(231,226,224)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D766B color. Also use rgb(141,118,107) instead hex code.

Text Font Color

.myTextColor { color: #8D766B; }

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

This text font color is #8D766B.


Background Color

.myBgColor { background-color: #8D766B; }

<div style="background-color:#8D766B">Inner text</div>

This div background color is #8D766B.


Border color

.myBorderColor { border: 1px solid #8D766B; }

<div style="border:3px solid #8D766B">Div</div>

This div border color is #8D766B.


Opacity

.myOpacity80 { color: #8D766B; opacity: 0.8; }

<p style="color:#8D766B;opacity:0.8;">80%</p>

Text with #8D766B 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 #8D766B;}

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

This text has shadow with #8D766B color.

.textShadow {text-shadow: 3px 3px 1px #8D766B, 3px 3px 1px red;}

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

This text has shadow with #8D766B primary color and red secondary color.


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

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

This text has shadow with #8D766B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D766B on black background.


Color preview on white background

This text has color #8D766B on white background.



Black color preview on #8D766B background

This text has black color on #8D766B background.


White color preview on #8D766B background

This text has white color on #8D766B background.