COLOR #8A846E

HEX: #8A846E
RGB: (138,132,110)

Color info

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

RGB color model

#8A846E color RGB value is (138,132,110).

  • red value is 138;
  • green value is 132;
  • blue value is 110.
RGB:
(138,132,110)
(54%,52%,43%)

RGB channels and saturation

R 138 of 255 = 54%
G 132 of 255 = 52%
B 110 of 255 = 43%

138
132
110

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

Portions of RGB colors in percentages

R + G + B =
138 + 132 + 110 = 380 (100%)
R 138 of 380 ~ 36.32%
G 132 of 380 ~ 34.74%
B 110 of 380 ~ 28.95%

%36.32
%34.74
%28.95

CMYK color model

#8A846E color CMYK value is (0,4,20,46).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 20.29%
  • key color value is 45.88%
CMYK:
(0,4,20,46)
C0M4Y20K46 
(0%,4%,20%,46%)
(0.00/0.04/0.20/0.46)	

CMYK percentages

%0
%4.35
%20.29
%45.88

Codes

Color #8A846E in popluar color models

8A846E
RGB138132110
HSL47°11.29%48.63%
HSB/HSV47°20.29%54.12%
CMYK0.00%4.35%20.29%
45.88%

Color #8A846E in popluar number systems.

HEX8A846E
Decimal138132110
Binary10001010100001001101110
Octal212204156

Shades and tints

Shades of #8A846E

#8A846E
(138,132,110)
#7E7864
(126,120,100)
#726C5A
(114,108,90)
#666050
(102,96,80)
#5A5446
(90,84,70)
#4E483C
(78,72,60)
#423C32
(66,60,50)
#363028
(54,48,40)
#2A241E
(42,36,30)
#1E1814
(30,24,20)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #8A846E

#8A846E
(138,132,110)
#948F7B
(148,143,123)
#9E9A88
(158,154,136)
#A8A595
(168,165,149)
#B2B0A2
(178,176,162)
#BCBBAF
(188,187,175)
#C6C6BC
(198,198,188)
#D0D1C9
(208,209,201)
#DADCD6
(218,220,214)
#E4E7E3
(228,231,227)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A846E color. Also use rgb(138,132,110) instead hex code.

Text Font Color

.myTextColor { color: #8A846E; }

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

This text font color is #8A846E.


Background Color

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

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

This div background color is #8A846E.


Border color

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

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

This div border color is #8A846E.


Opacity

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

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

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

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

This text has shadow with #8A846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A846E on black background.


Color preview on white background

This text has color #8A846E on white background.



Black color preview on #8A846E background

This text has black color on #8A846E background.


White color preview on #8A846E background

This text has white color on #8A846E background.