COLOR #8B7F49

HEX: #8B7F49
RGB: (139,127,73)

Color info

#8B7F49 contains mainly red and green colors. Web safe color of #8B7F49 is #996633 (or #963).

RGB color model

#8B7F49 color RGB value is (139,127,73).

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

RGB channels and saturation

R 139 of 255 = 55%
G 127 of 255 = 50%
B 73 of 255 = 29%

139
127
73

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

Portions of RGB colors in percentages

R + G + B =
139 + 127 + 73 = 339 (100%)
R 139 of 339 ~ 41%
G 127 of 339 ~ 37.46%
B 73 of 339 ~ 21.53%

%41
%37.46
%21.53

CMYK color model

#8B7F49 color CMYK value is (0,9,47,45).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 47.48%
  • key color value is 45.49%
CMYK:
(0,9,47,45)
C0M9Y47K45 
(0%,9%,47%,45%)
(0.00/0.09/0.47/0.45)	

CMYK percentages

%0
%8.63
%47.48
%45.49

Codes

Color #8B7F49 in popluar color models

8B7F49
RGB13912773
HSL49°31.13%41.57%
HSB/HSV49°47.48%54.51%
CMYK0.00%8.63%47.48%
45.49%

Color #8B7F49 in popluar number systems.

HEX8B7F49
Decimal13912773
Binary1000101111111111001001
Octal213177111

Shades and tints

Shades of #8B7F49

#8B7F49
(139,127,73)
#7F7443
(127,116,67)
#73693D
(115,105,61)
#675E37
(103,94,55)
#5B5331
(91,83,49)
#4F482B
(79,72,43)
#433D25
(67,61,37)
#37321F
(55,50,31)
#2B2719
(43,39,25)
#1F1C13
(31,28,19)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #8B7F49

#8B7F49
(139,127,73)
#958A59
(149,138,89)
#9F9569
(159,149,105)
#A9A079
(169,160,121)
#B3AB89
(179,171,137)
#BDB699
(189,182,153)
#C7C1A9
(199,193,169)
#D1CCB9
(209,204,185)
#DBD7C9
(219,215,201)
#E5E2D9
(229,226,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7F49; }

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

This text font color is #8B7F49.


Background Color

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

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

This div background color is #8B7F49.


Border color

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

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

This div border color is #8B7F49.


Opacity

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

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

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

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

This text has shadow with #8B7F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7F49 on black background.


Color preview on white background

This text has color #8B7F49 on white background.



Black color preview on #8B7F49 background

This text has black color on #8B7F49 background.


White color preview on #8B7F49 background

This text has white color on #8B7F49 background.