COLOR #99A380

HEX: #99A380 RGB: (153,163,128)

Color info

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

RGB color model

#99A380 color RGB value is (153,163,128).

RGB: (153,163,128) (60%, 64%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 128 of 255 = 50%

153
163
128

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

Portions of RGB colors in percentages

R + G + B = 153 + 163 + 128 = 444 (100%)
R 153 of 444 ~ 34.46%
G 163 of 444 ~ 36.71%
B 128 of 444 ~ 28.83'%

%34.46
%36.71
%28.83

CMYK color model

#99A380 color CMYK value is (6,0,21,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%

CMYK: (6,0,21,36)
C6M0Y21K36 (6%, 0%, 21%, 36%)
(0.06 / 0.00 / 0.21 / 0.36)

CMYK percentages

%6.13
%0
%21.47
%36.08

Codes

Color #99A380 in popluar color models

99 A3 80
RGB 153 163 128
HSL 77° 15.98% 57.06%
HSB/HSV 77° 21.47% 63.92%
CMYK 6.13% 0.00% 21.47%
36.08%

Color #99A380 in popluar number systems.

HEX 99 A3 80
Decimal 153 163 128
Binary 10011001 10100011 10000000
Octal 231 243 200

Shades and tints

Shades of #99A380

#99A380
(153,163,128)
#8C9575
(140,149,117)
#7F876A
(127,135,106)
#72795F
(114,121,95)
#656B54
(101,107,84)
#585D49
(88,93,73)
#4B4F3E
(75,79,62)
#3E4133
(62,65,51)
#313328
(49,51,40)
#24251D
(36,37,29)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #99A380

#99A380
(153,163,128)
#A2AB8B
(162,171,139)
#ABB396
(171,179,150)
#B4BBA1
(180,187,161)
#BDC3AC
(189,195,172)
#C6CBB7
(198,203,183)
#CFD3C2
(207,211,194)
#D8DBCD
(216,219,205)
#E1E3D8
(225,227,216)
#EAEBE3
(234,235,227)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A380; }

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

This text font color is #99A380.

Background Color

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

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

This div background color is #99A380.

Border color

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

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

This div border color is #99A380.

Opacity

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

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

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

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

This text has shadow with #99A380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A380.

Preview

Color preview on black background

This text has color #99A380 on black background.


Color preview on white background

This text has color #99A380 on white background.


Black color preview on #99A380 background

This text has black color on #99A380 background.


White color preview on #99A380 background

This text has white color on #99A380 background.


Related colors

Complementary color

Complementary color for #hex is #665C7F.


I love getcolorcode.com

Triadic colors

1 #8099A3 and #A38099 with #99A380 are triadic colors.

2 #80A399 and #A39980 with #99A380 are triadic colors.