COLOR #8B7F5E

HEX: #8B7F5E
RGB: (139,127,94)

Color info

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

RGB color model

#8B7F5E color RGB value is (139,127,94).

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

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 94 of 255 = 37%

139
127
94

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

Portions of RGB colors in percentages

R + G + B =
139 + 127 + 94 = 360 (100%)
R 139 of 360 ~ 38.61%
G 127 of 360 ~ 35.28%
B 94 of 360 ~ 26.11%

%38.61
%35.28
%26.11

CMYK color model

#8B7F5E color CMYK value is (0,9,32,45).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(0,9,32,45)
C0M9Y32K45 
(0%,9%,32%,45%)
(0.00/0.09/0.32/0.45)	

CMYK percentages

%0
%8.63
%32.37
%45.49

Codes

Color #8B7F5E in popluar color models

8B7F5E
RGB13912794
HSL44°19.31%45.69%
HSB/HSV44°32.37%54.51%
CMYK0.00%8.63%32.37%
45.49%

Color #8B7F5E in popluar number systems.

HEX8B7F5E
Decimal13912794
Binary1000101111111111011110
Octal213177136

Shades and tints

Shades of #8B7F5E

#8B7F5E
(139,127,94)
#7F7456
(127,116,86)
#73694E
(115,105,78)
#675E46
(103,94,70)
#5B533E
(91,83,62)
#4F4836
(79,72,54)
#433D2E
(67,61,46)
#373226
(55,50,38)
#2B271E
(43,39,30)
#1F1C16
(31,28,22)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #8B7F5E

#8B7F5E
(139,127,94)
#958A6C
(149,138,108)
#9F957A
(159,149,122)
#A9A088
(169,160,136)
#B3AB96
(179,171,150)
#BDB6A4
(189,182,164)
#C7C1B2
(199,193,178)
#D1CCC0
(209,204,192)
#DBD7CE
(219,215,206)
#E5E2DC
(229,226,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7F5E; }

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

This text font color is #8B7F5E.


Background Color

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

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

This div background color is #8B7F5E.


Border color

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

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

This div border color is #8B7F5E.


Opacity

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

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

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

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

This text has shadow with #8B7F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7F5E on black background.


Color preview on white background

This text has color #8B7F5E on white background.



Black color preview on #8B7F5E background

This text has black color on #8B7F5E background.


White color preview on #8B7F5E background

This text has white color on #8B7F5E background.