COLOR #998584

HEX: #998584 RGB: (153,133,132)

Color info

#998584 contains red, green and blue colors in about the same proportion. Web safe color of #998584 is #999999 (or #999).

RGB color model

#998584 color RGB value is (153,133,132).

RGB: (153,133,132) (60%, 52%, 52%)

RGB channels and saturation

R 153 of 255 = 60%
G 133 of 255 = 52%
B 132 of 255 = 52%

153
133
132

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

Portions of RGB colors in percentages

R + G + B = 153 + 133 + 132 = 418 (100%)
R 153 of 418 ~ 36.6%
G 133 of 418 ~ 31.82%
B 132 of 418 ~ 31.58'%

%36.6
%31.82
%31.58

CMYK color model

#998584 color CMYK value is (0,13,14,40).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 13.73%
  • key color value is 40.00%

CMYK: (0,13,14,40)
C0M13Y14K40 (0%, 13%, 14%, 40%)
(0.00 / 0.13 / 0.14 / 0.40)

CMYK percentages

%0
%13.07
%13.73
%40

Codes

Color #998584 in popluar color models

99 85 84
RGB 153 133 132
HSL 9.33% 55.88%
HSB/HSV 13.73% 60.00%
CMYK 0.00% 13.07% 13.73%
40.00%

Color #998584 in popluar number systems.

HEX 99 85 84
Decimal 153 133 132
Binary 10011001 10000101 10000100
Octal 231 205 204

Shades and tints

Shades of #998584

#998584
(153,133,132)
#8C7978
(140,121,120)
#7F6D6C
(127,109,108)
#726160
(114,97,96)
#655554
(101,85,84)
#584948
(88,73,72)
#4B3D3C
(75,61,60)
#3E3130
(62,49,48)
#312524
(49,37,36)
#241918
(36,25,24)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #998584

#998584
(153,133,132)
#A2908F
(162,144,143)
#AB9B9A
(171,155,154)
#B4A6A5
(180,166,165)
#BDB1B0
(189,177,176)
#C6BCBB
(198,188,187)
#CFC7C6
(207,199,198)
#D8D2D1
(216,210,209)
#E1DDDC
(225,221,220)
#EAE8E7
(234,232,231)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998584 color. Also use rgb(153,133,132) instead hex code.

Text Font Color

.myTextColor { color: #998584; }

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

This text font color is #998584.

Background Color

.myBgColor { background-color: #998584; }

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

This div background color is #998584.

Border color

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

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

This div border color is #998584.

Opacity

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

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

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

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

This text has shadow with #998584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998584.

Preview

Color preview on black background

This text has color #998584 on black background.


Color preview on white background

This text has color #998584 on white background.


Black color preview on #998584 background

This text has black color on #998584 background.


White color preview on #998584 background

This text has white color on #998584 background.


Related colors

Complementary color

Complementary color for #hex is #667A7B.


I love getcolorcode.com

Triadic colors

1 #849985 and #858499 with #998584 are triadic colors.

2 #848599 and #859984 with #998584 are triadic colors.