COLOR #8A4050

HEX: #8A4050
RGB: (138,64,80)

Color info

#8A4050 contains mainly red and blue colors. Web safe color of #8A4050 is #993366 (or #936).

RGB color model

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

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

RGB channels and saturation

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

138
64
80

R + G + B ~ 37%. #8A4050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 64 + 80 = 282 (100%)
R 138 of 282 ~ 48.94%
G 64 of 282 ~ 22.7%
B 80 of 282 ~ 28.37%

%48.94
%22.7
%28.37

CMYK color model

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

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

CMYK percentages

%0
%53.62
%42.03
%45.88

Codes

Color #8A4050 in popluar color models

8A4050
RGB1386480
HSL347°36.63%39.61%
HSB/HSV347°53.62%54.12%
CMYK0.00%53.62%42.03%
45.88%

Color #8A4050 in popluar number systems.

HEX8A4050
Decimal1386480
Binary1000101010000001010000
Octal212100120

Shades and tints

Shades of #8A4050

#8A4050
(138,64,80)
#7E3B49
(126,59,73)
#723642
(114,54,66)
#66313B
(102,49,59)
#5A2C34
(90,44,52)
#4E272D
(78,39,45)
#422226
(66,34,38)
#361D1F
(54,29,31)
#2A1818
(42,24,24)
#1E1311
(30,19,17)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #8A4050

#8A4050
(138,64,80)
#94515F
(148,81,95)
#9E626E
(158,98,110)
#A8737D
(168,115,125)
#B2848C
(178,132,140)
#BC959B
(188,149,155)
#C6A6AA
(198,166,170)
#D0B7B9
(208,183,185)
#DAC8C8
(218,200,200)
#E4D9D7
(228,217,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4050; }

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

This text font color is #8A4050.


Background Color

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

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

This div background color is #8A4050.


Border color

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

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

This div border color is #8A4050.


Opacity

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

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

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

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

This text has shadow with #8A4050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4050 on black background.


Color preview on white background

This text has color #8A4050 on white background.



Black color preview on #8A4050 background

This text has black color on #8A4050 background.


White color preview on #8A4050 background

This text has white color on #8A4050 background.