COLOR #8A566C

HEX: #8A566C
RGB: (138,86,108)

Color info

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

RGB color model

#8A566C color RGB value is (138,86,108).

  • red value is 138;
  • green value is 86;
  • blue value is 108.
RGB:
(138,86,108)
(54%,34%,42%)

RGB channels and saturation

R 138 of 255 = 54%
G 86 of 255 = 34%
B 108 of 255 = 42%

138
86
108

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

Portions of RGB colors in percentages

R + G + B =
138 + 86 + 108 = 332 (100%)
R 138 of 332 ~ 41.57%
G 86 of 332 ~ 25.9%
B 108 of 332 ~ 32.53%

%41.57
%25.9
%32.53

CMYK color model

#8A566C color CMYK value is (0,38,22,46).

  • cyan value is 0.00%
  • magenta value is 37.68%
  • yellow value is 21.74%
  • key color value is 45.88%
CMYK:
(0,38,22,46)
C0M38Y22K46 
(0%,38%,22%,46%)
(0.00/0.38/0.22/0.46)	

CMYK percentages

%0
%37.68
%21.74
%45.88

Codes

Color #8A566C in popluar color models

8A566C
RGB13886108
HSL335°23.21%43.92%
HSB/HSV335°37.68%54.12%
CMYK0.00%37.68%21.74%
45.88%

Color #8A566C in popluar number systems.

HEX8A566C
Decimal13886108
Binary1000101010101101101100
Octal212126154

Shades and tints

Shades of #8A566C

#8A566C
(138,86,108)
#7E4F63
(126,79,99)
#72485A
(114,72,90)
#664151
(102,65,81)
#5A3A48
(90,58,72)
#4E333F
(78,51,63)
#422C36
(66,44,54)
#36252D
(54,37,45)
#2A1E24
(42,30,36)
#1E171B
(30,23,27)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #8A566C

#8A566C
(138,86,108)
#946579
(148,101,121)
#9E7486
(158,116,134)
#A88393
(168,131,147)
#B292A0
(178,146,160)
#BCA1AD
(188,161,173)
#C6B0BA
(198,176,186)
#D0BFC7
(208,191,199)
#DACED4
(218,206,212)
#E4DDE1
(228,221,225)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A566C color. Also use rgb(138,86,108) instead hex code.

Text Font Color

.myTextColor { color: #8A566C; }

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

This text font color is #8A566C.


Background Color

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

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

This div background color is #8A566C.


Border color

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

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

This div border color is #8A566C.


Opacity

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

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

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

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

This text has shadow with #8A566C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A566C on black background.


Color preview on white background

This text has color #8A566C on white background.



Black color preview on #8A566C background

This text has black color on #8A566C background.


White color preview on #8A566C background

This text has white color on #8A566C background.