COLOR #975960

HEX: #975960
RGB: (151,89,96)

Color info

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

RGB color model

#975960 color RGB value is (151,89,96).

  • red value is 151;
  • green value is 89;
  • blue value is 96.
RGB:
(151,89,96)
(59%,35%,38%)

RGB channels and saturation

R 151 of 255 = 59%
G 89 of 255 = 35%
B 96 of 255 = 38%

151
89
96

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

Portions of RGB colors in percentages

R + G + B =
151 + 89 + 96 = 336 (100%)
R 151 of 336 ~ 44.94%
G 89 of 336 ~ 26.49%
B 96 of 336 ~ 28.57%

%44.94
%26.49
%28.57

CMYK color model

#975960 color CMYK value is (0,41,36,41).

  • cyan value is 0.00%
  • magenta value is 41.06%
  • yellow value is 36.42%
  • key color value is 40.78%
CMYK:
(0,41,36,41)
C0M41Y36K41 
(0%,41%,36%,41%)
(0.00/0.41/0.36/0.41)	

CMYK percentages

%0
%41.06
%36.42
%40.78

Codes

Color #975960 in popluar color models

975960
RGB1518996
HSL353°25.83%47.06%
HSB/HSV353°41.06%59.22%
CMYK0.00%41.06%36.42%
40.78%

Color #975960 in popluar number systems.

HEX975960
Decimal1518996
Binary1001011110110011100000
Octal227131140

Shades and tints

Shades of #975960

#975960
(151,89,96)
#8A5158
(138,81,88)
#7D4950
(125,73,80)
#704148
(112,65,72)
#633940
(99,57,64)
#563138
(86,49,56)
#492930
(73,41,48)
#3C2128
(60,33,40)
#2F1920
(47,25,32)
#221118
(34,17,24)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #975960

#975960
(151,89,96)
#A0686E
(160,104,110)
#A9777C
(169,119,124)
#B2868A
(178,134,138)
#BB9598
(187,149,152)
#C4A4A6
(196,164,166)
#CDB3B4
(205,179,180)
#D6C2C2
(214,194,194)
#DFD1D0
(223,209,208)
#E8E0DE
(232,224,222)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975960 color. Also use rgb(151,89,96) instead hex code.

Text Font Color

.myTextColor { color: #975960; }

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

This text font color is #975960.


Background Color

.myBgColor { background-color: #975960; }

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

This div background color is #975960.


Border color

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

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

This div border color is #975960.


Opacity

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

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

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

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

This text has shadow with #975960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975960 on black background.


Color preview on white background

This text has color #975960 on white background.



Black color preview on #975960 background

This text has black color on #975960 background.


White color preview on #975960 background

This text has white color on #975960 background.