COLOR #976073

HEX: #976073
RGB: (151,96,115)

Color info

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

RGB color model

#976073 color RGB value is (151,96,115).

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

RGB channels and saturation

R 151 of 255 = 59%
G 96 of 255 = 38%
B 115 of 255 = 45%

151
96
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 96 + 115 = 362 (100%)
R 151 of 362 ~ 41.71%
G 96 of 362 ~ 26.52%
B 115 of 362 ~ 31.77%

%41.71
%26.52
%31.77

CMYK color model

#976073 color CMYK value is (0,36,24,41).

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,36,24,41)
C0M36Y24K41 
(0%,36%,24%,41%)
(0.00/0.36/0.24/0.41)	

CMYK percentages

%0
%36.42
%23.84
%40.78

Codes

Color #976073 in popluar color models

976073
RGB15196115
HSL339°22.27%48.43%
HSB/HSV339°36.42%59.22%
CMYK0.00%36.42%23.84%
40.78%

Color #976073 in popluar number systems.

HEX976073
Decimal15196115
Binary1001011111000001110011
Octal227140163

Shades and tints

Shades of #976073

#976073
(151,96,115)
#8A5869
(138,88,105)
#7D505F
(125,80,95)
#704855
(112,72,85)
#63404B
(99,64,75)
#563841
(86,56,65)
#493037
(73,48,55)
#3C282D
(60,40,45)
#2F2023
(47,32,35)
#221819
(34,24,25)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #976073

#976073
(151,96,115)
#A06E7F
(160,110,127)
#A97C8B
(169,124,139)
#B28A97
(178,138,151)
#BB98A3
(187,152,163)
#C4A6AF
(196,166,175)
#CDB4BB
(205,180,187)
#D6C2C7
(214,194,199)
#DFD0D3
(223,208,211)
#E8DEDF
(232,222,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976073; }

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

This text font color is #976073.


Background Color

.myBgColor { background-color: #976073; }

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

This div background color is #976073.


Border color

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

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

This div border color is #976073.


Opacity

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

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

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

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

This text has shadow with #976073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976073 on black background.


Color preview on white background

This text has color #976073 on white background.



Black color preview on #976073 background

This text has black color on #976073 background.


White color preview on #976073 background

This text has white color on #976073 background.