COLOR #8A837B

HEX: #8A837B
RGB: (138,131,123)

Color info

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

RGB color model

#8A837B color RGB value is (138,131,123).

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

RGB channels and saturation

R 138 of 255 = 54%
G 131 of 255 = 51%
B 123 of 255 = 48%

138
131
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 131 + 123 = 392 (100%)
R 138 of 392 ~ 35.2%
G 131 of 392 ~ 33.42%
B 123 of 392 ~ 31.38%

%35.2
%33.42
%31.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.07%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(0,5,11,46)
C0M5Y11K46 
(0%,5%,11%,46%)
(0.00/0.05/0.11/0.46)	

CMYK percentages

%0
%5.07
%10.87
%45.88

Codes

Color #8A837B in popluar color models

8A837B
RGB138131123
HSL32°6.02%51.18%
HSB/HSV32°10.87%54.12%
CMYK0.00%5.07%10.87%
45.88%

Color #8A837B in popluar number systems.

HEX8A837B
Decimal138131123
Binary10001010100000111111011
Octal212203173

Shades and tints

Shades of #8A837B

#8A837B
(138,131,123)
#7E7870
(126,120,112)
#726D65
(114,109,101)
#66625A
(102,98,90)
#5A574F
(90,87,79)
#4E4C44
(78,76,68)
#424139
(66,65,57)
#36362E
(54,54,46)
#2A2B23
(42,43,35)
#1E2018
(30,32,24)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #8A837B

#8A837B
(138,131,123)
#948E87
(148,142,135)
#9E9993
(158,153,147)
#A8A49F
(168,164,159)
#B2AFAB
(178,175,171)
#BCBAB7
(188,186,183)
#C6C5C3
(198,197,195)
#D0D0CF
(208,208,207)
#DADBDB
(218,219,219)
#E4E6E7
(228,230,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A837B; }

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

This text font color is #8A837B.


Background Color

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

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

This div background color is #8A837B.


Border color

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

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

This div border color is #8A837B.


Opacity

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

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

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

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

This text has shadow with #8A837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A837B on black background.


Color preview on white background

This text has color #8A837B on white background.



Black color preview on #8A837B background

This text has black color on #8A837B background.


White color preview on #8A837B background

This text has white color on #8A837B background.