COLOR #975E7E

HEX: #975E7E
RGB: (151,94,126)

Color info

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

RGB color model

#975E7E color RGB value is (151,94,126).

  • red value is 151;
  • green value is 94;
  • blue value is 126.
RGB:
(151,94,126)
(59%,37%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 94 of 255 = 37%
B 126 of 255 = 49%

151
94
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 94 + 126 = 371 (100%)
R 151 of 371 ~ 40.7%
G 94 of 371 ~ 25.34%
B 126 of 371 ~ 33.96%

%40.7
%25.34
%33.96

CMYK color model

#975E7E color CMYK value is (0,38,17,41).

  • cyan value is 0.00%
  • magenta value is 37.75%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(0,38,17,41)
C0M38Y17K41 
(0%,38%,17%,41%)
(0.00/0.38/0.17/0.41)	

CMYK percentages

%0
%37.75
%16.56
%40.78

Codes

Color #975E7E in popluar color models

975E7E
RGB15194126
HSL326°23.27%48.04%
HSB/HSV326°37.75%59.22%
CMYK0.00%37.75%16.56%
40.78%

Color #975E7E in popluar number systems.

HEX975E7E
Decimal15194126
Binary1001011110111101111110
Octal227136176

Shades and tints

Shades of #975E7E

#975E7E
(151,94,126)
#8A5673
(138,86,115)
#7D4E68
(125,78,104)
#70465D
(112,70,93)
#633E52
(99,62,82)
#563647
(86,54,71)
#492E3C
(73,46,60)
#3C2631
(60,38,49)
#2F1E26
(47,30,38)
#22161B
(34,22,27)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #975E7E

#975E7E
(151,94,126)
#A06C89
(160,108,137)
#A97A94
(169,122,148)
#B2889F
(178,136,159)
#BB96AA
(187,150,170)
#C4A4B5
(196,164,181)
#CDB2C0
(205,178,192)
#D6C0CB
(214,192,203)
#DFCED6
(223,206,214)
#E8DCE1
(232,220,225)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975E7E color. Also use rgb(151,94,126) instead hex code.

Text Font Color

.myTextColor { color: #975E7E; }

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

This text font color is #975E7E.


Background Color

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

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

This div background color is #975E7E.


Border color

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

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

This div border color is #975E7E.


Opacity

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

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

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

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

This text has shadow with #975E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975E7E on black background.


Color preview on white background

This text has color #975E7E on white background.



Black color preview on #975E7E background

This text has black color on #975E7E background.


White color preview on #975E7E background

This text has white color on #975E7E background.