COLOR #8B737A

HEX: #8B737A
RGB: (139,115,122)

Color info

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

RGB color model

#8B737A color RGB value is (139,115,122).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 122 of 255 = 48%

139
115
122

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 122 = 376 (100%)
R 139 of 376 ~ 36.97%
G 115 of 376 ~ 30.59%
B 122 of 376 ~ 32.45%

%36.97
%30.59
%32.45

CMYK color model

#8B737A color CMYK value is (0,17,12,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK:
(0,17,12,45)
C0M17Y12K45 
(0%,17%,12%,45%)
(0.00/0.17/0.12/0.45)	

CMYK percentages

%0
%17.27
%12.23
%45.49

Codes

Color #8B737A in popluar color models

8B737A
RGB139115122
HSL343°9.45%49.80%
HSB/HSV343°17.27%54.51%
CMYK0.00%17.27%12.23%
45.49%

Color #8B737A in popluar number systems.

HEX8B737A
Decimal139115122
Binary1000101111100111111010
Octal213163172

Shades and tints

Shades of #8B737A

#8B737A
(139,115,122)
#7F696F
(127,105,111)
#735F64
(115,95,100)
#675559
(103,85,89)
#5B4B4E
(91,75,78)
#4F4143
(79,65,67)
#433738
(67,55,56)
#372D2D
(55,45,45)
#2B2322
(43,35,34)
#1F1917
(31,25,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #8B737A

#8B737A
(139,115,122)
#957F86
(149,127,134)
#9F8B92
(159,139,146)
#A9979E
(169,151,158)
#B3A3AA
(179,163,170)
#BDAFB6
(189,175,182)
#C7BBC2
(199,187,194)
#D1C7CE
(209,199,206)
#DBD3DA
(219,211,218)
#E5DFE6
(229,223,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B737A; }

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

This text font color is #8B737A.


Background Color

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

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

This div background color is #8B737A.


Border color

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

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

This div border color is #8B737A.


Opacity

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

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

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

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

This text has shadow with #8B737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B737A on black background.


Color preview on white background

This text has color #8B737A on white background.



Black color preview on #8B737A background

This text has black color on #8B737A background.


White color preview on #8B737A background

This text has white color on #8B737A background.