COLOR #999591

HEX: #999591 RGB: (153,149,145)

Color info

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

RGB color model

#999591 color RGB value is (153,149,145).

RGB: (153,149,145) (60%, 58%, 57%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 145 of 255 = 57%

153
149
145

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

Portions of RGB colors in percentages

R + G + B = 153 + 149 + 145 = 447 (100%)
R 153 of 447 ~ 34.23%
G 149 of 447 ~ 33.33%
B 145 of 447 ~ 32.44'%

%34.23
%33.33
%32.44

CMYK color model

#999591 color CMYK value is (0,3,5,40).

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

CMYK: (0,3,5,40)
C0M3Y5K40 (0%, 3%, 5%, 40%)
(0.00 / 0.03 / 0.05 / 0.40)

CMYK percentages

%0
%2.61
%5.23
%40

Codes

Color #999591 in popluar color models

99 95 91
RGB 153 149 145
HSL 30° 3.77% 58.43%
HSB/HSV 30° 5.23% 60.00%
CMYK 0.00% 2.61% 5.23%
40.00%

Color #999591 in popluar number systems.

HEX 99 95 91
Decimal 153 149 145
Binary 10011001 10010101 10010001
Octal 231 225 221

Shades and tints

Shades of #999591

#999591
(153,149,145)
#8C8884
(140,136,132)
#7F7B77
(127,123,119)
#726E6A
(114,110,106)
#65615D
(101,97,93)
#585450
(88,84,80)
#4B4743
(75,71,67)
#3E3A36
(62,58,54)
#312D29
(49,45,41)
#24201C
(36,32,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #999591

#999591
(153,149,145)
#A29E9B
(162,158,155)
#ABA7A5
(171,167,165)
#B4B0AF
(180,176,175)
#BDB9B9
(189,185,185)
#C6C2C3
(198,194,195)
#CFCBCD
(207,203,205)
#D8D4D7
(216,212,215)
#E1DDE1
(225,221,225)
#EAE6EB
(234,230,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999591; }

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

This text font color is #999591.

Background Color

.myBgColor { background-color: #999591; }

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

This div background color is #999591.

Border color

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

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

This div border color is #999591.

Opacity

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

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

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

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

This text has shadow with #999591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999591.

Preview

Color preview on black background

This text has color #999591 on black background.


Color preview on white background

This text has color #999591 on white background.


Black color preview on #999591 background

This text has black color on #999591 background.


White color preview on #999591 background

This text has white color on #999591 background.


Related colors

Complementary color

Complementary color for #hex is #666A6E.


I love getcolorcode.com

Triadic colors

1 #919995 and #959199 with #999591 are triadic colors.

2 #919599 and #959991 with #999591 are triadic colors.