COLOR #8A5377

HEX: #8A5377
RGB: (138,83,119)

Color info

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

RGB color model

#8A5377 color RGB value is (138,83,119).

  • red value is 138;
  • green value is 83;
  • blue value is 119.
RGB:
(138,83,119)
(54%,33%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 83 of 255 = 33%
B 119 of 255 = 47%

138
83
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 83 + 119 = 340 (100%)
R 138 of 340 ~ 40.59%
G 83 of 340 ~ 24.41%
B 119 of 340 ~ 35%

%40.59
%24.41
%35

CMYK color model

#8A5377 color CMYK value is (0,40,14,46).

  • cyan value is 0.00%
  • magenta value is 39.86%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK:
(0,40,14,46)
C0M40Y14K46 
(0%,40%,14%,46%)
(0.00/0.40/0.14/0.46)	

CMYK percentages

%0
%39.86
%13.77
%45.88

Codes

Color #8A5377 in popluar color models

8A5377
RGB13883119
HSL321°24.89%43.33%
HSB/HSV321°39.86%54.12%
CMYK0.00%39.86%13.77%
45.88%

Color #8A5377 in popluar number systems.

HEX8A5377
Decimal13883119
Binary1000101010100111110111
Octal212123167

Shades and tints

Shades of #8A5377

#8A5377
(138,83,119)
#7E4C6D
(126,76,109)
#724563
(114,69,99)
#663E59
(102,62,89)
#5A374F
(90,55,79)
#4E3045
(78,48,69)
#42293B
(66,41,59)
#362231
(54,34,49)
#2A1B27
(42,27,39)
#1E141D
(30,20,29)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #8A5377

#8A5377
(138,83,119)
#946283
(148,98,131)
#9E718F
(158,113,143)
#A8809B
(168,128,155)
#B28FA7
(178,143,167)
#BC9EB3
(188,158,179)
#C6ADBF
(198,173,191)
#D0BCCB
(208,188,203)
#DACBD7
(218,203,215)
#E4DAE3
(228,218,227)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5377 color. Also use rgb(138,83,119) instead hex code.

Text Font Color

.myTextColor { color: #8A5377; }

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

This text font color is #8A5377.


Background Color

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

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

This div background color is #8A5377.


Border color

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

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

This div border color is #8A5377.


Opacity

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

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

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

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

This text has shadow with #8A5377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5377 on black background.


Color preview on white background

This text has color #8A5377 on white background.



Black color preview on #8A5377 background

This text has black color on #8A5377 background.


White color preview on #8A5377 background

This text has white color on #8A5377 background.