COLOR #975A73

HEX: #975A73
RGB: (151,90,115)

Color info

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

RGB color model

#975A73 color RGB value is (151,90,115).

  • red value is 151;
  • green value is 90;
  • blue value is 115.
RGB:
(151,90,115)
(59%,35%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 90 of 255 = 35%
B 115 of 255 = 45%

151
90
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 90 + 115 = 356 (100%)
R 151 of 356 ~ 42.42%
G 90 of 356 ~ 25.28%
B 115 of 356 ~ 32.3%

%42.42
%25.28
%32.3

CMYK color model

#975A73 color CMYK value is (0,40,24,41).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,40,24,41)
C0M40Y24K41 
(0%,40%,24%,41%)
(0.00/0.40/0.24/0.41)	

CMYK percentages

%0
%40.4
%23.84
%40.78

Codes

Color #975A73 in popluar color models

975A73
RGB15190115
HSL335°25.31%47.25%
HSB/HSV335°40.40%59.22%
CMYK0.00%40.40%23.84%
40.78%

Color #975A73 in popluar number systems.

HEX975A73
Decimal15190115
Binary1001011110110101110011
Octal227132163

Shades and tints

Shades of #975A73

#975A73
(151,90,115)
#8A5269
(138,82,105)
#7D4A5F
(125,74,95)
#704255
(112,66,85)
#633A4B
(99,58,75)
#563241
(86,50,65)
#492A37
(73,42,55)
#3C222D
(60,34,45)
#2F1A23
(47,26,35)
#221219
(34,18,25)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #975A73

#975A73
(151,90,115)
#A0697F
(160,105,127)
#A9788B
(169,120,139)
#B28797
(178,135,151)
#BB96A3
(187,150,163)
#C4A5AF
(196,165,175)
#CDB4BB
(205,180,187)
#D6C3C7
(214,195,199)
#DFD2D3
(223,210,211)
#E8E1DF
(232,225,223)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975A73 color. Also use rgb(151,90,115) instead hex code.

Text Font Color

.myTextColor { color: #975A73; }

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

This text font color is #975A73.


Background Color

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

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

This div background color is #975A73.


Border color

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

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

This div border color is #975A73.


Opacity

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

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

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

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

This text has shadow with #975A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975A73 on black background.


Color preview on white background

This text has color #975A73 on white background.



Black color preview on #975A73 background

This text has black color on #975A73 background.


White color preview on #975A73 background

This text has white color on #975A73 background.