COLOR #975563

HEX: #975563
RGB: (151,85,99)

Color info

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

RGB color model

#975563 color RGB value is (151,85,99).

  • red value is 151;
  • green value is 85;
  • blue value is 99.
RGB:
(151,85,99)
(59%,33%,39%)

RGB channels and saturation

R 151 of 255 = 59%
G 85 of 255 = 33%
B 99 of 255 = 39%

151
85
99

R + G + B ~ 44%. #975563 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 85 + 99 = 335 (100%)
R 151 of 335 ~ 45.07%
G 85 of 335 ~ 25.37%
B 99 of 335 ~ 29.55%

%45.07
%25.37
%29.55

CMYK color model

#975563 color CMYK value is (0,44,34,41).

  • cyan value is 0.00%
  • magenta value is 43.71%
  • yellow value is 34.44%
  • key color value is 40.78%
CMYK:
(0,44,34,41)
C0M44Y34K41 
(0%,44%,34%,41%)
(0.00/0.44/0.34/0.41)	

CMYK percentages

%0
%43.71
%34.44
%40.78

Codes

Color #975563 in popluar color models

975563
RGB1518599
HSL347°27.97%46.27%
HSB/HSV347°43.71%59.22%
CMYK0.00%43.71%34.44%
40.78%

Color #975563 in popluar number systems.

HEX975563
Decimal1518599
Binary1001011110101011100011
Octal227125143

Shades and tints

Shades of #975563

#975563
(151,85,99)
#8A4E5A
(138,78,90)
#7D4751
(125,71,81)
#704048
(112,64,72)
#63393F
(99,57,63)
#563236
(86,50,54)
#492B2D
(73,43,45)
#3C2424
(60,36,36)
#2F1D1B
(47,29,27)
#221612
(34,22,18)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #975563

#975563
(151,85,99)
#A06471
(160,100,113)
#A9737F
(169,115,127)
#B2828D
(178,130,141)
#BB919B
(187,145,155)
#C4A0A9
(196,160,169)
#CDAFB7
(205,175,183)
#D6BEC5
(214,190,197)
#DFCDD3
(223,205,211)
#E8DCE1
(232,220,225)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975563 color. Also use rgb(151,85,99) instead hex code.

Text Font Color

.myTextColor { color: #975563; }

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

This text font color is #975563.


Background Color

.myBgColor { background-color: #975563; }

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

This div background color is #975563.


Border color

.myBorderColor { border: 1px solid #975563; }

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

This div border color is #975563.


Opacity

.myOpacity80 { color: #975563; opacity: 0.8; }

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

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

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

This text has shadow with #975563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975563 on black background.


Color preview on white background

This text has color #975563 on white background.



Black color preview on #975563 background

This text has black color on #975563 background.


White color preview on #975563 background

This text has white color on #975563 background.