COLOR #8A8D7C

HEX: #8A8D7C
RGB: (138,141,124)

Color info

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

RGB color model

#8A8D7C color RGB value is (138,141,124).

  • red value is 138;
  • green value is 141;
  • blue value is 124.
RGB:
(138,141,124)
(54%,55%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 141 of 255 = 55%
B 124 of 255 = 49%

138
141
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 141 + 124 = 403 (100%)
R 138 of 403 ~ 34.24%
G 141 of 403 ~ 34.99%
B 124 of 403 ~ 30.77%

%34.24
%34.99
%30.77

CMYK color model

#8A8D7C color CMYK value is (2,0,12,45).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(2,0,12,45)
C2M0Y12K45 
(2%,0%,12%,45%)
(0.02/0.00/0.12/0.45)	

CMYK percentages

%2.13
%0
%12.06
%44.71

Codes

Color #8A8D7C in popluar color models

8A8D7C
RGB138141124
HSL71°6.94%51.96%
HSB/HSV71°12.06%55.29%
CMYK2.13%0.00%12.06%
44.71%

Color #8A8D7C in popluar number systems.

HEX8A8D7C
Decimal138141124
Binary10001010100011011111100
Octal212215174

Shades and tints

Shades of #8A8D7C

#8A8D7C
(138,141,124)
#7E8171
(126,129,113)
#727566
(114,117,102)
#66695B
(102,105,91)
#5A5D50
(90,93,80)
#4E5145
(78,81,69)
#42453A
(66,69,58)
#36392F
(54,57,47)
#2A2D24
(42,45,36)
#1E2119
(30,33,25)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #8A8D7C

#8A8D7C
(138,141,124)
#949787
(148,151,135)
#9EA192
(158,161,146)
#A8AB9D
(168,171,157)
#B2B5A8
(178,181,168)
#BCBFB3
(188,191,179)
#C6C9BE
(198,201,190)
#D0D3C9
(208,211,201)
#DADDD4
(218,221,212)
#E4E7DF
(228,231,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8D7C color. Also use rgb(138,141,124) instead hex code.

Text Font Color

.myTextColor { color: #8A8D7C; }

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

This text font color is #8A8D7C.


Background Color

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

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

This div background color is #8A8D7C.


Border color

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

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

This div border color is #8A8D7C.


Opacity

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

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

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

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

This text has shadow with #8A8D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8D7C on black background.


Color preview on white background

This text has color #8A8D7C on white background.



Black color preview on #8A8D7C background

This text has black color on #8A8D7C background.


White color preview on #8A8D7C background

This text has white color on #8A8D7C background.