COLOR #8B8F73

HEX: #8B8F73
RGB: (139,143,115)

Color info

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

RGB color model

#8B8F73 color RGB value is (139,143,115).

  • red value is 139;
  • green value is 143;
  • blue value is 115.
RGB:
(139,143,115)
(55%,56%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 143 of 255 = 56%
B 115 of 255 = 45%

139
143
115

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

Portions of RGB colors in percentages

R + G + B =
139 + 143 + 115 = 397 (100%)
R 139 of 397 ~ 35.01%
G 143 of 397 ~ 36.02%
B 115 of 397 ~ 28.97%

%35.01
%36.02
%28.97

CMYK color model

#8B8F73 color CMYK value is (3,0,20,44).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 19.58%
  • key color value is 43.92%
CMYK:
(3,0,20,44)
C3M0Y20K44 
(3%,0%,20%,44%)
(0.03/0.00/0.20/0.44)	

CMYK percentages

%2.8
%0
%19.58
%43.92

Codes

Color #8B8F73 in popluar color models

8B8F73
RGB139143115
HSL69°11.11%50.59%
HSB/HSV69°19.58%56.08%
CMYK2.80%0.00%19.58%
43.92%

Color #8B8F73 in popluar number systems.

HEX8B8F73
Decimal139143115
Binary10001011100011111110011
Octal213217163

Shades and tints

Shades of #8B8F73

#8B8F73
(139,143,115)
#7F8269
(127,130,105)
#73755F
(115,117,95)
#676855
(103,104,85)
#5B5B4B
(91,91,75)
#4F4E41
(79,78,65)
#434137
(67,65,55)
#37342D
(55,52,45)
#2B2723
(43,39,35)
#1F1A19
(31,26,25)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #8B8F73

#8B8F73
(139,143,115)
#95997F
(149,153,127)
#9FA38B
(159,163,139)
#A9AD97
(169,173,151)
#B3B7A3
(179,183,163)
#BDC1AF
(189,193,175)
#C7CBBB
(199,203,187)
#D1D5C7
(209,213,199)
#DBDFD3
(219,223,211)
#E5E9DF
(229,233,223)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8F73 color. Also use rgb(139,143,115) instead hex code.

Text Font Color

.myTextColor { color: #8B8F73; }

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

This text font color is #8B8F73.


Background Color

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

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

This div background color is #8B8F73.


Border color

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

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

This div border color is #8B8F73.


Opacity

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

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

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

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

This text has shadow with #8B8F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8F73 on black background.


Color preview on white background

This text has color #8B8F73 on white background.



Black color preview on #8B8F73 background

This text has black color on #8B8F73 background.


White color preview on #8B8F73 background

This text has white color on #8B8F73 background.