COLOR #8B7F6D

HEX: #8B7F6D
RGB: (139,127,109)

Color info

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

RGB color model

#8B7F6D color RGB value is (139,127,109).

  • red value is 139;
  • green value is 127;
  • blue value is 109.
RGB:
(139,127,109)
(55%,50%,43%)

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 109 of 255 = 43%

139
127
109

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

Portions of RGB colors in percentages

R + G + B =
139 + 127 + 109 = 375 (100%)
R 139 of 375 ~ 37.07%
G 127 of 375 ~ 33.87%
B 109 of 375 ~ 29.07%

%37.07
%33.87
%29.07

CMYK color model

#8B7F6D color CMYK value is (0,9,22,45).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 21.58%
  • key color value is 45.49%
CMYK:
(0,9,22,45)
C0M9Y22K45 
(0%,9%,22%,45%)
(0.00/0.09/0.22/0.45)	

CMYK percentages

%0
%8.63
%21.58
%45.49

Codes

Color #8B7F6D in popluar color models

8B7F6D
RGB139127109
HSL36°12.10%48.63%
HSB/HSV36°21.58%54.51%
CMYK0.00%8.63%21.58%
45.49%

Color #8B7F6D in popluar number systems.

HEX8B7F6D
Decimal139127109
Binary1000101111111111101101
Octal213177155

Shades and tints

Shades of #8B7F6D

#8B7F6D
(139,127,109)
#7F7464
(127,116,100)
#73695B
(115,105,91)
#675E52
(103,94,82)
#5B5349
(91,83,73)
#4F4840
(79,72,64)
#433D37
(67,61,55)
#37322E
(55,50,46)
#2B2725
(43,39,37)
#1F1C1C
(31,28,28)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #8B7F6D

#8B7F6D
(139,127,109)
#958A7A
(149,138,122)
#9F9587
(159,149,135)
#A9A094
(169,160,148)
#B3ABA1
(179,171,161)
#BDB6AE
(189,182,174)
#C7C1BB
(199,193,187)
#D1CCC8
(209,204,200)
#DBD7D5
(219,215,213)
#E5E2E2
(229,226,226)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7F6D color. Also use rgb(139,127,109) instead hex code.

Text Font Color

.myTextColor { color: #8B7F6D; }

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

This text font color is #8B7F6D.


Background Color

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

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

This div background color is #8B7F6D.


Border color

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

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

This div border color is #8B7F6D.


Opacity

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

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

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

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

This text has shadow with #8B7F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7F6D on black background.


Color preview on white background

This text has color #8B7F6D on white background.



Black color preview on #8B7F6D background

This text has black color on #8B7F6D background.


White color preview on #8B7F6D background

This text has white color on #8B7F6D background.