COLOR #8A937F

HEX: #8A937F
RGB: (138,147,127)

Color info

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

RGB color model

#8A937F color RGB value is (138,147,127).

  • red value is 138;
  • green value is 147;
  • blue value is 127.
RGB:
(138,147,127)
(54%,58%,50%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 127 of 255 = 50%

138
147
127

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 127 = 412 (100%)
R 138 of 412 ~ 33.5%
G 147 of 412 ~ 35.68%
B 127 of 412 ~ 30.83%

%33.5
%35.68
%30.83

CMYK color model

#8A937F color CMYK value is (6,0,14,42).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 42.35%
CMYK:
(6,0,14,42)
C6M0Y14K42 
(6%,0%,14%,42%)
(0.06/0.00/0.14/0.42)	

CMYK percentages

%6.12
%0
%13.61
%42.35

Codes

Color #8A937F in popluar color models

8A937F
RGB138147127
HSL87°8.47%53.73%
HSB/HSV87°13.61%57.65%
CMYK6.12%0.00%13.61%
42.35%

Color #8A937F in popluar number systems.

HEX8A937F
Decimal138147127
Binary10001010100100111111111
Octal212223177

Shades and tints

Shades of #8A937F

#8A937F
(138,147,127)
#7E8674
(126,134,116)
#727969
(114,121,105)
#666C5E
(102,108,94)
#5A5F53
(90,95,83)
#4E5248
(78,82,72)
#42453D
(66,69,61)
#363832
(54,56,50)
#2A2B27
(42,43,39)
#1E1E1C
(30,30,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #8A937F

#8A937F
(138,147,127)
#949C8A
(148,156,138)
#9EA595
(158,165,149)
#A8AEA0
(168,174,160)
#B2B7AB
(178,183,171)
#BCC0B6
(188,192,182)
#C6C9C1
(198,201,193)
#D0D2CC
(208,210,204)
#DADBD7
(218,219,215)
#E4E4E2
(228,228,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A937F color. Also use rgb(138,147,127) instead hex code.

Text Font Color

.myTextColor { color: #8A937F; }

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

This text font color is #8A937F.


Background Color

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

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

This div background color is #8A937F.


Border color

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

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

This div border color is #8A937F.


Opacity

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

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

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

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

This text has shadow with #8A937F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A937F on black background.


Color preview on white background

This text has color #8A937F on white background.



Black color preview on #8A937F background

This text has black color on #8A937F background.


White color preview on #8A937F background

This text has white color on #8A937F background.