COLOR #99A38A

HEX: #99A38A
RGB: (153,163,138)

Color info

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

RGB color model

#99A38A color RGB value is (153,163,138).

  • red value is 153;
  • green value is 163;
  • blue value is 138.
RGB:
(153,163,138)
(60%,64%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 138 of 255 = 54%

153
163
138

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 138 = 454 (100%)
R 153 of 454 ~ 33.7%
G 163 of 454 ~ 35.9%
B 138 of 454 ~ 30.4%

%33.7
%35.9
%30.4

CMYK color model

#99A38A color CMYK value is (6,0,15,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 36.08%
CMYK:
(6,0,15,36)
C6M0Y15K36 
(6%,0%,15%,36%)
(0.06/0.00/0.15/0.36)	

CMYK percentages

%6.13
%0
%15.34
%36.08

Codes

Color #99A38A in popluar color models

99A38A
RGB153163138
HSL84°11.96%59.02%
HSB/HSV84°15.34%63.92%
CMYK6.13%0.00%15.34%
36.08%

Color #99A38A in popluar number systems.

HEX99A38A
Decimal153163138
Binary100110011010001110001010
Octal231243212

Shades and tints

Shades of #99A38A

#99A38A
(153,163,138)
#8C957E
(140,149,126)
#7F8772
(127,135,114)
#727966
(114,121,102)
#656B5A
(101,107,90)
#585D4E
(88,93,78)
#4B4F42
(75,79,66)
#3E4136
(62,65,54)
#31332A
(49,51,42)
#24251E
(36,37,30)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #99A38A

#99A38A
(153,163,138)
#A2AB94
(162,171,148)
#ABB39E
(171,179,158)
#B4BBA8
(180,187,168)
#BDC3B2
(189,195,178)
#C6CBBC
(198,203,188)
#CFD3C6
(207,211,198)
#D8DBD0
(216,219,208)
#E1E3DA
(225,227,218)
#EAEBE4
(234,235,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A38A color. Also use rgb(153,163,138) instead hex code.

Text Font Color

.myTextColor { color: #99A38A; }

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

This text font color is #99A38A.


Background Color

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

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

This div background color is #99A38A.


Border color

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

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

This div border color is #99A38A.


Opacity

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

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

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

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

This text has shadow with #99A38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A38A on black background.


Color preview on white background

This text has color #99A38A on white background.



Black color preview on #99A38A background

This text has black color on #99A38A background.


White color preview on #99A38A background

This text has white color on #99A38A background.