COLOR #8A817A

HEX: #8A817A
RGB: (138,129,122)

Color info

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

RGB color model

#8A817A color RGB value is (138,129,122).

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

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 122 of 255 = 48%

138
129
122

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

Portions of RGB colors in percentages

R + G + B =
138 + 129 + 122 = 389 (100%)
R 138 of 389 ~ 35.48%
G 129 of 389 ~ 33.16%
B 122 of 389 ~ 31.36%

%35.48
%33.16
%31.36

CMYK color model

#8A817A color CMYK value is (0,7,12,46).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(0,7,12,46)
C0M7Y12K46 
(0%,7%,12%,46%)
(0.00/0.07/0.12/0.46)	

CMYK percentages

%0
%6.52
%11.59
%45.88

Codes

Color #8A817A in popluar color models

8A817A
RGB138129122
HSL26°6.40%50.98%
HSB/HSV26°11.59%54.12%
CMYK0.00%6.52%11.59%
45.88%

Color #8A817A in popluar number systems.

HEX8A817A
Decimal138129122
Binary10001010100000011111010
Octal212201172

Shades and tints

Shades of #8A817A

#8A817A
(138,129,122)
#7E766F
(126,118,111)
#726B64
(114,107,100)
#666059
(102,96,89)
#5A554E
(90,85,78)
#4E4A43
(78,74,67)
#423F38
(66,63,56)
#36342D
(54,52,45)
#2A2922
(42,41,34)
#1E1E17
(30,30,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #8A817A

#8A817A
(138,129,122)
#948C86
(148,140,134)
#9E9792
(158,151,146)
#A8A29E
(168,162,158)
#B2ADAA
(178,173,170)
#BCB8B6
(188,184,182)
#C6C3C2
(198,195,194)
#D0CECE
(208,206,206)
#DAD9DA
(218,217,218)
#E4E4E6
(228,228,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A817A; }

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

This text font color is #8A817A.


Background Color

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

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

This div background color is #8A817A.


Border color

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

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

This div border color is #8A817A.


Opacity

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

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

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

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

This text has shadow with #8A817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A817A on black background.


Color preview on white background

This text has color #8A817A on white background.



Black color preview on #8A817A background

This text has black color on #8A817A background.


White color preview on #8A817A background

This text has white color on #8A817A background.