COLOR #975B68

HEX: #975B68
RGB: (151,91,104)

Color info

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

RGB color model

#975B68 color RGB value is (151,91,104).

  • red value is 151;
  • green value is 91;
  • blue value is 104.
RGB:
(151,91,104)
(59%,36%,41%)

RGB channels and saturation

R 151 of 255 = 59%
G 91 of 255 = 36%
B 104 of 255 = 41%

151
91
104

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

Portions of RGB colors in percentages

R + G + B =
151 + 91 + 104 = 346 (100%)
R 151 of 346 ~ 43.64%
G 91 of 346 ~ 26.3%
B 104 of 346 ~ 30.06%

%43.64
%26.3
%30.06

CMYK color model

#975B68 color CMYK value is (0,40,31,41).

  • cyan value is 0.00%
  • magenta value is 39.74%
  • yellow value is 31.13%
  • key color value is 40.78%
CMYK:
(0,40,31,41)
C0M40Y31K41 
(0%,40%,31%,41%)
(0.00/0.40/0.31/0.41)	

CMYK percentages

%0
%39.74
%31.13
%40.78

Codes

Color #975B68 in popluar color models

975B68
RGB15191104
HSL347°24.79%47.45%
HSB/HSV347°39.74%59.22%
CMYK0.00%39.74%31.13%
40.78%

Color #975B68 in popluar number systems.

HEX975B68
Decimal15191104
Binary1001011110110111101000
Octal227133150

Shades and tints

Shades of #975B68

#975B68
(151,91,104)
#8A535F
(138,83,95)
#7D4B56
(125,75,86)
#70434D
(112,67,77)
#633B44
(99,59,68)
#56333B
(86,51,59)
#492B32
(73,43,50)
#3C2329
(60,35,41)
#2F1B20
(47,27,32)
#221317
(34,19,23)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #975B68

#975B68
(151,91,104)
#A06975
(160,105,117)
#A97782
(169,119,130)
#B2858F
(178,133,143)
#BB939C
(187,147,156)
#C4A1A9
(196,161,169)
#CDAFB6
(205,175,182)
#D6BDC3
(214,189,195)
#DFCBD0
(223,203,208)
#E8D9DD
(232,217,221)
#F1E7EA
(241,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975B68 color. Also use rgb(151,91,104) instead hex code.

Text Font Color

.myTextColor { color: #975B68; }

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

This text font color is #975B68.


Background Color

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

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

This div background color is #975B68.


Border color

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

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

This div border color is #975B68.


Opacity

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

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

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

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

This text has shadow with #975B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975B68 on black background.


Color preview on white background

This text has color #975B68 on white background.



Black color preview on #975B68 background

This text has black color on #975B68 background.


White color preview on #975B68 background

This text has white color on #975B68 background.