COLOR #8B747E

HEX: #8B747E
RGB: (139,116,126)

Color info

#8B747E contains red, green and blue colors in about the same proportion. Web safe color of #8B747E is #996666 (or #966).

RGB color model

#8B747E color RGB value is (139,116,126).

  • red value is 139;
  • green value is 116;
  • blue value is 126.
RGB:
(139,116,126)
(55%,45%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 126 of 255 = 49%

139
116
126

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 126 = 381 (100%)
R 139 of 381 ~ 36.48%
G 116 of 381 ~ 30.45%
B 126 of 381 ~ 33.07%

%36.48
%30.45
%33.07

CMYK color model

#8B747E color CMYK value is (0,17,9,45).

  • cyan value is 0.00%
  • magenta value is 16.55%
  • yellow value is 9.35%
  • key color value is 45.49%
CMYK:
(0,17,9,45)
C0M17Y9K45 
(0%,17%,9%,45%)
(0.00/0.17/0.09/0.45)	

CMYK percentages

%0
%16.55
%9.35
%45.49

Codes

Color #8B747E in popluar color models

8B747E
RGB139116126
HSL334°9.02%50.00%
HSB/HSV334°16.55%54.51%
CMYK0.00%16.55%9.35%
45.49%

Color #8B747E in popluar number systems.

HEX8B747E
Decimal139116126
Binary1000101111101001111110
Octal213164176

Shades and tints

Shades of #8B747E

#8B747E
(139,116,126)
#7F6A73
(127,106,115)
#736068
(115,96,104)
#67565D
(103,86,93)
#5B4C52
(91,76,82)
#4F4247
(79,66,71)
#43383C
(67,56,60)
#372E31
(55,46,49)
#2B2426
(43,36,38)
#1F1A1B
(31,26,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B747E

#8B747E
(139,116,126)
#958089
(149,128,137)
#9F8C94
(159,140,148)
#A9989F
(169,152,159)
#B3A4AA
(179,164,170)
#BDB0B5
(189,176,181)
#C7BCC0
(199,188,192)
#D1C8CB
(209,200,203)
#DBD4D6
(219,212,214)
#E5E0E1
(229,224,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B747E color. Also use rgb(139,116,126) instead hex code.

Text Font Color

.myTextColor { color: #8B747E; }

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

This text font color is #8B747E.


Background Color

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

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

This div background color is #8B747E.


Border color

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

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

This div border color is #8B747E.


Opacity

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

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

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

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

This text has shadow with #8B747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B747E on black background.


Color preview on white background

This text has color #8B747E on white background.



Black color preview on #8B747E background

This text has black color on #8B747E background.


White color preview on #8B747E background

This text has white color on #8B747E background.