COLOR #8AA383

HEX: #8AA383
RGB: (138,163,131)

Color info

#8AA383 contains red, green and blue colors in about the same proportion. Web safe color of #8AA383 is #999999 (or #999).

RGB color model

#8AA383 color RGB value is (138,163,131).

  • red value is 138;
  • green value is 163;
  • blue value is 131.
RGB:
(138,163,131)
(54%,64%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 131 of 255 = 51%

138
163
131

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

Portions of RGB colors in percentages

R + G + B =
138 + 163 + 131 = 432 (100%)
R 138 of 432 ~ 31.94%
G 163 of 432 ~ 37.73%
B 131 of 432 ~ 30.32%

%31.94
%37.73
%30.32

CMYK color model

#8AA383 color CMYK value is (15,0,20,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 36.08%
CMYK:
(15,0,20,36)
C15M0Y20K36 
(15%,0%,20%,36%)
(0.15/0.00/0.20/0.36)	

CMYK percentages

%15.34
%0
%19.63
%36.08

Codes

Color #8AA383 in popluar color models

8AA383
RGB138163131
HSL107°14.81%57.65%
HSB/HSV107°19.63%63.92%
CMYK15.34%0.00%19.63%
36.08%

Color #8AA383 in popluar number systems.

HEX8AA383
Decimal138163131
Binary100010101010001110000011
Octal212243203

Shades and tints

Shades of #8AA383

#8AA383
(138,163,131)
#7E9578
(126,149,120)
#72876D
(114,135,109)
#667962
(102,121,98)
#5A6B57
(90,107,87)
#4E5D4C
(78,93,76)
#424F41
(66,79,65)
#364136
(54,65,54)
#2A332B
(42,51,43)
#1E2520
(30,37,32)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #8AA383

#8AA383
(138,163,131)
#94AB8E
(148,171,142)
#9EB399
(158,179,153)
#A8BBA4
(168,187,164)
#B2C3AF
(178,195,175)
#BCCBBA
(188,203,186)
#C6D3C5
(198,211,197)
#D0DBD0
(208,219,208)
#DAE3DB
(218,227,219)
#E4EBE6
(228,235,230)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA383 color. Also use rgb(138,163,131) instead hex code.

Text Font Color

.myTextColor { color: #8AA383; }

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

This text font color is #8AA383.


Background Color

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

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

This div background color is #8AA383.


Border color

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

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

This div border color is #8AA383.


Opacity

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

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

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

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

This text has shadow with #8AA383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA383 on black background.


Color preview on white background

This text has color #8AA383 on white background.



Black color preview on #8AA383 background

This text has black color on #8AA383 background.


White color preview on #8AA383 background

This text has white color on #8AA383 background.