COLOR #8A887A

HEX: #8A887A
RGB: (138,136,122)

Color info

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

RGB color model

#8A887A color RGB value is (138,136,122).

  • red value is 138;
  • green value is 136;
  • blue value is 122.
RGB:
(138,136,122)
(54%,53%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 136 of 255 = 53%
B 122 of 255 = 48%

138
136
122

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

Portions of RGB colors in percentages

R + G + B =
138 + 136 + 122 = 396 (100%)
R 138 of 396 ~ 34.85%
G 136 of 396 ~ 34.34%
B 122 of 396 ~ 30.81%

%34.85
%34.34
%30.81

CMYK color model

#8A887A color CMYK value is (0,1,12,46).

  • cyan value is 0.00%
  • magenta value is 1.45%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(0,1,12,46)
C0M1Y12K46 
(0%,1%,12%,46%)
(0.00/0.01/0.12/0.46)	

CMYK percentages

%0
%1.45
%11.59
%45.88

Codes

Color #8A887A in popluar color models

8A887A
RGB138136122
HSL53°6.40%50.98%
HSB/HSV53°11.59%54.12%
CMYK0.00%1.45%11.59%
45.88%

Color #8A887A in popluar number systems.

HEX8A887A
Decimal138136122
Binary10001010100010001111010
Octal212210172

Shades and tints

Shades of #8A887A

#8A887A
(138,136,122)
#7E7C6F
(126,124,111)
#727064
(114,112,100)
#666459
(102,100,89)
#5A584E
(90,88,78)
#4E4C43
(78,76,67)
#424038
(66,64,56)
#36342D
(54,52,45)
#2A2822
(42,40,34)
#1E1C17
(30,28,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #8A887A

#8A887A
(138,136,122)
#949286
(148,146,134)
#9E9C92
(158,156,146)
#A8A69E
(168,166,158)
#B2B0AA
(178,176,170)
#BCBAB6
(188,186,182)
#C6C4C2
(198,196,194)
#D0CECE
(208,206,206)
#DAD8DA
(218,216,218)
#E4E2E6
(228,226,230)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A887A color. Also use rgb(138,136,122) instead hex code.

Text Font Color

.myTextColor { color: #8A887A; }

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

This text font color is #8A887A.


Background Color

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

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

This div background color is #8A887A.


Border color

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

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

This div border color is #8A887A.


Opacity

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

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

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

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

This text has shadow with #8A887A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A887A on black background.


Color preview on white background

This text has color #8A887A on white background.



Black color preview on #8A887A background

This text has black color on #8A887A background.


White color preview on #8A887A background

This text has white color on #8A887A background.