COLOR #8B766F

HEX: #8B766F
RGB: (139,118,111)

Color info

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

RGB color model

#8B766F color RGB value is (139,118,111).

  • red value is 139;
  • green value is 118;
  • blue value is 111.
RGB:
(139,118,111)
(55%,46%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 118 of 255 = 46%
B 111 of 255 = 44%

139
118
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 118 + 111 = 368 (100%)
R 139 of 368 ~ 37.77%
G 118 of 368 ~ 32.07%
B 111 of 368 ~ 30.16%

%37.77
%32.07
%30.16

CMYK color model

#8B766F color CMYK value is (0,15,20,45).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(0,15,20,45)
C0M15Y20K45 
(0%,15%,20%,45%)
(0.00/0.15/0.20/0.45)	

CMYK percentages

%0
%15.11
%20.14
%45.49

Codes

Color #8B766F in popluar color models

8B766F
RGB139118111
HSL15°11.20%49.02%
HSB/HSV15°20.14%54.51%
CMYK0.00%15.11%20.14%
45.49%

Color #8B766F in popluar number systems.

HEX8B766F
Decimal139118111
Binary1000101111101101101111
Octal213166157

Shades and tints

Shades of #8B766F

#8B766F
(139,118,111)
#7F6C65
(127,108,101)
#73625B
(115,98,91)
#675851
(103,88,81)
#5B4E47
(91,78,71)
#4F443D
(79,68,61)
#433A33
(67,58,51)
#373029
(55,48,41)
#2B261F
(43,38,31)
#1F1C15
(31,28,21)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #8B766F

#8B766F
(139,118,111)
#95827C
(149,130,124)
#9F8E89
(159,142,137)
#A99A96
(169,154,150)
#B3A6A3
(179,166,163)
#BDB2B0
(189,178,176)
#C7BEBD
(199,190,189)
#D1CACA
(209,202,202)
#DBD6D7
(219,214,215)
#E5E2E4
(229,226,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B766F color. Also use rgb(139,118,111) instead hex code.

Text Font Color

.myTextColor { color: #8B766F; }

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

This text font color is #8B766F.


Background Color

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

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

This div background color is #8B766F.


Border color

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

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

This div border color is #8B766F.


Opacity

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

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

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

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

This text has shadow with #8B766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B766F on black background.


Color preview on white background

This text has color #8B766F on white background.



Black color preview on #8B766F background

This text has black color on #8B766F background.


White color preview on #8B766F background

This text has white color on #8B766F background.