COLOR #8A4A4D

HEX: #8A4A4D RGB: (138,74,77)

Color info

#8A4A4D contains mainly red color. Web safe color of #8A4A4D is #993333 (or #933).

RGB color model

#8A4A4D color RGB value is (138,74,77).

RGB: (138,74,77) (54%, 29%, 30%)

RGB channels and saturation

R 138 of 255 = 54%
G 74 of 255 = 29%
B 77 of 255 = 30%

138
74
77

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

Portions of RGB colors in percentages

R + G + B = 138 + 74 + 77 = 289 (100%)
R 138 of 289 ~ 47.75%
G 74 of 289 ~ 25.61%
B 77 of 289 ~ 26.64'%

%47.75
%25.61
%26.64

CMYK color model

#8A4A4D color CMYK value is (0,46,44,46).

  • cyan value is 0.00%
  • magenta value is 46.38%
  • yellow value is 44.20%
  • key color value is 45.88%

CMYK: (0,46,44,46)
C0M46Y44K46 (0%, 46%, 44%, 46%)
(0.00 / 0.46 / 0.44 / 0.46)

CMYK percentages

%0
%46.38
%44.2
%45.88

Codes

Color #8A4A4D in popluar color models

8A 4A 4D
RGB 138 74 77
HSL 357° 30.19% 41.57%
HSB/HSV 357° 46.38% 54.12%
CMYK 0.00% 46.38% 44.20%
45.88%

Color #8A4A4D in popluar number systems.

HEX 8A 4A 4D
Decimal 138 74 77
Binary 10001010 1001010 1001101
Octal 212 112 115

Shades and tints

Shades of #8A4A4D

#8A4A4D
(138,74,77)
#7E4446
(126,68,70)
#723E3F
(114,62,63)
#663838
(102,56,56)
#5A3231
(90,50,49)
#4E2C2A
(78,44,42)
#422623
(66,38,35)
#36201C
(54,32,28)
#2A1A15
(42,26,21)
#1E140E
(30,20,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #8A4A4D

#8A4A4D
(138,74,77)
#945A5D
(148,90,93)
#9E6A6D
(158,106,109)
#A87A7D
(168,122,125)
#B28A8D
(178,138,141)
#BC9A9D
(188,154,157)
#C6AAAD
(198,170,173)
#D0BABD
(208,186,189)
#DACACD
(218,202,205)
#E4DADD
(228,218,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4A4D; }

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

This text font color is #8A4A4D.

Background Color

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

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

This div background color is #8A4A4D.

Border color

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

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

This div border color is #8A4A4D.

Opacity

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

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

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

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

This text has shadow with #8A4A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A4A4D.

Preview

Color preview on black background

This text has color #8A4A4D on black background.


Color preview on white background

This text has color #8A4A4D on white background.


Black color preview on #8A4A4D background

This text has black color on #8A4A4D background.


White color preview on #8A4A4D background

This text has white color on #8A4A4D background.


Related colors

Complementary color

Complementary color for #hex is #75B5B2.


I love getcolorcode.com

Triadic colors

1 #4D8A4A and #4A4D8A with #8A4A4D are triadic colors.

2 #4D4A8A and #4A8A4D with #8A4A4D are triadic colors.