COLOR #99A58D

HEX: #99A58D RGB: (153,165,141)

Color info

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

RGB color model

#99A58D color RGB value is (153,165,141).

RGB: (153,165,141) (60%, 65%, 55%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 141 of 255 = 55%

153
165
141

R + G + B ~ 60%. #99A58D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 165 + 141 = 459 (100%)
R 153 of 459 ~ 33.33%
G 165 of 459 ~ 35.95%
B 141 of 459 ~ 30.72'%

%33.33
%35.95
%30.72

CMYK color model

#99A58D color CMYK value is (7,0,15,35).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (7,0,15,35)
C7M0Y15K35 (7%, 0%, 15%, 35%)
(0.07 / 0.00 / 0.15 / 0.35)

CMYK percentages

%7.27
%0
%14.55
%35.29

Codes

Color #99A58D in popluar color models

99 A5 8D
RGB 153 165 141
HSL 90° 11.76% 60.00%
HSB/HSV 90° 14.55% 64.71%
CMYK 7.27% 0.00% 14.55%
35.29%

Color #99A58D in popluar number systems.

HEX 99 A5 8D
Decimal 153 165 141
Binary 10011001 10100101 10001101
Octal 231 245 215

Shades and tints

Shades of #99A58D

#99A58D
(153,165,141)
#8C9681
(140,150,129)
#7F8775
(127,135,117)
#727869
(114,120,105)
#65695D
(101,105,93)
#585A51
(88,90,81)
#4B4B45
(75,75,69)
#3E3C39
(62,60,57)
#312D2D
(49,45,45)
#241E21
(36,30,33)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #99A58D

#99A58D
(153,165,141)
#A2AD97
(162,173,151)
#ABB5A1
(171,181,161)
#B4BDAB
(180,189,171)
#BDC5B5
(189,197,181)
#C6CDBF
(198,205,191)
#CFD5C9
(207,213,201)
#D8DDD3
(216,221,211)
#E1E5DD
(225,229,221)
#EAEDE7
(234,237,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A58D color. Also use rgb(153,165,141) instead hex code.

Text Font Color

.myTextColor { color: #99A58D; }

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

This text font color is #99A58D.

Background Color

.myBgColor { background-color: #99A58D; }

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

This div background color is #99A58D.

Border color

.myBorderColor { border: 1px solid #99A58D; }

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

This div border color is #99A58D.

Opacity

.myOpacity80 { color: #99A58D; opacity: 0.8; }

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

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

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

This text has shadow with #99A58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A58D.

Preview

Color preview on black background

This text has color #99A58D on black background.


Color preview on white background

This text has color #99A58D on white background.


Black color preview on #99A58D background

This text has black color on #99A58D background.


White color preview on #99A58D background

This text has white color on #99A58D background.


Related colors

Complementary color

Complementary color for #hex is #665A72.


I love getcolorcode.com

Triadic colors

1 #8D99A5 and #A58D99 with #99A58D are triadic colors.

2 #8DA599 and #A5998D with #99A58D are triadic colors.