COLOR #8A505C

HEX: #8A505C
RGB: (138,80,92)

Color info

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

RGB color model

#8A505C color RGB value is (138,80,92).

  • red value is 138;
  • green value is 80;
  • blue value is 92.
RGB:
(138,80,92)
(54%,31%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 80 of 255 = 31%
B 92 of 255 = 36%

138
80
92

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

Portions of RGB colors in percentages

R + G + B =
138 + 80 + 92 = 310 (100%)
R 138 of 310 ~ 44.52%
G 80 of 310 ~ 25.81%
B 92 of 310 ~ 29.68%

%44.52
%25.81
%29.68

CMYK color model

#8A505C color CMYK value is (0,42,33,46).

  • cyan value is 0.00%
  • magenta value is 42.03%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK:
(0,42,33,46)
C0M42Y33K46 
(0%,42%,33%,46%)
(0.00/0.42/0.33/0.46)	

CMYK percentages

%0
%42.03
%33.33
%45.88

Codes

Color #8A505C in popluar color models

8A505C
RGB1388092
HSL348°26.61%42.75%
HSB/HSV348°42.03%54.12%
CMYK0.00%42.03%33.33%
45.88%

Color #8A505C in popluar number systems.

HEX8A505C
Decimal1388092
Binary1000101010100001011100
Octal212120134

Shades and tints

Shades of #8A505C

#8A505C
(138,80,92)
#7E4954
(126,73,84)
#72424C
(114,66,76)
#663B44
(102,59,68)
#5A343C
(90,52,60)
#4E2D34
(78,45,52)
#42262C
(66,38,44)
#361F24
(54,31,36)
#2A181C
(42,24,28)
#1E1114
(30,17,20)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #8A505C

#8A505C
(138,80,92)
#945F6A
(148,95,106)
#9E6E78
(158,110,120)
#A87D86
(168,125,134)
#B28C94
(178,140,148)
#BC9BA2
(188,155,162)
#C6AAB0
(198,170,176)
#D0B9BE
(208,185,190)
#DAC8CC
(218,200,204)
#E4D7DA
(228,215,218)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A505C color. Also use rgb(138,80,92) instead hex code.

Text Font Color

.myTextColor { color: #8A505C; }

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

This text font color is #8A505C.


Background Color

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

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

This div background color is #8A505C.


Border color

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

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

This div border color is #8A505C.


Opacity

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

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

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

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

This text has shadow with #8A505C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A505C on black background.


Color preview on white background

This text has color #8A505C on white background.



Black color preview on #8A505C background

This text has black color on #8A505C background.


White color preview on #8A505C background

This text has white color on #8A505C background.