COLOR #975C70

HEX: #975C70 RGB: (151,92,112)

Color info

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

RGB color model

#975C70 color RGB value is (151,92,112).

RGB: (151,92,112) (59%, 36%, 44%)

RGB channels and saturation

R 151 of 255 = 59%
G 92 of 255 = 36%
B 112 of 255 = 44%

151
92
112

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

Portions of RGB colors in percentages

R + G + B = 151 + 92 + 112 = 355 (100%)
R 151 of 355 ~ 42.54%
G 92 of 355 ~ 25.92%
B 112 of 355 ~ 31.55'%

%42.54
%25.92
%31.55

CMYK color model

#975C70 color CMYK value is (0,39,26,41).

  • cyan value is 0.00%
  • magenta value is 39.07%
  • yellow value is 25.83%
  • key color value is 40.78%

CMYK: (0,39,26,41)
C0M39Y26K41 (0%, 39%, 26%, 41%)
(0.00 / 0.39 / 0.26 / 0.41)

CMYK percentages

%0
%39.07
%25.83
%40.78

Codes

Color #975C70 in popluar color models

97 5C 70
RGB 151 92 112
HSL 340° 24.28% 47.65%
HSB/HSV 340° 39.07% 59.22%
CMYK 0.00% 39.07% 25.83%
40.78%

Color #975C70 in popluar number systems.

HEX 97 5C 70
Decimal 151 92 112
Binary 10010111 1011100 1110000
Octal 227 134 160

Shades and tints

Shades of #975C70

#975C70
(151,92,112)
#8A5466
(138,84,102)
#7D4C5C
(125,76,92)
#704452
(112,68,82)
#633C48
(99,60,72)
#56343E
(86,52,62)
#492C34
(73,44,52)
#3C242A
(60,36,42)
#2F1C20
(47,28,32)
#221416
(34,20,22)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #975C70

#975C70
(151,92,112)
#A06A7D
(160,106,125)
#A9788A
(169,120,138)
#B28697
(178,134,151)
#BB94A4
(187,148,164)
#C4A2B1
(196,162,177)
#CDB0BE
(205,176,190)
#D6BECB
(214,190,203)
#DFCCD8
(223,204,216)
#E8DAE5
(232,218,229)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975C70; }

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

This text font color is #975C70.

Background Color

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

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

This div background color is #975C70.

Border color

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

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

This div border color is #975C70.

Opacity

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

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

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

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

This text has shadow with #975C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975C70.

Preview

Color preview on black background

This text has color #975C70 on black background.


Color preview on white background

This text has color #975C70 on white background.


Black color preview on #975C70 background

This text has black color on #975C70 background.


White color preview on #975C70 background

This text has white color on #975C70 background.


Related colors

Complementary color

Complementary color for #hex is #68A38F.


I love getcolorcode.com

Triadic colors

1 #70975C and #5C7097 with #975C70 are triadic colors.

2 #705C97 and #5C9770 with #975C70 are triadic colors.