COLOR #8B876A

HEX: #8B876A
RGB: (139,135,106)

Color info

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

RGB color model

#8B876A color RGB value is (139,135,106).

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

RGB channels and saturation

R 139 of 255 = 55%
G 135 of 255 = 53%
B 106 of 255 = 42%

139
135
106

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

Portions of RGB colors in percentages

R + G + B =
139 + 135 + 106 = 380 (100%)
R 139 of 380 ~ 36.58%
G 135 of 380 ~ 35.53%
B 106 of 380 ~ 27.89%

%36.58
%35.53
%27.89

CMYK color model

#8B876A color CMYK value is (0,3,24,45).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(0,3,24,45)
C0M3Y24K45 
(0%,3%,24%,45%)
(0.00/0.03/0.24/0.45)	

CMYK percentages

%0
%2.88
%23.74
%45.49

Codes

Color #8B876A in popluar color models

8B876A
RGB139135106
HSL53°13.47%48.04%
HSB/HSV53°23.74%54.51%
CMYK0.00%2.88%23.74%
45.49%

Color #8B876A in popluar number systems.

HEX8B876A
Decimal139135106
Binary10001011100001111101010
Octal213207152

Shades and tints

Shades of #8B876A

#8B876A
(139,135,106)
#7F7B61
(127,123,97)
#736F58
(115,111,88)
#67634F
(103,99,79)
#5B5746
(91,87,70)
#4F4B3D
(79,75,61)
#433F34
(67,63,52)
#37332B
(55,51,43)
#2B2722
(43,39,34)
#1F1B19
(31,27,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #8B876A

#8B876A
(139,135,106)
#959177
(149,145,119)
#9F9B84
(159,155,132)
#A9A591
(169,165,145)
#B3AF9E
(179,175,158)
#BDB9AB
(189,185,171)
#C7C3B8
(199,195,184)
#D1CDC5
(209,205,197)
#DBD7D2
(219,215,210)
#E5E1DF
(229,225,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B876A; }

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

This text font color is #8B876A.


Background Color

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

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

This div background color is #8B876A.


Border color

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

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

This div border color is #8B876A.


Opacity

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

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

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

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

This text has shadow with #8B876A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B876A on black background.


Color preview on white background

This text has color #8B876A on white background.



Black color preview on #8B876A background

This text has black color on #8B876A background.


White color preview on #8B876A background

This text has white color on #8B876A background.