COLOR #975C75

HEX: #975C75
RGB: (151,92,117)

Color info

#975C75 contains red, green and blue colors in about the same proportion. Web safe color of #975C75 is #996666 (or #966).

RGB color model

#975C75 color RGB value is (151,92,117).

  • red value is 151;
  • green value is 92;
  • blue value is 117.
RGB:
(151,92,117)
(59%,36%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 92 of 255 = 36%
B 117 of 255 = 46%

151
92
117

R + G + B ~ 47%. #975C75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 92 + 117 = 360 (100%)
R 151 of 360 ~ 41.94%
G 92 of 360 ~ 25.56%
B 117 of 360 ~ 32.5%

%41.94
%25.56
%32.5

CMYK color model

#975C75 color CMYK value is (0,39,23,41).

  • cyan value is 0.00%
  • magenta value is 39.07%
  • yellow value is 22.52%
  • key color value is 40.78%
CMYK:
(0,39,23,41)
C0M39Y23K41 
(0%,39%,23%,41%)
(0.00/0.39/0.23/0.41)	

CMYK percentages

%0
%39.07
%22.52
%40.78

Codes

Color #975C75 in popluar color models

975C75
RGB15192117
HSL335°24.28%47.65%
HSB/HSV335°39.07%59.22%
CMYK0.00%39.07%22.52%
40.78%

Color #975C75 in popluar number systems.

HEX975C75
Decimal15192117
Binary1001011110111001110101
Octal227134165

Shades and tints

Shades of #975C75

#975C75
(151,92,117)
#8A546B
(138,84,107)
#7D4C61
(125,76,97)
#704457
(112,68,87)
#633C4D
(99,60,77)
#563443
(86,52,67)
#492C39
(73,44,57)
#3C242F
(60,36,47)
#2F1C25
(47,28,37)
#22141B
(34,20,27)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #975C75

#975C75
(151,92,117)
#A06A81
(160,106,129)
#A9788D
(169,120,141)
#B28699
(178,134,153)
#BB94A5
(187,148,165)
#C4A2B1
(196,162,177)
#CDB0BD
(205,176,189)
#D6BEC9
(214,190,201)
#DFCCD5
(223,204,213)
#E8DAE1
(232,218,225)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975C75 color. Also use rgb(151,92,117) instead hex code.

Text Font Color

.myTextColor { color: #975C75; }

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

This text font color is #975C75.


Background Color

.myBgColor { background-color: #975C75; }

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

This div background color is #975C75.


Border color

.myBorderColor { border: 1px solid #975C75; }

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

This div border color is #975C75.


Opacity

.myOpacity80 { color: #975C75; opacity: 0.8; }

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

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

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

This text has shadow with #975C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975C75 on black background.


Color preview on white background

This text has color #975C75 on white background.



Black color preview on #975C75 background

This text has black color on #975C75 background.


White color preview on #975C75 background

This text has white color on #975C75 background.