COLOR #8A597A

HEX: #8A597A
RGB: (138,89,122)

Color info

#8A597A contains red, green and blue colors in about the same proportion. Web safe color of #8A597A is #996666 (or #966).

RGB color model

#8A597A color RGB value is (138,89,122).

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

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 122 of 255 = 48%

138
89
122

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

Portions of RGB colors in percentages

R + G + B =
138 + 89 + 122 = 349 (100%)
R 138 of 349 ~ 39.54%
G 89 of 349 ~ 25.5%
B 122 of 349 ~ 34.96%

%39.54
%25.5
%34.96

CMYK color model

#8A597A color CMYK value is (0,36,12,46).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(0,36,12,46)
C0M36Y12K46 
(0%,36%,12%,46%)
(0.00/0.36/0.12/0.46)	

CMYK percentages

%0
%35.51
%11.59
%45.88

Codes

Color #8A597A in popluar color models

8A597A
RGB13889122
HSL320°21.59%44.51%
HSB/HSV320°35.51%54.12%
CMYK0.00%35.51%11.59%
45.88%

Color #8A597A in popluar number systems.

HEX8A597A
Decimal13889122
Binary1000101010110011111010
Octal212131172

Shades and tints

Shades of #8A597A

#8A597A
(138,89,122)
#7E516F
(126,81,111)
#724964
(114,73,100)
#664159
(102,65,89)
#5A394E
(90,57,78)
#4E3143
(78,49,67)
#422938
(66,41,56)
#36212D
(54,33,45)
#2A1922
(42,25,34)
#1E1117
(30,17,23)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #8A597A

#8A597A
(138,89,122)
#946886
(148,104,134)
#9E7792
(158,119,146)
#A8869E
(168,134,158)
#B295AA
(178,149,170)
#BCA4B6
(188,164,182)
#C6B3C2
(198,179,194)
#D0C2CE
(208,194,206)
#DAD1DA
(218,209,218)
#E4E0E6
(228,224,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A597A; }

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

This text font color is #8A597A.


Background Color

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

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

This div background color is #8A597A.


Border color

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

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

This div border color is #8A597A.


Opacity

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

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

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

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

This text has shadow with #8A597A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A597A on black background.


Color preview on white background

This text has color #8A597A on white background.



Black color preview on #8A597A background

This text has black color on #8A597A background.


White color preview on #8A597A background

This text has white color on #8A597A background.