COLOR #8B7D47

HEX: #8B7D47
RGB: (139,125,71)

Color info

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

RGB color model

#8B7D47 color RGB value is (139,125,71).

  • red value is 139;
  • green value is 125;
  • blue value is 71.
RGB:
(139,125,71)
(55%,49%,28%)

RGB channels and saturation

R 139 of 255 = 55%
G 125 of 255 = 49%
B 71 of 255 = 28%

139
125
71

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

Portions of RGB colors in percentages

R + G + B =
139 + 125 + 71 = 335 (100%)
R 139 of 335 ~ 41.49%
G 125 of 335 ~ 37.31%
B 71 of 335 ~ 21.19%

%41.49
%37.31
%21.19

CMYK color model

#8B7D47 color CMYK value is (0,10,49,45).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(0,10,49,45)
C0M10Y49K45 
(0%,10%,49%,45%)
(0.00/0.10/0.49/0.45)	

CMYK percentages

%0
%10.07
%48.92
%45.49

Codes

Color #8B7D47 in popluar color models

8B7D47
RGB13912571
HSL48°32.38%41.18%
HSB/HSV48°48.92%54.51%
CMYK0.00%10.07%48.92%
45.49%

Color #8B7D47 in popluar number systems.

HEX8B7D47
Decimal13912571
Binary1000101111111011000111
Octal213175107

Shades and tints

Shades of #8B7D47

#8B7D47
(139,125,71)
#7F7241
(127,114,65)
#73673B
(115,103,59)
#675C35
(103,92,53)
#5B512F
(91,81,47)
#4F4629
(79,70,41)
#433B23
(67,59,35)
#37301D
(55,48,29)
#2B2517
(43,37,23)
#1F1A11
(31,26,17)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #8B7D47

#8B7D47
(139,125,71)
#958857
(149,136,87)
#9F9367
(159,147,103)
#A99E77
(169,158,119)
#B3A987
(179,169,135)
#BDB497
(189,180,151)
#C7BFA7
(199,191,167)
#D1CAB7
(209,202,183)
#DBD5C7
(219,213,199)
#E5E0D7
(229,224,215)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7D47 color. Also use rgb(139,125,71) instead hex code.

Text Font Color

.myTextColor { color: #8B7D47; }

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

This text font color is #8B7D47.


Background Color

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

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

This div background color is #8B7D47.


Border color

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

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

This div border color is #8B7D47.


Opacity

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

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

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

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

This text has shadow with #8B7D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B7D47 on black background.


Color preview on white background

This text has color #8B7D47 on white background.



Black color preview on #8B7D47 background

This text has black color on #8B7D47 background.


White color preview on #8B7D47 background

This text has white color on #8B7D47 background.