COLOR #8B872F

HEX: #8B872F
RGB: (139,135,47)

Color info

#8B872F contains mainly red and green colors. Web safe color of #8B872F is #999933 (or #993).

RGB color model

#8B872F color RGB value is (139,135,47).

  • red value is 139;
  • green value is 135;
  • blue value is 47.
RGB:
(139,135,47)
(55%,53%,18%)

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 47 of 255 = 18%

139
135
47

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

Portions of RGB colors in percentages

R + G + B =
139 + 135 + 47 = 321 (100%)
R 139 of 321 ~ 43.3%
G 135 of 321 ~ 42.06%
B 47 of 321 ~ 14.64%

%43.3
%42.06
%14.64

CMYK color model

#8B872F color CMYK value is (0,3,66,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 66.19%
  • key color value is 45.49%
CMYK:
(0,3,66,45)
C0M3Y66K45 
(0%,3%,66%,45%)
(0.00/0.03/0.66/0.45)	

CMYK percentages

%0
%2.88
%66.19
%45.49

Codes

Color #8B872F in popluar color models

8B872F
RGB13913547
HSL57°49.46%36.47%
HSB/HSV57°66.19%54.51%
CMYK0.00%2.88%66.19%
45.49%

Color #8B872F in popluar number systems.

HEX8B872F
Decimal13913547
Binary1000101110000111101111
Octal21320757

Shades and tints

Shades of #8B872F

#8B872F
(139,135,47)
#7F7B2B
(127,123,43)
#736F27
(115,111,39)
#676323
(103,99,35)
#5B571F
(91,87,31)
#4F4B1B
(79,75,27)
#433F17
(67,63,23)
#373313
(55,51,19)
#2B270F
(43,39,15)
#1F1B0B
(31,27,11)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #8B872F

#8B872F
(139,135,47)
#959141
(149,145,65)
#9F9B53
(159,155,83)
#A9A565
(169,165,101)
#B3AF77
(179,175,119)
#BDB989
(189,185,137)
#C7C39B
(199,195,155)
#D1CDAD
(209,205,173)
#DBD7BF
(219,215,191)
#E5E1D1
(229,225,209)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B872F color. Also use rgb(139,135,47) instead hex code.

Text Font Color

.myTextColor { color: #8B872F; }

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

This text font color is #8B872F.


Background Color

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

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

This div background color is #8B872F.


Border color

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

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

This div border color is #8B872F.


Opacity

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

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

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

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

This text has shadow with #8B872F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B872F on black background.


Color preview on white background

This text has color #8B872F on white background.



Black color preview on #8B872F background

This text has black color on #8B872F background.


White color preview on #8B872F background

This text has white color on #8B872F background.