COLOR #8B875B

HEX: #8B875B
RGB: (139,135,91)

Color info

#8B875B contains red, green and blue colors in about the same proportion. Web safe color of #8B875B is #999966 (or #996).

RGB color model

#8B875B color RGB value is (139,135,91).

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

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 91 of 255 = 36%

139
135
91

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

Portions of RGB colors in percentages

R + G + B =
139 + 135 + 91 = 365 (100%)
R 139 of 365 ~ 38.08%
G 135 of 365 ~ 36.99%
B 91 of 365 ~ 24.93%

%38.08
%36.99
%24.93

CMYK color model

#8B875B color CMYK value is (0,3,35,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 34.53%
  • key color value is 45.49%
CMYK:
(0,3,35,45)
C0M3Y35K45 
(0%,3%,35%,45%)
(0.00/0.03/0.35/0.45)	

CMYK percentages

%0
%2.88
%34.53
%45.49

Codes

Color #8B875B in popluar color models

8B875B
RGB13913591
HSL55°20.87%45.10%
HSB/HSV55°34.53%54.51%
CMYK0.00%2.88%34.53%
45.49%

Color #8B875B in popluar number systems.

HEX8B875B
Decimal13913591
Binary10001011100001111011011
Octal213207133

Shades and tints

Shades of #8B875B

#8B875B
(139,135,91)
#7F7B53
(127,123,83)
#736F4B
(115,111,75)
#676343
(103,99,67)
#5B573B
(91,87,59)
#4F4B33
(79,75,51)
#433F2B
(67,63,43)
#373323
(55,51,35)
#2B271B
(43,39,27)
#1F1B13
(31,27,19)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #8B875B

#8B875B
(139,135,91)
#959169
(149,145,105)
#9F9B77
(159,155,119)
#A9A585
(169,165,133)
#B3AF93
(179,175,147)
#BDB9A1
(189,185,161)
#C7C3AF
(199,195,175)
#D1CDBD
(209,205,189)
#DBD7CB
(219,215,203)
#E5E1D9
(229,225,217)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B875B; }

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

This text font color is #8B875B.


Background Color

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

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

This div background color is #8B875B.


Border color

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

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

This div border color is #8B875B.


Opacity

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

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

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

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

This text has shadow with #8B875B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B875B on black background.


Color preview on white background

This text has color #8B875B on white background.



Black color preview on #8B875B background

This text has black color on #8B875B background.


White color preview on #8B875B background

This text has white color on #8B875B background.