COLOR #8B9485

HEX: #8B9485
RGB: (139,148,133)

Color info

#8B9485 contains red, green and blue colors in about the same proportion. Web safe color of #8B9485 is #999999 (or #999).

RGB color model

#8B9485 color RGB value is (139,148,133).

  • red value is 139;
  • green value is 148;
  • blue value is 133.
RGB:
(139,148,133)
(55%,58%,52%)

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 133 of 255 = 52%

139
148
133

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

Portions of RGB colors in percentages

R + G + B =
139 + 148 + 133 = 420 (100%)
R 139 of 420 ~ 33.1%
G 148 of 420 ~ 35.24%
B 133 of 420 ~ 31.67%

%33.1
%35.24
%31.67

CMYK color model

#8B9485 color CMYK value is (6,0,10,42).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(6,0,10,42)
C6M0Y10K42 
(6%,0%,10%,42%)
(0.06/0.00/0.10/0.42)	

CMYK percentages

%6.08
%0
%10.14
%41.96

Codes

Color #8B9485 in popluar color models

8B9485
RGB139148133
HSL96°6.55%55.10%
HSB/HSV96°10.14%58.04%
CMYK6.08%0.00%10.14%
41.96%

Color #8B9485 in popluar number systems.

HEX8B9485
Decimal139148133
Binary100010111001010010000101
Octal213224205

Shades and tints

Shades of #8B9485

#8B9485
(139,148,133)
#7F8779
(127,135,121)
#737A6D
(115,122,109)
#676D61
(103,109,97)
#5B6055
(91,96,85)
#4F5349
(79,83,73)
#43463D
(67,70,61)
#373931
(55,57,49)
#2B2C25
(43,44,37)
#1F1F19
(31,31,25)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #8B9485

#8B9485
(139,148,133)
#959D90
(149,157,144)
#9FA69B
(159,166,155)
#A9AFA6
(169,175,166)
#B3B8B1
(179,184,177)
#BDC1BC
(189,193,188)
#C7CAC7
(199,202,199)
#D1D3D2
(209,211,210)
#DBDCDD
(219,220,221)
#E5E5E8
(229,229,232)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9485 color. Also use rgb(139,148,133) instead hex code.

Text Font Color

.myTextColor { color: #8B9485; }

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

This text font color is #8B9485.


Background Color

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

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

This div background color is #8B9485.


Border color

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

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

This div border color is #8B9485.


Opacity

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

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

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

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

This text has shadow with #8B9485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9485 on black background.


Color preview on white background

This text has color #8B9485 on white background.



Black color preview on #8B9485 background

This text has black color on #8B9485 background.


White color preview on #8B9485 background

This text has white color on #8B9485 background.