COLOR #99A078

HEX: #99A078
RGB: (153,160,120)

Color info

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

RGB color model

#99A078 color RGB value is (153,160,120).

  • red value is 153;
  • green value is 160;
  • blue value is 120.
RGB:
(153,160,120)
(60%,63%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 120 of 255 = 47%

153
160
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 120 = 433 (100%)
R 153 of 433 ~ 35.33%
G 160 of 433 ~ 36.95%
B 120 of 433 ~ 27.71%

%35.33
%36.95
%27.71

CMYK color model

#99A078 color CMYK value is (4,0,25,37).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(4,0,25,37)
C4M0Y25K37 
(4%,0%,25%,37%)
(0.04/0.00/0.25/0.37)	

CMYK percentages

%4.38
%0
%25
%37.25

Codes

Color #99A078 in popluar color models

99A078
RGB153160120
HSL71°17.39%54.90%
HSB/HSV71°25.00%62.75%
CMYK4.38%0.00%25.00%
37.25%

Color #99A078 in popluar number systems.

HEX99A078
Decimal153160120
Binary10011001101000001111000
Octal231240170

Shades and tints

Shades of #99A078

#99A078
(153,160,120)
#8C926E
(140,146,110)
#7F8464
(127,132,100)
#72765A
(114,118,90)
#656850
(101,104,80)
#585A46
(88,90,70)
#4B4C3C
(75,76,60)
#3E3E32
(62,62,50)
#313028
(49,48,40)
#24221E
(36,34,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #99A078

#99A078
(153,160,120)
#A2A884
(162,168,132)
#ABB090
(171,176,144)
#B4B89C
(180,184,156)
#BDC0A8
(189,192,168)
#C6C8B4
(198,200,180)
#CFD0C0
(207,208,192)
#D8D8CC
(216,216,204)
#E1E0D8
(225,224,216)
#EAE8E4
(234,232,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A078 color. Also use rgb(153,160,120) instead hex code.

Text Font Color

.myTextColor { color: #99A078; }

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

This text font color is #99A078.


Background Color

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

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

This div background color is #99A078.


Border color

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

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

This div border color is #99A078.


Opacity

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

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

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

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

This text has shadow with #99A078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A078 on black background.


Color preview on white background

This text has color #99A078 on white background.



Black color preview on #99A078 background

This text has black color on #99A078 background.


White color preview on #99A078 background

This text has white color on #99A078 background.