COLOR #8AA55C

HEX: #8AA55C
RGB: (138,165,92)

Color info

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

RGB color model

#8AA55C color RGB value is (138,165,92).

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

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 92 of 255 = 36%

138
165
92

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

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 92 = 395 (100%)
R 138 of 395 ~ 34.94%
G 165 of 395 ~ 41.77%
B 92 of 395 ~ 23.29%

%34.94
%41.77
%23.29

CMYK color model

#8AA55C color CMYK value is (16,0,44,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 44.24%
  • key color value is 35.29%
CMYK:
(16,0,44,35)
C16M0Y44K35 
(16%,0%,44%,35%)
(0.16/0.00/0.44/0.35)	

CMYK percentages

%16.36
%0
%44.24
%35.29

Codes

Color #8AA55C in popluar color models

8AA55C
RGB13816592
HSL82°28.85%50.39%
HSB/HSV82°44.24%64.71%
CMYK16.36%0.00%44.24%
35.29%

Color #8AA55C in popluar number systems.

HEX8AA55C
Decimal13816592
Binary10001010101001011011100
Octal212245134

Shades and tints

Shades of #8AA55C

#8AA55C
(138,165,92)
#7E9654
(126,150,84)
#72874C
(114,135,76)
#667844
(102,120,68)
#5A693C
(90,105,60)
#4E5A34
(78,90,52)
#424B2C
(66,75,44)
#363C24
(54,60,36)
#2A2D1C
(42,45,28)
#1E1E14
(30,30,20)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #8AA55C

#8AA55C
(138,165,92)
#94AD6A
(148,173,106)
#9EB578
(158,181,120)
#A8BD86
(168,189,134)
#B2C594
(178,197,148)
#BCCDA2
(188,205,162)
#C6D5B0
(198,213,176)
#D0DDBE
(208,221,190)
#DAE5CC
(218,229,204)
#E4EDDA
(228,237,218)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA55C; }

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

This text font color is #8AA55C.


Background Color

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

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

This div background color is #8AA55C.


Border color

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

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

This div border color is #8AA55C.


Opacity

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

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

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

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

This text has shadow with #8AA55C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA55C on black background.


Color preview on white background

This text has color #8AA55C on white background.



Black color preview on #8AA55C background

This text has black color on #8AA55C background.


White color preview on #8AA55C background

This text has white color on #8AA55C background.