COLOR #8A837F

HEX: #8A837F
RGB: (138,131,127)

Color info

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

RGB color model

#8A837F color RGB value is (138,131,127).

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

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 127 of 255 = 50%

138
131
127

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

Portions of RGB colors in percentages

R + G + B =
138 + 131 + 127 = 396 (100%)
R 138 of 396 ~ 34.85%
G 131 of 396 ~ 33.08%
B 127 of 396 ~ 32.07%

%34.85
%33.08
%32.07

CMYK color model

#8A837F color CMYK value is (0,5,8,46).

  • cyan value is 0.00%
  • magenta value is 5.07%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(0,5,8,46)
C0M5Y8K46 
(0%,5%,8%,46%)
(0.00/0.05/0.08/0.46)	

CMYK percentages

%0
%5.07
%7.97
%45.88

Codes

Color #8A837F in popluar color models

8A837F
RGB138131127
HSL22°4.49%51.96%
HSB/HSV22°7.97%54.12%
CMYK0.00%5.07%7.97%
45.88%

Color #8A837F in popluar number systems.

HEX8A837F
Decimal138131127
Binary10001010100000111111111
Octal212203177

Shades and tints

Shades of #8A837F

#8A837F
(138,131,127)
#7E7874
(126,120,116)
#726D69
(114,109,105)
#66625E
(102,98,94)
#5A5753
(90,87,83)
#4E4C48
(78,76,72)
#42413D
(66,65,61)
#363632
(54,54,50)
#2A2B27
(42,43,39)
#1E201C
(30,32,28)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #8A837F

#8A837F
(138,131,127)
#948E8A
(148,142,138)
#9E9995
(158,153,149)
#A8A4A0
(168,164,160)
#B2AFAB
(178,175,171)
#BCBAB6
(188,186,182)
#C6C5C1
(198,197,193)
#D0D0CC
(208,208,204)
#DADBD7
(218,219,215)
#E4E6E2
(228,230,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A837F; }

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

This text font color is #8A837F.


Background Color

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

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

This div background color is #8A837F.


Border color

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

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

This div border color is #8A837F.


Opacity

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

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

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

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

This text has shadow with #8A837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A837F on black background.


Color preview on white background

This text has color #8A837F on white background.



Black color preview on #8A837F background

This text has black color on #8A837F background.


White color preview on #8A837F background

This text has white color on #8A837F background.