COLOR #99A594

HEX: #99A594
RGB: (153,165,148)

Color info

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

RGB color model

#99A594 color RGB value is (153,165,148).

  • red value is 153;
  • green value is 165;
  • blue value is 148.
RGB:
(153,165,148)
(60%,65%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 148 of 255 = 58%

153
165
148

R + G + B ~ 61%. #99A594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 165 + 148 = 466 (100%)
R 153 of 466 ~ 32.83%
G 165 of 466 ~ 35.41%
B 148 of 466 ~ 31.76%

%32.83
%35.41
%31.76

CMYK color model

#99A594 color CMYK value is (7,0,10,35).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 35.29%
CMYK:
(7,0,10,35)
C7M0Y10K35 
(7%,0%,10%,35%)
(0.07/0.00/0.10/0.35)	

CMYK percentages

%7.27
%0
%10.3
%35.29

Codes

Color #99A594 in popluar color models

99A594
RGB153165148
HSL102°8.63%61.37%
HSB/HSV102°10.30%64.71%
CMYK7.27%0.00%10.30%
35.29%

Color #99A594 in popluar number systems.

HEX99A594
Decimal153165148
Binary100110011010010110010100
Octal231245224

Shades and tints

Shades of #99A594

#99A594
(153,165,148)
#8C9687
(140,150,135)
#7F877A
(127,135,122)
#72786D
(114,120,109)
#656960
(101,105,96)
#585A53
(88,90,83)
#4B4B46
(75,75,70)
#3E3C39
(62,60,57)
#312D2C
(49,45,44)
#241E1F
(36,30,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #99A594

#99A594
(153,165,148)
#A2AD9D
(162,173,157)
#ABB5A6
(171,181,166)
#B4BDAF
(180,189,175)
#BDC5B8
(189,197,184)
#C6CDC1
(198,205,193)
#CFD5CA
(207,213,202)
#D8DDD3
(216,221,211)
#E1E5DC
(225,229,220)
#EAEDE5
(234,237,229)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A594; }

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

This text font color is #99A594.


Background Color

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

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

This div background color is #99A594.


Border color

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

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

This div border color is #99A594.


Opacity

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

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

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

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

This text has shadow with #99A594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A594 on black background.


Color preview on white background

This text has color #99A594 on white background.



Black color preview on #99A594 background

This text has black color on #99A594 background.


White color preview on #99A594 background

This text has white color on #99A594 background.