COLOR #8B9179

HEX: #8B9179 RGB: (139,145,121)

Color info

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

RGB color model

#8B9179 color RGB value is (139,145,121).

RGB: (139,145,121) (55%, 57%, 47%)

RGB channels and saturation

R 139 of 255 = 55%
G 145 of 255 = 57%
B 121 of 255 = 47%

139
145
121

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

Portions of RGB colors in percentages

R + G + B = 139 + 145 + 121 = 405 (100%)
R 139 of 405 ~ 34.32%
G 145 of 405 ~ 35.8%
B 121 of 405 ~ 29.88'%

%34.32
%35.8
%29.88

CMYK color model

#8B9179 color CMYK value is (4,0,17,43).

  • cyan value is 4.14%
  • magenta value is 0.00%
  • yellow value is 16.55%
  • key color value is 43.14%

CMYK: (4,0,17,43)
C4M0Y17K43 (4%, 0%, 17%, 43%)
(0.04 / 0.00 / 0.17 / 0.43)

CMYK percentages

%4.14
%0
%16.55
%43.14

Codes

Color #8B9179 in popluar color models

8B 91 79
RGB 139 145 121
HSL 75° 9.84% 52.16%
HSB/HSV 75° 16.55% 56.86%
CMYK 4.14% 0.00% 16.55%
43.14%

Color #8B9179 in popluar number systems.

HEX 8B 91 79
Decimal 139 145 121
Binary 10001011 10010001 1111001
Octal 213 221 171

Shades and tints

Shades of #8B9179

#8B9179
(139,145,121)
#7F846E
(127,132,110)
#737763
(115,119,99)
#676A58
(103,106,88)
#5B5D4D
(91,93,77)
#4F5042
(79,80,66)
#434337
(67,67,55)
#37362C
(55,54,44)
#2B2921
(43,41,33)
#1F1C16
(31,28,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #8B9179

#8B9179
(139,145,121)
#959B85
(149,155,133)
#9FA591
(159,165,145)
#A9AF9D
(169,175,157)
#B3B9A9
(179,185,169)
#BDC3B5
(189,195,181)
#C7CDC1
(199,205,193)
#D1D7CD
(209,215,205)
#DBE1D9
(219,225,217)
#E5EBE5
(229,235,229)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B9179; }

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

This text font color is #8B9179.

Background Color

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

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

This div background color is #8B9179.

Border color

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

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

This div border color is #8B9179.

Opacity

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

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

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

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

This text has shadow with #8B9179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9179.

Preview

Color preview on black background

This text has color #8B9179 on black background.


Color preview on white background

This text has color #8B9179 on white background.


Black color preview on #8B9179 background

This text has black color on #8B9179 background.


White color preview on #8B9179 background

This text has white color on #8B9179 background.


Related colors

Complementary color

Complementary color for #hex is #746E86.


I love getcolorcode.com

Triadic colors

1 #798B91 and #91798B with #8B9179 are triadic colors.

2 #79918B and #918B79 with #8B9179 are triadic colors.