COLOR #8A5270

HEX: #8A5270
RGB: (138,82,112)

Color info

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

RGB color model

#8A5270 color RGB value is (138,82,112).

  • red value is 138;
  • green value is 82;
  • blue value is 112.
RGB:
(138,82,112)
(54%,32%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 82 of 255 = 32%
B 112 of 255 = 44%

138
82
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 82 + 112 = 332 (100%)
R 138 of 332 ~ 41.57%
G 82 of 332 ~ 24.7%
B 112 of 332 ~ 33.73%

%41.57
%24.7
%33.73

CMYK color model

#8A5270 color CMYK value is (0,41,19,46).

  • cyan value is 0.00%
  • magenta value is 40.58%
  • yellow value is 18.84%
  • key color value is 45.88%
CMYK:
(0,41,19,46)
C0M41Y19K46 
(0%,41%,19%,46%)
(0.00/0.41/0.19/0.46)	

CMYK percentages

%0
%40.58
%18.84
%45.88

Codes

Color #8A5270 in popluar color models

8A5270
RGB13882112
HSL328°25.45%43.14%
HSB/HSV328°40.58%54.12%
CMYK0.00%40.58%18.84%
45.88%

Color #8A5270 in popluar number systems.

HEX8A5270
Decimal13882112
Binary1000101010100101110000
Octal212122160

Shades and tints

Shades of #8A5270

#8A5270
(138,82,112)
#7E4B66
(126,75,102)
#72445C
(114,68,92)
#663D52
(102,61,82)
#5A3648
(90,54,72)
#4E2F3E
(78,47,62)
#422834
(66,40,52)
#36212A
(54,33,42)
#2A1A20
(42,26,32)
#1E1316
(30,19,22)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #8A5270

#8A5270
(138,82,112)
#94617D
(148,97,125)
#9E708A
(158,112,138)
#A87F97
(168,127,151)
#B28EA4
(178,142,164)
#BC9DB1
(188,157,177)
#C6ACBE
(198,172,190)
#D0BBCB
(208,187,203)
#DACAD8
(218,202,216)
#E4D9E5
(228,217,229)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5270 color. Also use rgb(138,82,112) instead hex code.

Text Font Color

.myTextColor { color: #8A5270; }

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

This text font color is #8A5270.


Background Color

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

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

This div background color is #8A5270.


Border color

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

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

This div border color is #8A5270.


Opacity

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

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

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

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

This text has shadow with #8A5270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5270 on black background.


Color preview on white background

This text has color #8A5270 on white background.



Black color preview on #8A5270 background

This text has black color on #8A5270 background.


White color preview on #8A5270 background

This text has white color on #8A5270 background.