COLOR #985459

HEX: #985459
RGB: (152,84,89)

Color info

#985459 contains mainly red color. Web safe color of #985459 is #996666 (or #966).

RGB color model

#985459 color RGB value is (152,84,89).

  • red value is 152;
  • green value is 84;
  • blue value is 89.
RGB:
(152,84,89)
(60%,33%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 84 of 255 = 33%
B 89 of 255 = 35%

152
84
89

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

Portions of RGB colors in percentages

R + G + B =
152 + 84 + 89 = 325 (100%)
R 152 of 325 ~ 46.77%
G 84 of 325 ~ 25.85%
B 89 of 325 ~ 27.38%

%46.77
%25.85
%27.38

CMYK color model

#985459 color CMYK value is (0,45,41,40).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 41.45%
  • key color value is 40.39%
CMYK:
(0,45,41,40)
C0M45Y41K40 
(0%,45%,41%,40%)
(0.00/0.45/0.41/0.40)	

CMYK percentages

%0
%44.74
%41.45
%40.39

Codes

Color #985459 in popluar color models

985459
RGB1528489
HSL356°28.81%46.27%
HSB/HSV356°44.74%59.61%
CMYK0.00%44.74%41.45%
40.39%

Color #985459 in popluar number systems.

HEX985459
Decimal1528489
Binary1001100010101001011001
Octal230124131

Shades and tints

Shades of #985459

#985459
(152,84,89)
#8B4D51
(139,77,81)
#7E4649
(126,70,73)
#713F41
(113,63,65)
#643839
(100,56,57)
#573131
(87,49,49)
#4A2A29
(74,42,41)
#3D2321
(61,35,33)
#301C19
(48,28,25)
#231511
(35,21,17)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #985459

#985459
(152,84,89)
#A16368
(161,99,104)
#AA7277
(170,114,119)
#B38186
(179,129,134)
#BC9095
(188,144,149)
#C59FA4
(197,159,164)
#CEAEB3
(206,174,179)
#D7BDC2
(215,189,194)
#E0CCD1
(224,204,209)
#E9DBE0
(233,219,224)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985459 color. Also use rgb(152,84,89) instead hex code.

Text Font Color

.myTextColor { color: #985459; }

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

This text font color is #985459.


Background Color

.myBgColor { background-color: #985459; }

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

This div background color is #985459.


Border color

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

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

This div border color is #985459.


Opacity

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

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

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

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

This text has shadow with #985459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985459 on black background.


Color preview on white background

This text has color #985459 on white background.



Black color preview on #985459 background

This text has black color on #985459 background.


White color preview on #985459 background

This text has white color on #985459 background.