COLOR #8B738F

HEX: #8B738F
RGB: (139,115,143)

Color info

#8B738F contains red, green and blue colors in about the same proportion. Web safe color of #8B738F is #996699 (or #969).

RGB color model

#8B738F color RGB value is (139,115,143).

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

RGB channels and saturation

R 139 of 255 = 55%
G 115 of 255 = 45%
B 143 of 255 = 56%

139
115
143

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

Portions of RGB colors in percentages

R + G + B =
139 + 115 + 143 = 397 (100%)
R 139 of 397 ~ 35.01%
G 115 of 397 ~ 28.97%
B 143 of 397 ~ 36.02%

%35.01
%28.97
%36.02

CMYK color model

#8B738F color CMYK value is (3,20,0,44).

  • cyan value is 2.80%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(3,20,0,44)
C3M20Y0K44 
(3%,20%,0%,44%)
(0.03/0.20/0.00/0.44)	

CMYK percentages

%2.8
%19.58
%0
%43.92

Codes

Color #8B738F in popluar color models

8B738F
RGB139115143
HSL291°11.11%50.59%
HSB/HSV291°19.58%56.08%
CMYK2.80%19.58%0.00%
43.92%

Color #8B738F in popluar number systems.

HEX8B738F
Decimal139115143
Binary10001011111001110001111
Octal213163217

Shades and tints

Shades of #8B738F

#8B738F
(139,115,143)
#7F6982
(127,105,130)
#735F75
(115,95,117)
#675568
(103,85,104)
#5B4B5B
(91,75,91)
#4F414E
(79,65,78)
#433741
(67,55,65)
#372D34
(55,45,52)
#2B2327
(43,35,39)
#1F191A
(31,25,26)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #8B738F

#8B738F
(139,115,143)
#957F99
(149,127,153)
#9F8BA3
(159,139,163)
#A997AD
(169,151,173)
#B3A3B7
(179,163,183)
#BDAFC1
(189,175,193)
#C7BBCB
(199,187,203)
#D1C7D5
(209,199,213)
#DBD3DF
(219,211,223)
#E5DFE9
(229,223,233)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B738F; }

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

This text font color is #8B738F.


Background Color

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

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

This div background color is #8B738F.


Border color

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

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

This div border color is #8B738F.


Opacity

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

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

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

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

This text has shadow with #8B738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B738F on black background.


Color preview on white background

This text has color #8B738F on white background.



Black color preview on #8B738F background

This text has black color on #8B738F background.


White color preview on #8B738F background

This text has white color on #8B738F background.