COLOR #8D786B

HEX: #8D786B
RGB: (141,120,107)

Color info

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

RGB color model

#8D786B color RGB value is (141,120,107).

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

RGB channels and saturation

R 141 of 255 = 55%
G 120 of 255 = 47%
B 107 of 255 = 42%

141
120
107

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

Portions of RGB colors in percentages

R + G + B =
141 + 120 + 107 = 368 (100%)
R 141 of 368 ~ 38.32%
G 120 of 368 ~ 32.61%
B 107 of 368 ~ 29.08%

%38.32
%32.61
%29.08

CMYK color model

#8D786B color CMYK value is (0,15,24,45).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 24.11%
  • key color value is 44.71%
CMYK:
(0,15,24,45)
C0M15Y24K45 
(0%,15%,24%,45%)
(0.00/0.15/0.24/0.45)	

CMYK percentages

%0
%14.89
%24.11
%44.71

Codes

Color #8D786B in popluar color models

8D786B
RGB141120107
HSL23°13.71%48.63%
HSB/HSV23°24.11%55.29%
CMYK0.00%14.89%24.11%
44.71%

Color #8D786B in popluar number systems.

HEX8D786B
Decimal141120107
Binary1000110111110001101011
Octal215170153

Shades and tints

Shades of #8D786B

#8D786B
(141,120,107)
#816E62
(129,110,98)
#756459
(117,100,89)
#695A50
(105,90,80)
#5D5047
(93,80,71)
#51463E
(81,70,62)
#453C35
(69,60,53)
#39322C
(57,50,44)
#2D2823
(45,40,35)
#211E1A
(33,30,26)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8D786B

#8D786B
(141,120,107)
#978478
(151,132,120)
#A19085
(161,144,133)
#AB9C92
(171,156,146)
#B5A89F
(181,168,159)
#BFB4AC
(191,180,172)
#C9C0B9
(201,192,185)
#D3CCC6
(211,204,198)
#DDD8D3
(221,216,211)
#E7E4E0
(231,228,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D786B; }

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

This text font color is #8D786B.


Background Color

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

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

This div background color is #8D786B.


Border color

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

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

This div border color is #8D786B.


Opacity

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

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

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

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

This text has shadow with #8D786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D786B on black background.


Color preview on white background

This text has color #8D786B on white background.



Black color preview on #8D786B background

This text has black color on #8D786B background.


White color preview on #8D786B background

This text has white color on #8D786B background.