COLOR #95658B

HEX: #95658B
RGB: (149,101,139)

Color info

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

RGB color model

#95658B color RGB value is (149,101,139).

  • red value is 149;
  • green value is 101;
  • blue value is 139.
RGB:
(149,101,139)
(58%,40%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 101 of 255 = 40%
B 139 of 255 = 55%

149
101
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 101 + 139 = 389 (100%)
R 149 of 389 ~ 38.3%
G 101 of 389 ~ 25.96%
B 139 of 389 ~ 35.73%

%38.3
%25.96
%35.73

CMYK color model

#95658B color CMYK value is (0,32,7,42).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(0,32,7,42)
C0M32Y7K42 
(0%,32%,7%,42%)
(0.00/0.32/0.07/0.42)	

CMYK percentages

%0
%32.21
%6.71
%41.57

Codes

Color #95658B in popluar color models

95658B
RGB149101139
HSL313°19.20%49.02%
HSB/HSV313°32.21%58.43%
CMYK0.00%32.21%6.71%
41.57%

Color #95658B in popluar number systems.

HEX95658B
Decimal149101139
Binary10010101110010110001011
Octal225145213

Shades and tints

Shades of #95658B

#95658B
(149,101,139)
#885C7F
(136,92,127)
#7B5373
(123,83,115)
#6E4A67
(110,74,103)
#61415B
(97,65,91)
#54384F
(84,56,79)
#472F43
(71,47,67)
#3A2637
(58,38,55)
#2D1D2B
(45,29,43)
#20141F
(32,20,31)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #95658B

#95658B
(149,101,139)
#9E7395
(158,115,149)
#A7819F
(167,129,159)
#B08FA9
(176,143,169)
#B99DB3
(185,157,179)
#C2ABBD
(194,171,189)
#CBB9C7
(203,185,199)
#D4C7D1
(212,199,209)
#DDD5DB
(221,213,219)
#E6E3E5
(230,227,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95658B color. Also use rgb(149,101,139) instead hex code.

Text Font Color

.myTextColor { color: #95658B; }

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

This text font color is #95658B.


Background Color

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

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

This div background color is #95658B.


Border color

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

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

This div border color is #95658B.


Opacity

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

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

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

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

This text has shadow with #95658B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95658B on black background.


Color preview on white background

This text has color #95658B on white background.



Black color preview on #95658B background

This text has black color on #95658B background.


White color preview on #95658B background

This text has white color on #95658B background.