COLOR #99A365

HEX: #99A365
RGB: (153,163,101)

Color info

#99A365 contains mainly red and green colors. Web safe color of #99A365 is #999966 (or #996).

RGB color model

#99A365 color RGB value is (153,163,101).

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

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 101 of 255 = 40%

153
163
101

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

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 101 = 417 (100%)
R 153 of 417 ~ 36.69%
G 163 of 417 ~ 39.09%
B 101 of 417 ~ 24.22%

%36.69
%39.09
%24.22

CMYK color model

#99A365 color CMYK value is (6,0,38,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(6,0,38,36)
C6M0Y38K36 
(6%,0%,38%,36%)
(0.06/0.00/0.38/0.36)	

CMYK percentages

%6.13
%0
%38.04
%36.08

Codes

Color #99A365 in popluar color models

99A365
RGB153163101
HSL70°25.20%51.76%
HSB/HSV70°38.04%63.92%
CMYK6.13%0.00%38.04%
36.08%

Color #99A365 in popluar number systems.

HEX99A365
Decimal153163101
Binary10011001101000111100101
Octal231243145

Shades and tints

Shades of #99A365

#99A365
(153,163,101)
#8C955C
(140,149,92)
#7F8753
(127,135,83)
#72794A
(114,121,74)
#656B41
(101,107,65)
#585D38
(88,93,56)
#4B4F2F
(75,79,47)
#3E4126
(62,65,38)
#31331D
(49,51,29)
#242514
(36,37,20)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #99A365

#99A365
(153,163,101)
#A2AB73
(162,171,115)
#ABB381
(171,179,129)
#B4BB8F
(180,187,143)
#BDC39D
(189,195,157)
#C6CBAB
(198,203,171)
#CFD3B9
(207,211,185)
#D8DBC7
(216,219,199)
#E1E3D5
(225,227,213)
#EAEBE3
(234,235,227)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A365; }

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

This text font color is #99A365.


Background Color

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

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

This div background color is #99A365.


Border color

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

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

This div border color is #99A365.


Opacity

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

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

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

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

This text has shadow with #99A365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A365 on black background.


Color preview on white background

This text has color #99A365 on white background.



Black color preview on #99A365 background

This text has black color on #99A365 background.


White color preview on #99A365 background

This text has white color on #99A365 background.