COLOR #8B9176

HEX: #8B9176
RGB: (139,145,118)

Color info

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

RGB color model

#8B9176 color RGB value is (139,145,118).

  • red value is 139;
  • green value is 145;
  • blue value is 118.
RGB:
(139,145,118)
(55%,57%,46%)

RGB channels and saturation

R 139 of 255 = 55%
G 145 of 255 = 57%
B 118 of 255 = 46%

139
145
118

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

Portions of RGB colors in percentages

R + G + B =
139 + 145 + 118 = 402 (100%)
R 139 of 402 ~ 34.58%
G 145 of 402 ~ 36.07%
B 118 of 402 ~ 29.35%

%34.58
%36.07
%29.35

CMYK color model

#8B9176 color CMYK value is (4,0,19,43).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(4,0,19,43)
C4M0Y19K43 
(4%,0%,19%,43%)
(0.04/0.00/0.19/0.43)	

CMYK percentages

%4.14
%0
%18.62
%43.14

Codes

Color #8B9176 in popluar color models

8B9176
RGB139145118
HSL73°10.93%51.57%
HSB/HSV73°18.62%56.86%
CMYK4.14%0.00%18.62%
43.14%

Color #8B9176 in popluar number systems.

HEX8B9176
Decimal139145118
Binary10001011100100011110110
Octal213221166

Shades and tints

Shades of #8B9176

#8B9176
(139,145,118)
#7F846C
(127,132,108)
#737762
(115,119,98)
#676A58
(103,106,88)
#5B5D4E
(91,93,78)
#4F5044
(79,80,68)
#43433A
(67,67,58)
#373630
(55,54,48)
#2B2926
(43,41,38)
#1F1C1C
(31,28,28)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #8B9176

#8B9176
(139,145,118)
#959B82
(149,155,130)
#9FA58E
(159,165,142)
#A9AF9A
(169,175,154)
#B3B9A6
(179,185,166)
#BDC3B2
(189,195,178)
#C7CDBE
(199,205,190)
#D1D7CA
(209,215,202)
#DBE1D6
(219,225,214)
#E5EBE2
(229,235,226)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9176 color. Also use rgb(139,145,118) instead hex code.

Text Font Color

.myTextColor { color: #8B9176; }

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

This text font color is #8B9176.


Background Color

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

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

This div background color is #8B9176.


Border color

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

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

This div border color is #8B9176.


Opacity

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

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

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

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

This text has shadow with #8B9176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9176 on black background.


Color preview on white background

This text has color #8B9176 on white background.



Black color preview on #8B9176 background

This text has black color on #8B9176 background.


White color preview on #8B9176 background

This text has white color on #8B9176 background.