COLOR #95718B

HEX: #95718B RGB: (149,113,139)

Color info

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

RGB color model

#95718B color RGB value is (149,113,139).

RGB: (149,113,139) (58%, 44%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 113 of 255 = 44%
B 139 of 255 = 55%

149
113
139

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

Portions of RGB colors in percentages

R + G + B = 149 + 113 + 139 = 401 (100%)
R 149 of 401 ~ 37.16%
G 113 of 401 ~ 28.18%
B 139 of 401 ~ 34.66'%

%37.16
%28.18
%34.66

CMYK color model

#95718B color CMYK value is (0,24,7,42).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK: (0,24,7,42) C0M24Y7K42 (0%,24%,7%,42%) (0.00/0.24/0.07/0.42) 

CMYK percentages

%0
%24.16
%6.71
%41.57

Codes

Color #95718B in popluar color models

95 71 8B
RGB 149 113 139
HSL 317° 14.52% 51.37%
HSB/HSV 317° 24.16% 58.43%
CMYK 0.00% 24.16% 6.71%
41.57%

Color #95718B in popluar number systems.

HEX 95 71 8B
Decimal 149 113 139
Binary 10010101 1110001 10001011
Octal 225 161 213

Shades and tints

Shades of #95718B

#95718B
(149,113,139)
#88677F
(136,103,127)
#7B5D73
(123,93,115)
#6E5367
(110,83,103)
#61495B
(97,73,91)
#543F4F
(84,63,79)
#473543
(71,53,67)
#3A2B37
(58,43,55)
#2D212B
(45,33,43)
#20171F
(32,23,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #95718B

#95718B
(149,113,139)
#9E7D95
(158,125,149)
#A7899F
(167,137,159)
#B095A9
(176,149,169)
#B9A1B3
(185,161,179)
#C2ADBD
(194,173,189)
#CBB9C7
(203,185,199)
#D4C5D1
(212,197,209)
#DDD1DB
(221,209,219)
#E6DDE5
(230,221,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95718B; }

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

This text font color is #95718B.

Background Color

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

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

This div background color is #95718B.

Border color

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

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

This div border color is #95718B.

Opacity

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

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

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

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

This text has shadow with #95718B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95718B.

Preview

Color preview on black background

This text has color #95718B on black background.


Color preview on white background

This text has color #95718B on white background.


Black color preview on #95718B background

This text has black color on #95718B background.


White color preview on #95718B background

This text has white color on #95718B background.


Related colors

Complementary color

Complementary color for #hex is #6A8E74.


I love getcolorcode.com

Triadic colors

1 #8B9571 and #718B95 with #95718B are triadic colors.

2 #8B7195 and #71958B with #95718B are triadic colors.