COLOR #977479

HEX: #977479
RGB: (151,116,121)

Color info

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

RGB color model

#977479 color RGB value is (151,116,121).

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

RGB channels and saturation

R 151 of 255 = 59%
G 116 of 255 = 45%
B 121 of 255 = 47%

151
116
121

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

Portions of RGB colors in percentages

R + G + B =
151 + 116 + 121 = 388 (100%)
R 151 of 388 ~ 38.92%
G 116 of 388 ~ 29.9%
B 121 of 388 ~ 31.19%

%38.92
%29.9
%31.19

CMYK color model

#977479 color CMYK value is (0,23,20,41).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 19.87%
  • key color value is 40.78%
CMYK:
(0,23,20,41)
C0M23Y20K41 
(0%,23%,20%,41%)
(0.00/0.23/0.20/0.41)	

CMYK percentages

%0
%23.18
%19.87
%40.78

Codes

Color #977479 in popluar color models

977479
RGB151116121
HSL351°14.40%52.35%
HSB/HSV351°23.18%59.22%
CMYK0.00%23.18%19.87%
40.78%

Color #977479 in popluar number systems.

HEX977479
Decimal151116121
Binary1001011111101001111001
Octal227164171

Shades and tints

Shades of #977479

#977479
(151,116,121)
#8A6A6E
(138,106,110)
#7D6063
(125,96,99)
#705658
(112,86,88)
#634C4D
(99,76,77)
#564242
(86,66,66)
#493837
(73,56,55)
#3C2E2C
(60,46,44)
#2F2421
(47,36,33)
#221A16
(34,26,22)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #977479

#977479
(151,116,121)
#A08085
(160,128,133)
#A98C91
(169,140,145)
#B2989D
(178,152,157)
#BBA4A9
(187,164,169)
#C4B0B5
(196,176,181)
#CDBCC1
(205,188,193)
#D6C8CD
(214,200,205)
#DFD4D9
(223,212,217)
#E8E0E5
(232,224,229)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977479; }

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

This text font color is #977479.


Background Color

.myBgColor { background-color: #977479; }

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

This div background color is #977479.


Border color

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

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

This div border color is #977479.


Opacity

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

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

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

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

This text has shadow with #977479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977479 on black background.


Color preview on white background

This text has color #977479 on white background.



Black color preview on #977479 background

This text has black color on #977479 background.


White color preview on #977479 background

This text has white color on #977479 background.