COLOR #995971

HEX: #995971
RGB: (153,89,113)

Color info

#995971 contains mainly red and blue colors. Web safe color of #995971 is #996666 (or #966).

RGB color model

#995971 color RGB value is (153,89,113).

  • red value is 153;
  • green value is 89;
  • blue value is 113.
RGB:
(153,89,113)
(60%,35%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 89 of 255 = 35%
B 113 of 255 = 44%

153
89
113

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

Portions of RGB colors in percentages

R + G + B =
153 + 89 + 113 = 355 (100%)
R 153 of 355 ~ 43.1%
G 89 of 355 ~ 25.07%
B 113 of 355 ~ 31.83%

%43.1
%25.07
%31.83

CMYK color model

#995971 color CMYK value is (0,42,26,40).

  • cyan value is 0.00%
  • magenta value is 41.83%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(0,42,26,40)
C0M42Y26K40 
(0%,42%,26%,40%)
(0.00/0.42/0.26/0.40)	

CMYK percentages

%0
%41.83
%26.14
%40

Codes

Color #995971 in popluar color models

995971
RGB15389113
HSL338°26.45%47.45%
HSB/HSV338°41.83%60.00%
CMYK0.00%41.83%26.14%
40.00%

Color #995971 in popluar number systems.

HEX995971
Decimal15389113
Binary1001100110110011110001
Octal231131161

Shades and tints

Shades of #995971

#995971
(153,89,113)
#8C5167
(140,81,103)
#7F495D
(127,73,93)
#724153
(114,65,83)
#653949
(101,57,73)
#58313F
(88,49,63)
#4B2935
(75,41,53)
#3E212B
(62,33,43)
#311921
(49,25,33)
#241117
(36,17,23)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #995971

#995971
(153,89,113)
#A2687D
(162,104,125)
#AB7789
(171,119,137)
#B48695
(180,134,149)
#BD95A1
(189,149,161)
#C6A4AD
(198,164,173)
#CFB3B9
(207,179,185)
#D8C2C5
(216,194,197)
#E1D1D1
(225,209,209)
#EAE0DD
(234,224,221)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995971 color. Also use rgb(153,89,113) instead hex code.

Text Font Color

.myTextColor { color: #995971; }

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

This text font color is #995971.


Background Color

.myBgColor { background-color: #995971; }

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

This div background color is #995971.


Border color

.myBorderColor { border: 1px solid #995971; }

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

This div border color is #995971.


Opacity

.myOpacity80 { color: #995971; opacity: 0.8; }

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

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

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

This text has shadow with #995971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995971 on black background.


Color preview on white background

This text has color #995971 on white background.



Black color preview on #995971 background

This text has black color on #995971 background.


White color preview on #995971 background

This text has white color on #995971 background.