COLOR #95839B

HEX: #95839B
RGB: (149,131,155)

Color info

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

RGB color model

#95839B color RGB value is (149,131,155).

  • red value is 149;
  • green value is 131;
  • blue value is 155.
RGB:
(149,131,155)
(58%,51%,61%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 155 of 255 = 61%

149
131
155

R + G + B ~ 57%. #95839B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 155 = 435 (100%)
R 149 of 435 ~ 34.25%
G 131 of 435 ~ 30.11%
B 155 of 435 ~ 35.63%

%34.25
%30.11
%35.63

CMYK color model

#95839B color CMYK value is (4,15,0,39).

  • cyan value is 3.87%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(4,15,0,39)
C4M15Y0K39 
(4%,15%,0%,39%)
(0.04/0.15/0.00/0.39)	

CMYK percentages

%3.87
%15.48
%0
%39.22

Codes

Color #95839B in popluar color models

95839B
RGB149131155
HSL285°10.71%56.08%
HSB/HSV285°15.48%60.78%
CMYK3.87%15.48%0.00%
39.22%

Color #95839B in popluar number systems.

HEX95839B
Decimal149131155
Binary100101011000001110011011
Octal225203233

Shades and tints

Shades of #95839B

#95839B
(149,131,155)
#88788D
(136,120,141)
#7B6D7F
(123,109,127)
#6E6271
(110,98,113)
#615763
(97,87,99)
#544C55
(84,76,85)
#474147
(71,65,71)
#3A3639
(58,54,57)
#2D2B2B
(45,43,43)
#20201D
(32,32,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #95839B

#95839B
(149,131,155)
#9E8EA4
(158,142,164)
#A799AD
(167,153,173)
#B0A4B6
(176,164,182)
#B9AFBF
(185,175,191)
#C2BAC8
(194,186,200)
#CBC5D1
(203,197,209)
#D4D0DA
(212,208,218)
#DDDBE3
(221,219,227)
#E6E6EC
(230,230,236)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95839B color. Also use rgb(149,131,155) instead hex code.

Text Font Color

.myTextColor { color: #95839B; }

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

This text font color is #95839B.


Background Color

.myBgColor { background-color: #95839B; }

<div style="background-color:#95839B">Inner text</div>

This div background color is #95839B.


Border color

.myBorderColor { border: 1px solid #95839B; }

<div style="border:3px solid #95839B">Div</div>

This div border color is #95839B.


Opacity

.myOpacity80 { color: #95839B; opacity: 0.8; }

<p style="color:#95839B;opacity:0.8;">80%</p>

Text with #95839B 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 #95839B;}

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

This text has shadow with #95839B color.

.textShadow {text-shadow: 3px 3px 1px #95839B, 3px 3px 1px red;}

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

This text has shadow with #95839B primary color and red secondary color.


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

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

This text has shadow with #95839B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95839B on black background.


Color preview on white background

This text has color #95839B on white background.



Black color preview on #95839B background

This text has black color on #95839B background.


White color preview on #95839B background

This text has white color on #95839B background.