COLOR #8B737C

HEX: #8B737C
RGB: (139,115,124)

Color info

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

RGB color model

#8B737C color RGB value is (139,115,124).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 124 of 255 = 49%

139
115
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 124 = 378 (100%)
R 139 of 378 ~ 36.77%
G 115 of 378 ~ 30.42%
B 124 of 378 ~ 32.8%

%36.77
%30.42
%32.8

CMYK color model

#8B737C color CMYK value is (0,17,11,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 10.79%
  • key color value is 45.49%
CMYK:
(0,17,11,45)
C0M17Y11K45 
(0%,17%,11%,45%)
(0.00/0.17/0.11/0.45)	

CMYK percentages

%0
%17.27
%10.79
%45.49

Codes

Color #8B737C in popluar color models

8B737C
RGB139115124
HSL338°9.45%49.80%
HSB/HSV338°17.27%54.51%
CMYK0.00%17.27%10.79%
45.49%

Color #8B737C in popluar number systems.

HEX8B737C
Decimal139115124
Binary1000101111100111111100
Octal213163174

Shades and tints

Shades of #8B737C

#8B737C
(139,115,124)
#7F6971
(127,105,113)
#735F66
(115,95,102)
#67555B
(103,85,91)
#5B4B50
(91,75,80)
#4F4145
(79,65,69)
#43373A
(67,55,58)
#372D2F
(55,45,47)
#2B2324
(43,35,36)
#1F1919
(31,25,25)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #8B737C

#8B737C
(139,115,124)
#957F87
(149,127,135)
#9F8B92
(159,139,146)
#A9979D
(169,151,157)
#B3A3A8
(179,163,168)
#BDAFB3
(189,175,179)
#C7BBBE
(199,187,190)
#D1C7C9
(209,199,201)
#DBD3D4
(219,211,212)
#E5DFDF
(229,223,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B737C; }

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

This text font color is #8B737C.


Background Color

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

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

This div background color is #8B737C.


Border color

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

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

This div border color is #8B737C.


Opacity

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

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

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

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

This text has shadow with #8B737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B737C on black background.


Color preview on white background

This text has color #8B737C on white background.



Black color preview on #8B737C background

This text has black color on #8B737C background.


White color preview on #8B737C background

This text has white color on #8B737C background.