COLOR #986479

HEX: #986479
RGB: (152,100,121)

Color info

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

RGB color model

#986479 color RGB value is (152,100,121).

  • red value is 152;
  • green value is 100;
  • blue value is 121.
RGB:
(152,100,121)
(60%,39%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 100 of 255 = 39%
B 121 of 255 = 47%

152
100
121

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

Portions of RGB colors in percentages

R + G + B =
152 + 100 + 121 = 373 (100%)
R 152 of 373 ~ 40.75%
G 100 of 373 ~ 26.81%
B 121 of 373 ~ 32.44%

%40.75
%26.81
%32.44

CMYK color model

#986479 color CMYK value is (0,34,20,40).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(0,34,20,40)
C0M34Y20K40 
(0%,34%,20%,40%)
(0.00/0.34/0.20/0.40)	

CMYK percentages

%0
%34.21
%20.39
%40.39

Codes

Color #986479 in popluar color models

986479
RGB152100121
HSL336°20.63%49.41%
HSB/HSV336°34.21%59.61%
CMYK0.00%34.21%20.39%
40.39%

Color #986479 in popluar number systems.

HEX986479
Decimal152100121
Binary1001100011001001111001
Octal230144171

Shades and tints

Shades of #986479

#986479
(152,100,121)
#8B5B6E
(139,91,110)
#7E5263
(126,82,99)
#714958
(113,73,88)
#64404D
(100,64,77)
#573742
(87,55,66)
#4A2E37
(74,46,55)
#3D252C
(61,37,44)
#301C21
(48,28,33)
#231316
(35,19,22)
#160A0B
(22,10,11)
#000000
(0,0,0)

Tints of #986479

#986479
(152,100,121)
#A17285
(161,114,133)
#AA8091
(170,128,145)
#B38E9D
(179,142,157)
#BC9CA9
(188,156,169)
#C5AAB5
(197,170,181)
#CEB8C1
(206,184,193)
#D7C6CD
(215,198,205)
#E0D4D9
(224,212,217)
#E9E2E5
(233,226,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986479 color. Also use rgb(152,100,121) instead hex code.

Text Font Color

.myTextColor { color: #986479; }

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

This text font color is #986479.


Background Color

.myBgColor { background-color: #986479; }

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

This div background color is #986479.


Border color

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

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

This div border color is #986479.


Opacity

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

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

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

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

This text has shadow with #986479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986479 on black background.


Color preview on white background

This text has color #986479 on white background.



Black color preview on #986479 background

This text has black color on #986479 background.


White color preview on #986479 background

This text has white color on #986479 background.