COLOR #8A5D6B

HEX: #8A5D6B RGB: (138,93,107)

Color info

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

RGB color model

#8A5D6B color RGB value is (138,93,107).

RGB: (138,93,107) (54%, 36%, 42%)

RGB channels and saturation

R 138 of 255 = 54%
G 93 of 255 = 36%
B 107 of 255 = 42%

138
93
107

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

Portions of RGB colors in percentages

R + G + B = 138 + 93 + 107 = 338 (100%)
R 138 of 338 ~ 40.83%
G 93 of 338 ~ 27.51%
B 107 of 338 ~ 31.66'%

%40.83
%27.51
%31.66

CMYK color model

#8A5D6B color CMYK value is (0,33,22,46).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 22.46%
  • key color value is 45.88%
CMYK: (0,33,22,46) C0M33Y22K46 (0%,33%,22%,46%) (0.00/0.33/0.22/0.46) 

CMYK percentages

%0
%32.61
%22.46
%45.88

Codes

Color #8A5D6B in popluar color models

8A 5D 6B
RGB 138 93 107
HSL 341° 19.48% 45.29%
HSB/HSV 341° 32.61% 54.12%
CMYK 0.00% 32.61% 22.46%
45.88%

Color #8A5D6B in popluar number systems.

HEX 8A 5D 6B
Decimal 138 93 107
Binary 10001010 1011101 1101011
Octal 212 135 153

Shades and tints

Shades of #8A5D6B

#8A5D6B
(138,93,107)
#7E5562
(126,85,98)
#724D59
(114,77,89)
#664550
(102,69,80)
#5A3D47
(90,61,71)
#4E353E
(78,53,62)
#422D35
(66,45,53)
#36252C
(54,37,44)
#2A1D23
(42,29,35)
#1E151A
(30,21,26)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A5D6B

#8A5D6B
(138,93,107)
#946B78
(148,107,120)
#9E7985
(158,121,133)
#A88792
(168,135,146)
#B2959F
(178,149,159)
#BCA3AC
(188,163,172)
#C6B1B9
(198,177,185)
#D0BFC6
(208,191,198)
#DACDD3
(218,205,211)
#E4DBE0
(228,219,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5D6B color. Also use rgb(138,93,107) instead hex code.

Text Font Color

.myTextColor { color: #8A5D6B; }

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

This text font color is #8A5D6B.

Background Color

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

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

This div background color is #8A5D6B.

Border color

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

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

This div border color is #8A5D6B.

Opacity

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

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

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

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

This text has shadow with #8A5D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5D6B.

Preview

Color preview on black background

This text has color #8A5D6B on black background.


Color preview on white background

This text has color #8A5D6B on white background.


Black color preview on #8A5D6B background

This text has black color on #8A5D6B background.


White color preview on #8A5D6B background

This text has white color on #8A5D6B background.


Related colors

Complementary color

Complementary color for #hex is #75A294.


I love getcolorcode.com

Triadic colors

1 #6B8A5D and #5D6B8A with #8A5D6B are triadic colors.

2 #6B5D8A and #5D8A6B with #8A5D6B are triadic colors.