COLOR #976271

HEX: #976271
RGB: (151,98,113)

Color info

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

RGB color model

#976271 color RGB value is (151,98,113).

  • red value is 151;
  • green value is 98;
  • blue value is 113.
RGB:
(151,98,113)
(59%,38%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 98 of 255 = 38%
B 113 of 255 = 44%

151
98
113

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

Portions of RGB colors in percentages

R + G + B =
151 + 98 + 113 = 362 (100%)
R 151 of 362 ~ 41.71%
G 98 of 362 ~ 27.07%
B 113 of 362 ~ 31.22%

%41.71
%27.07
%31.22

CMYK color model

#976271 color CMYK value is (0,35,25,41).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 25.17%
  • key color value is 40.78%
CMYK:
(0,35,25,41)
C0M35Y25K41 
(0%,35%,25%,41%)
(0.00/0.35/0.25/0.41)	

CMYK percentages

%0
%35.1
%25.17
%40.78

Codes

Color #976271 in popluar color models

976271
RGB15198113
HSL343°21.29%48.82%
HSB/HSV343°35.10%59.22%
CMYK0.00%35.10%25.17%
40.78%

Color #976271 in popluar number systems.

HEX976271
Decimal15198113
Binary1001011111000101110001
Octal227142161

Shades and tints

Shades of #976271

#976271
(151,98,113)
#8A5A67
(138,90,103)
#7D525D
(125,82,93)
#704A53
(112,74,83)
#634249
(99,66,73)
#563A3F
(86,58,63)
#493235
(73,50,53)
#3C2A2B
(60,42,43)
#2F2221
(47,34,33)
#221A17
(34,26,23)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #976271

#976271
(151,98,113)
#A0707D
(160,112,125)
#A97E89
(169,126,137)
#B28C95
(178,140,149)
#BB9AA1
(187,154,161)
#C4A8AD
(196,168,173)
#CDB6B9
(205,182,185)
#D6C4C5
(214,196,197)
#DFD2D1
(223,210,209)
#E8E0DD
(232,224,221)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976271 color. Also use rgb(151,98,113) instead hex code.

Text Font Color

.myTextColor { color: #976271; }

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

This text font color is #976271.


Background Color

.myBgColor { background-color: #976271; }

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

This div background color is #976271.


Border color

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

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

This div border color is #976271.


Opacity

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

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

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

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

This text has shadow with #976271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976271 on black background.


Color preview on white background

This text has color #976271 on white background.



Black color preview on #976271 background

This text has black color on #976271 background.


White color preview on #976271 background

This text has white color on #976271 background.