COLOR #8A5050

HEX: #8A5050
RGB: (138,80,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
80
80

R + G + B ~ 39%. #8A5050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 80 + 80 = 298 (100%)
R 138 of 298 ~ 46.31%
G 80 of 298 ~ 26.85%
B 80 of 298 ~ 26.85%

%46.31
%26.85
%26.85

CMYK color model

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

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

CMYK percentages

%0
%42.03
%42.03
%45.88

Codes

Color #8A5050 in popluar color models

8A5050
RGB1388080
HSL26.61%42.75%
HSB/HSV42.03%54.12%
CMYK0.00%42.03%42.03%
45.88%

Color #8A5050 in popluar number systems.

HEX8A5050
Decimal1388080
Binary1000101010100001010000
Octal212120120

Shades and tints

Shades of #8A5050

#8A5050
(138,80,80)
#7E4949
(126,73,73)
#724242
(114,66,66)
#663B3B
(102,59,59)
#5A3434
(90,52,52)
#4E2D2D
(78,45,45)
#422626
(66,38,38)
#361F1F
(54,31,31)
#2A1818
(42,24,24)
#1E1111
(30,17,17)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #8A5050

#8A5050
(138,80,80)
#945F5F
(148,95,95)
#9E6E6E
(158,110,110)
#A87D7D
(168,125,125)
#B28C8C
(178,140,140)
#BC9B9B
(188,155,155)
#C6AAAA
(198,170,170)
#D0B9B9
(208,185,185)
#DAC8C8
(218,200,200)
#E4D7D7
(228,215,215)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5050; }

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

This text font color is #8A5050.


Background Color

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

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

This div background color is #8A5050.


Border color

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

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

This div border color is #8A5050.


Opacity

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

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

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

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

This text has shadow with #8A5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5050 on black background.


Color preview on white background

This text has color #8A5050 on white background.



Black color preview on #8A5050 background

This text has black color on #8A5050 background.


White color preview on #8A5050 background

This text has white color on #8A5050 background.