COLOR #8B875E

HEX: #8B875E
RGB: (139,135,94)

Color info

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

RGB color model

#8B875E color RGB value is (139,135,94).

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

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 94 of 255 = 37%

139
135
94

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

Portions of RGB colors in percentages

R + G + B =
139 + 135 + 94 = 368 (100%)
R 139 of 368 ~ 37.77%
G 135 of 368 ~ 36.68%
B 94 of 368 ~ 25.54%

%37.77
%36.68
%25.54

CMYK color model

#8B875E color CMYK value is (0,3,32,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(0,3,32,45)
C0M3Y32K45 
(0%,3%,32%,45%)
(0.00/0.03/0.32/0.45)	

CMYK percentages

%0
%2.88
%32.37
%45.49

Codes

Color #8B875E in popluar color models

8B875E
RGB13913594
HSL55°19.31%45.69%
HSB/HSV55°32.37%54.51%
CMYK0.00%2.88%32.37%
45.49%

Color #8B875E in popluar number systems.

HEX8B875E
Decimal13913594
Binary10001011100001111011110
Octal213207136

Shades and tints

Shades of #8B875E

#8B875E
(139,135,94)
#7F7B56
(127,123,86)
#736F4E
(115,111,78)
#676346
(103,99,70)
#5B573E
(91,87,62)
#4F4B36
(79,75,54)
#433F2E
(67,63,46)
#373326
(55,51,38)
#2B271E
(43,39,30)
#1F1B16
(31,27,22)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #8B875E

#8B875E
(139,135,94)
#95916C
(149,145,108)
#9F9B7A
(159,155,122)
#A9A588
(169,165,136)
#B3AF96
(179,175,150)
#BDB9A4
(189,185,164)
#C7C3B2
(199,195,178)
#D1CDC0
(209,205,192)
#DBD7CE
(219,215,206)
#E5E1DC
(229,225,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B875E; }

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

This text font color is #8B875E.


Background Color

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

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

This div background color is #8B875E.


Border color

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

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

This div border color is #8B875E.


Opacity

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

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

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

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

This text has shadow with #8B875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B875E on black background.


Color preview on white background

This text has color #8B875E on white background.



Black color preview on #8B875E background

This text has black color on #8B875E background.


White color preview on #8B875E background

This text has white color on #8B875E background.