COLOR #8A4A50

HEX: #8A4A50
RGB: (138,74,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
74
80

R + G + B ~ 38%. #8A4A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 74 + 80 = 292 (100%)
R 138 of 292 ~ 47.26%
G 74 of 292 ~ 25.34%
B 80 of 292 ~ 27.4%

%47.26
%25.34
%27.4

CMYK color model

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

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

CMYK percentages

%0
%46.38
%42.03
%45.88

Codes

Color #8A4A50 in popluar color models

8A4A50
RGB1387480
HSL354°30.19%41.57%
HSB/HSV354°46.38%54.12%
CMYK0.00%46.38%42.03%
45.88%

Color #8A4A50 in popluar number systems.

HEX8A4A50
Decimal1387480
Binary1000101010010101010000
Octal212112120

Shades and tints

Shades of #8A4A50

#8A4A50
(138,74,80)
#7E4449
(126,68,73)
#723E42
(114,62,66)
#66383B
(102,56,59)
#5A3234
(90,50,52)
#4E2C2D
(78,44,45)
#422626
(66,38,38)
#36201F
(54,32,31)
#2A1A18
(42,26,24)
#1E1411
(30,20,17)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #8A4A50

#8A4A50
(138,74,80)
#945A5F
(148,90,95)
#9E6A6E
(158,106,110)
#A87A7D
(168,122,125)
#B28A8C
(178,138,140)
#BC9A9B
(188,154,155)
#C6AAAA
(198,170,170)
#D0BAB9
(208,186,185)
#DACAC8
(218,202,200)
#E4DAD7
(228,218,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4A50; }

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

This text font color is #8A4A50.


Background Color

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

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

This div background color is #8A4A50.


Border color

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

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

This div border color is #8A4A50.


Opacity

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

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

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

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

This text has shadow with #8A4A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4A50 on black background.


Color preview on white background

This text has color #8A4A50 on white background.



Black color preview on #8A4A50 background

This text has black color on #8A4A50 background.


White color preview on #8A4A50 background

This text has white color on #8A4A50 background.