COLOR #999580

HEX: #999580 RGB: (153,149,128)

Color info

#999580 contains red, green and blue colors in about the same proportion. Web safe color of #999580 is #999966 (or #996).

RGB color model

#999580 color RGB value is (153,149,128).

RGB: (153,149,128) (60%, 58%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 128 of 255 = 50%

153
149
128

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

Portions of RGB colors in percentages

R + G + B = 153 + 149 + 128 = 430 (100%)
R 153 of 430 ~ 35.58%
G 149 of 430 ~ 34.65%
B 128 of 430 ~ 29.77'%

%35.58
%34.65
%29.77

CMYK color model

#999580 color CMYK value is (0,3,16,40).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK: (0,3,16,40) C0M3Y16K40 (0%,3%,16%,40%) (0.00/0.03/0.16/0.40) 

CMYK percentages

%0
%2.61
%16.34
%40

Codes

Color #999580 in popluar color models

99 95 80
RGB 153 149 128
HSL 50° 10.92% 55.10%
HSB/HSV 50° 16.34% 60.00%
CMYK 0.00% 2.61% 16.34%
40.00%

Color #999580 in popluar number systems.

HEX 99 95 80
Decimal 153 149 128
Binary 10011001 10010101 10000000
Octal 231 225 200

Shades and tints

Shades of #999580

#999580
(153,149,128)
#8C8875
(140,136,117)
#7F7B6A
(127,123,106)
#726E5F
(114,110,95)
#656154
(101,97,84)
#585449
(88,84,73)
#4B473E
(75,71,62)
#3E3A33
(62,58,51)
#312D28
(49,45,40)
#24201D
(36,32,29)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #999580

#999580
(153,149,128)
#A29E8B
(162,158,139)
#ABA796
(171,167,150)
#B4B0A1
(180,176,161)
#BDB9AC
(189,185,172)
#C6C2B7
(198,194,183)
#CFCBC2
(207,203,194)
#D8D4CD
(216,212,205)
#E1DDD8
(225,221,216)
#EAE6E3
(234,230,227)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999580; }

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

This text font color is #999580.

Background Color

.myBgColor { background-color: #999580; }

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

This div background color is #999580.

Border color

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

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

This div border color is #999580.

Opacity

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

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

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

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

This text has shadow with #999580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999580.

Preview

Color preview on black background

This text has color #999580 on black background.


Color preview on white background

This text has color #999580 on white background.


Black color preview on #999580 background

This text has black color on #999580 background.


White color preview on #999580 background

This text has white color on #999580 background.


Related colors

Complementary color

Complementary color for #hex is #666A7F.


I love getcolorcode.com

Triadic colors

1 #809995 and #958099 with #999580 are triadic colors.

2 #809599 and #959980 with #999580 are triadic colors.