COLOR #95798B

HEX: #95798B RGB: (149,121,139)

Color info

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

RGB color model

#95798B color RGB value is (149,121,139).

RGB: (149,121,139) (58%, 47%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 121 of 255 = 47%
B 139 of 255 = 55%

149
121
139

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

Portions of RGB colors in percentages

R + G + B = 149 + 121 + 139 = 409 (100%)
R 149 of 409 ~ 36.43%
G 121 of 409 ~ 29.58%
B 139 of 409 ~ 33.99'%

%36.43
%29.58
%33.99

CMYK color model

#95798B color CMYK value is (0,19,7,42).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 6.71%
  • key color value is 41.57%

CMYK: (0,19,7,42)
C0M19Y7K42 (0%, 19%, 7%, 42%)
(0.00 / 0.19 / 0.07 / 0.42)

CMYK percentages

%0
%18.79
%6.71
%41.57

Codes

Color #95798B in popluar color models

95 79 8B
RGB 149 121 139
HSL 321° 11.67% 52.94%
HSB/HSV 321° 18.79% 58.43%
CMYK 0.00% 18.79% 6.71%
41.57%

Color #95798B in popluar number systems.

HEX 95 79 8B
Decimal 149 121 139
Binary 10010101 1111001 10001011
Octal 225 171 213

Shades and tints

Shades of #95798B

#95798B
(149,121,139)
#886E7F
(136,110,127)
#7B6373
(123,99,115)
#6E5867
(110,88,103)
#614D5B
(97,77,91)
#54424F
(84,66,79)
#473743
(71,55,67)
#3A2C37
(58,44,55)
#2D212B
(45,33,43)
#20161F
(32,22,31)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #95798B

#95798B
(149,121,139)
#9E8595
(158,133,149)
#A7919F
(167,145,159)
#B09DA9
(176,157,169)
#B9A9B3
(185,169,179)
#C2B5BD
(194,181,189)
#CBC1C7
(203,193,199)
#D4CDD1
(212,205,209)
#DDD9DB
(221,217,219)
#E6E5E5
(230,229,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95798B; }

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

This text font color is #95798B.

Background Color

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

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

This div background color is #95798B.

Border color

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

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

This div border color is #95798B.

Opacity

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

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

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

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

This text has shadow with #95798B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95798B.

Preview

Color preview on black background

This text has color #95798B on black background.


Color preview on white background

This text has color #95798B on white background.


Black color preview on #95798B background

This text has black color on #95798B background.


White color preview on #95798B background

This text has white color on #95798B background.


Related colors

Complementary color

Complementary color for #hex is #6A8674.


I love getcolorcode.com

Triadic colors

1 #8B9579 and #798B95 with #95798B are triadic colors.

2 #8B7995 and #79958B with #95798B are triadic colors.