COLOR #8A937C

HEX: #8A937C
RGB: (138,147,124)

Color info

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

RGB color model

#8A937C color RGB value is (138,147,124).

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

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 124 of 255 = 49%

138
147
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 124 = 409 (100%)
R 138 of 409 ~ 33.74%
G 147 of 409 ~ 35.94%
B 124 of 409 ~ 30.32%

%33.74
%35.94
%30.32

CMYK color model

#8A937C color CMYK value is (6,0,16,42).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 42.35%
CMYK:
(6,0,16,42)
C6M0Y16K42 
(6%,0%,16%,42%)
(0.06/0.00/0.16/0.42)	

CMYK percentages

%6.12
%0
%15.65
%42.35

Codes

Color #8A937C in popluar color models

8A937C
RGB138147124
HSL83°9.62%53.14%
HSB/HSV83°15.65%57.65%
CMYK6.12%0.00%15.65%
42.35%

Color #8A937C in popluar number systems.

HEX8A937C
Decimal138147124
Binary10001010100100111111100
Octal212223174

Shades and tints

Shades of #8A937C

#8A937C
(138,147,124)
#7E8671
(126,134,113)
#727966
(114,121,102)
#666C5B
(102,108,91)
#5A5F50
(90,95,80)
#4E5245
(78,82,69)
#42453A
(66,69,58)
#36382F
(54,56,47)
#2A2B24
(42,43,36)
#1E1E19
(30,30,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #8A937C

#8A937C
(138,147,124)
#949C87
(148,156,135)
#9EA592
(158,165,146)
#A8AE9D
(168,174,157)
#B2B7A8
(178,183,168)
#BCC0B3
(188,192,179)
#C6C9BE
(198,201,190)
#D0D2C9
(208,210,201)
#DADBD4
(218,219,212)
#E4E4DF
(228,228,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A937C; }

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

This text font color is #8A937C.


Background Color

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

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

This div background color is #8A937C.


Border color

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

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

This div border color is #8A937C.


Opacity

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

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

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

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

This text has shadow with #8A937C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A937C on black background.


Color preview on white background

This text has color #8A937C on white background.



Black color preview on #8A937C background

This text has black color on #8A937C background.


White color preview on #8A937C background

This text has white color on #8A937C background.