COLOR #975C66

HEX: #975C66
RGB: (151,92,102)

Color info

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

RGB color model

#975C66 color RGB value is (151,92,102).

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

RGB channels and saturation

R 151 of 255 = 59%
G 92 of 255 = 36%
B 102 of 255 = 40%

151
92
102

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

Portions of RGB colors in percentages

R + G + B =
151 + 92 + 102 = 345 (100%)
R 151 of 345 ~ 43.77%
G 92 of 345 ~ 26.67%
B 102 of 345 ~ 29.57%

%43.77
%26.67
%29.57

CMYK color model

#975C66 color CMYK value is (0,39,32,41).

  • cyan value is 0.00%
  • magenta value is 39.07%
  • yellow value is 32.45%
  • key color value is 40.78%
CMYK:
(0,39,32,41)
C0M39Y32K41 
(0%,39%,32%,41%)
(0.00/0.39/0.32/0.41)	

CMYK percentages

%0
%39.07
%32.45
%40.78

Codes

Color #975C66 in popluar color models

975C66
RGB15192102
HSL350°24.28%47.65%
HSB/HSV350°39.07%59.22%
CMYK0.00%39.07%32.45%
40.78%

Color #975C66 in popluar number systems.

HEX975C66
Decimal15192102
Binary1001011110111001100110
Octal227134146

Shades and tints

Shades of #975C66

#975C66
(151,92,102)
#8A545D
(138,84,93)
#7D4C54
(125,76,84)
#70444B
(112,68,75)
#633C42
(99,60,66)
#563439
(86,52,57)
#492C30
(73,44,48)
#3C2427
(60,36,39)
#2F1C1E
(47,28,30)
#221415
(34,20,21)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #975C66

#975C66
(151,92,102)
#A06A73
(160,106,115)
#A97880
(169,120,128)
#B2868D
(178,134,141)
#BB949A
(187,148,154)
#C4A2A7
(196,162,167)
#CDB0B4
(205,176,180)
#D6BEC1
(214,190,193)
#DFCCCE
(223,204,206)
#E8DADB
(232,218,219)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975C66; }

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

This text font color is #975C66.


Background Color

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

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

This div background color is #975C66.


Border color

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

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

This div border color is #975C66.


Opacity

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

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

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

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

This text has shadow with #975C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975C66 on black background.


Color preview on white background

This text has color #975C66 on white background.



Black color preview on #975C66 background

This text has black color on #975C66 background.


White color preview on #975C66 background

This text has white color on #975C66 background.