COLOR #999584

HEX: #999584 RGB: (153,149,132)

Color info

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

RGB color model

#999584 color RGB value is (153,149,132).

RGB: (153,149,132) (60%, 58%, 52%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 132 of 255 = 52%

153
149
132

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

Portions of RGB colors in percentages

R + G + B = 153 + 149 + 132 = 434 (100%)
R 153 of 434 ~ 35.25%
G 149 of 434 ~ 34.33%
B 132 of 434 ~ 30.41'%

%35.25
%34.33
%30.41

CMYK color model

#999584 color CMYK value is (0,3,14,40).

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

CMYK: (0,3,14,40)
C0M3Y14K40 (0%, 3%, 14%, 40%)
(0.00 / 0.03 / 0.14 / 0.40)

CMYK percentages

%0
%2.61
%13.73
%40

Codes

Color #999584 in popluar color models

99 95 84
RGB 153 149 132
HSL 49° 9.33% 55.88%
HSB/HSV 49° 13.73% 60.00%
CMYK 0.00% 2.61% 13.73%
40.00%

Color #999584 in popluar number systems.

HEX 99 95 84
Decimal 153 149 132
Binary 10011001 10010101 10000100
Octal 231 225 204

Shades and tints

Shades of #999584

#999584
(153,149,132)
#8C8878
(140,136,120)
#7F7B6C
(127,123,108)
#726E60
(114,110,96)
#656154
(101,97,84)
#585448
(88,84,72)
#4B473C
(75,71,60)
#3E3A30
(62,58,48)
#312D24
(49,45,36)
#242018
(36,32,24)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #999584

#999584
(153,149,132)
#A29E8F
(162,158,143)
#ABA79A
(171,167,154)
#B4B0A5
(180,176,165)
#BDB9B0
(189,185,176)
#C6C2BB
(198,194,187)
#CFCBC6
(207,203,198)
#D8D4D1
(216,212,209)
#E1DDDC
(225,221,220)
#EAE6E7
(234,230,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999584; }

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

This text font color is #999584.

Background Color

.myBgColor { background-color: #999584; }

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

This div background color is #999584.

Border color

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

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

This div border color is #999584.

Opacity

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

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

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

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

This text has shadow with #999584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999584.

Preview

Color preview on black background

This text has color #999584 on black background.


Color preview on white background

This text has color #999584 on white background.


Black color preview on #999584 background

This text has black color on #999584 background.


White color preview on #999584 background

This text has white color on #999584 background.


Related colors

Complementary color

Complementary color for #hex is #666A7B.


I love getcolorcode.com

Triadic colors

1 #849995 and #958499 with #999584 are triadic colors.

2 #849599 and #959984 with #999584 are triadic colors.