COLOR #8A5F70

HEX: #8A5F70
RGB: (138,95,112)

Color info

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

RGB color model

#8A5F70 color RGB value is (138,95,112).

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

RGB channels and saturation

R 138 of 255 = 54%
G 95 of 255 = 37%
B 112 of 255 = 44%

138
95
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 95 + 112 = 345 (100%)
R 138 of 345 ~ 40%
G 95 of 345 ~ 27.54%
B 112 of 345 ~ 32.46%

%40
%27.54
%32.46

CMYK color model

#8A5F70 color CMYK value is (0,31,19,46).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 18.84%
  • key color value is 45.88%
CMYK:
(0,31,19,46)
C0M31Y19K46 
(0%,31%,19%,46%)
(0.00/0.31/0.19/0.46)	

CMYK percentages

%0
%31.16
%18.84
%45.88

Codes

Color #8A5F70 in popluar color models

8A5F70
RGB13895112
HSL336°18.45%45.69%
HSB/HSV336°31.16%54.12%
CMYK0.00%31.16%18.84%
45.88%

Color #8A5F70 in popluar number systems.

HEX8A5F70
Decimal13895112
Binary1000101010111111110000
Octal212137160

Shades and tints

Shades of #8A5F70

#8A5F70
(138,95,112)
#7E5766
(126,87,102)
#724F5C
(114,79,92)
#664752
(102,71,82)
#5A3F48
(90,63,72)
#4E373E
(78,55,62)
#422F34
(66,47,52)
#36272A
(54,39,42)
#2A1F20
(42,31,32)
#1E1716
(30,23,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #8A5F70

#8A5F70
(138,95,112)
#946D7D
(148,109,125)
#9E7B8A
(158,123,138)
#A88997
(168,137,151)
#B297A4
(178,151,164)
#BCA5B1
(188,165,177)
#C6B3BE
(198,179,190)
#D0C1CB
(208,193,203)
#DACFD8
(218,207,216)
#E4DDE5
(228,221,229)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5F70; }

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

This text font color is #8A5F70.


Background Color

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

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

This div background color is #8A5F70.


Border color

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

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

This div border color is #8A5F70.


Opacity

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

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

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

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

This text has shadow with #8A5F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5F70 on black background.


Color preview on white background

This text has color #8A5F70 on white background.



Black color preview on #8A5F70 background

This text has black color on #8A5F70 background.


White color preview on #8A5F70 background

This text has white color on #8A5F70 background.