COLOR #976574

HEX: #976574
RGB: (151,101,116)

Color info

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

RGB color model

#976574 color RGB value is (151,101,116).

  • red value is 151;
  • green value is 101;
  • blue value is 116.
RGB:
(151,101,116)
(59%,40%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 116 of 255 = 45%

151
101
116

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

Portions of RGB colors in percentages

R + G + B =
151 + 101 + 116 = 368 (100%)
R 151 of 368 ~ 41.03%
G 101 of 368 ~ 27.45%
B 116 of 368 ~ 31.52%

%41.03
%27.45
%31.52

CMYK color model

#976574 color CMYK value is (0,33,23,41).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 23.18%
  • key color value is 40.78%
CMYK:
(0,33,23,41)
C0M33Y23K41 
(0%,33%,23%,41%)
(0.00/0.33/0.23/0.41)	

CMYK percentages

%0
%33.11
%23.18
%40.78

Codes

Color #976574 in popluar color models

976574
RGB151101116
HSL342°19.84%49.41%
HSB/HSV342°33.11%59.22%
CMYK0.00%33.11%23.18%
40.78%

Color #976574 in popluar number systems.

HEX976574
Decimal151101116
Binary1001011111001011110100
Octal227145164

Shades and tints

Shades of #976574

#976574
(151,101,116)
#8A5C6A
(138,92,106)
#7D5360
(125,83,96)
#704A56
(112,74,86)
#63414C
(99,65,76)
#563842
(86,56,66)
#492F38
(73,47,56)
#3C262E
(60,38,46)
#2F1D24
(47,29,36)
#22141A
(34,20,26)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #976574

#976574
(151,101,116)
#A07380
(160,115,128)
#A9818C
(169,129,140)
#B28F98
(178,143,152)
#BB9DA4
(187,157,164)
#C4ABB0
(196,171,176)
#CDB9BC
(205,185,188)
#D6C7C8
(214,199,200)
#DFD5D4
(223,213,212)
#E8E3E0
(232,227,224)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976574 color. Also use rgb(151,101,116) instead hex code.

Text Font Color

.myTextColor { color: #976574; }

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

This text font color is #976574.


Background Color

.myBgColor { background-color: #976574; }

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

This div background color is #976574.


Border color

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

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

This div border color is #976574.


Opacity

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

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

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

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

This text has shadow with #976574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976574 on black background.


Color preview on white background

This text has color #976574 on white background.



Black color preview on #976574 background

This text has black color on #976574 background.


White color preview on #976574 background

This text has white color on #976574 background.