COLOR #999081

HEX: #999081 RGB: (153,144,129)

Color info

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

RGB color model

#999081 color RGB value is (153,144,129).

RGB: (153,144,129) (60%, 56%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 144 of 255 = 56%
B 129 of 255 = 51%

153
144
129

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

Portions of RGB colors in percentages

R + G + B = 153 + 144 + 129 = 426 (100%)
R 153 of 426 ~ 35.92%
G 144 of 426 ~ 33.8%
B 129 of 426 ~ 30.28'%

%35.92
%33.8
%30.28

CMYK color model

#999081 color CMYK value is (0,6,16,40).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 15.69%
  • key color value is 40.00%

CMYK: (0,6,16,40)
C0M6Y16K40 (0%, 6%, 16%, 40%)
(0.00 / 0.06 / 0.16 / 0.40)

CMYK percentages

%0
%5.88
%15.69
%40

Codes

Color #999081 in popluar color models

99 90 81
RGB 153 144 129
HSL 38° 10.53% 55.29%
HSB/HSV 38° 15.69% 60.00%
CMYK 0.00% 5.88% 15.69%
40.00%

Color #999081 in popluar number systems.

HEX 99 90 81
Decimal 153 144 129
Binary 10011001 10010000 10000001
Octal 231 220 201

Shades and tints

Shades of #999081

#999081
(153,144,129)
#8C8376
(140,131,118)
#7F766B
(127,118,107)
#726960
(114,105,96)
#655C55
(101,92,85)
#584F4A
(88,79,74)
#4B423F
(75,66,63)
#3E3534
(62,53,52)
#312829
(49,40,41)
#241B1E
(36,27,30)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #999081

#999081
(153,144,129)
#A29A8C
(162,154,140)
#ABA497
(171,164,151)
#B4AEA2
(180,174,162)
#BDB8AD
(189,184,173)
#C6C2B8
(198,194,184)
#CFCCC3
(207,204,195)
#D8D6CE
(216,214,206)
#E1E0D9
(225,224,217)
#EAEAE4
(234,234,228)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999081 color. Also use rgb(153,144,129) instead hex code.

Text Font Color

.myTextColor { color: #999081; }

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

This text font color is #999081.

Background Color

.myBgColor { background-color: #999081; }

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

This div background color is #999081.

Border color

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

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

This div border color is #999081.

Opacity

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

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

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

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

This text has shadow with #999081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999081.

Preview

Color preview on black background

This text has color #999081 on black background.


Color preview on white background

This text has color #999081 on white background.


Black color preview on #999081 background

This text has black color on #999081 background.


White color preview on #999081 background

This text has white color on #999081 background.


Related colors

Complementary color

Complementary color for #hex is #666F7E.


I love getcolorcode.com

Triadic colors

1 #819990 and #908199 with #999081 are triadic colors.

2 #819099 and #909981 with #999081 are triadic colors.