COLOR #8AA53F

HEX: #8AA53F
RGB: (138,165,63)

Color info

#8AA53F contains mainly red and green colors. Web safe color of #8AA53F is #999933 (or #993).

RGB color model

#8AA53F color RGB value is (138,165,63).

  • red value is 138;
  • green value is 165;
  • blue value is 63.
RGB:
(138,165,63)
(54%,65%,25%)

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 63 of 255 = 25%

138
165
63

R + G + B ~ 48%. #8AA53F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 63 = 366 (100%)
R 138 of 366 ~ 37.7%
G 165 of 366 ~ 45.08%
B 63 of 366 ~ 17.21%

%37.7
%45.08
%17.21

CMYK color model

#8AA53F color CMYK value is (16,0,62,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 61.82%
  • key color value is 35.29%
CMYK:
(16,0,62,35)
C16M0Y62K35 
(16%,0%,62%,35%)
(0.16/0.00/0.62/0.35)	

CMYK percentages

%16.36
%0
%61.82
%35.29

Codes

Color #8AA53F in popluar color models

8AA53F
RGB13816563
HSL76°44.74%44.71%
HSB/HSV76°61.82%64.71%
CMYK16.36%0.00%61.82%
35.29%

Color #8AA53F in popluar number systems.

HEX8AA53F
Decimal13816563
Binary1000101010100101111111
Octal21224577

Shades and tints

Shades of #8AA53F

#8AA53F
(138,165,63)
#7E963A
(126,150,58)
#728735
(114,135,53)
#667830
(102,120,48)
#5A692B
(90,105,43)
#4E5A26
(78,90,38)
#424B21
(66,75,33)
#363C1C
(54,60,28)
#2A2D17
(42,45,23)
#1E1E12
(30,30,18)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #8AA53F

#8AA53F
(138,165,63)
#94AD50
(148,173,80)
#9EB561
(158,181,97)
#A8BD72
(168,189,114)
#B2C583
(178,197,131)
#BCCD94
(188,205,148)
#C6D5A5
(198,213,165)
#D0DDB6
(208,221,182)
#DAE5C7
(218,229,199)
#E4EDD8
(228,237,216)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA53F color. Also use rgb(138,165,63) instead hex code.

Text Font Color

.myTextColor { color: #8AA53F; }

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

This text font color is #8AA53F.


Background Color

.myBgColor { background-color: #8AA53F; }

<div style="background-color:#8AA53F">Inner text</div>

This div background color is #8AA53F.


Border color

.myBorderColor { border: 1px solid #8AA53F; }

<div style="border:3px solid #8AA53F">Div</div>

This div border color is #8AA53F.


Opacity

.myOpacity80 { color: #8AA53F; opacity: 0.8; }

<p style="color:#8AA53F;opacity:0.8;">80%</p>

Text with #8AA53F 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 #8AA53F;}

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

This text has shadow with #8AA53F color.

.textShadow {text-shadow: 3px 3px 1px #8AA53F, 3px 3px 1px red;}

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

This text has shadow with #8AA53F primary color and red secondary color.


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

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

This text has shadow with #8AA53F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA53F on black background.


Color preview on white background

This text has color #8AA53F on white background.



Black color preview on #8AA53F background

This text has black color on #8AA53F background.


White color preview on #8AA53F background

This text has white color on #8AA53F background.