COLOR #8A4A47

HEX: #8A4A47
RGB: (138,74,71)

Color info

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

RGB color model

#8A4A47 color RGB value is (138,74,71).

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

RGB channels and saturation

R 138 of 255 = 54%
G 74 of 255 = 29%
B 71 of 255 = 28%

138
74
71

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

Portions of RGB colors in percentages

R + G + B =
138 + 74 + 71 = 283 (100%)
R 138 of 283 ~ 48.76%
G 74 of 283 ~ 26.15%
B 71 of 283 ~ 25.09%

%48.76
%26.15
%25.09

CMYK color model

#8A4A47 color CMYK value is (0,46,49,46).

  • cyan value is 0.00%
  • magenta value is 46.38%
  • yellow value is 48.55%
  • key color value is 45.88%
CMYK:
(0,46,49,46)
C0M46Y49K46 
(0%,46%,49%,46%)
(0.00/0.46/0.49/0.46)	

CMYK percentages

%0
%46.38
%48.55
%45.88

Codes

Color #8A4A47 in popluar color models

8A4A47
RGB1387471
HSL32.06%40.98%
HSB/HSV48.55%54.12%
CMYK0.00%46.38%48.55%
45.88%

Color #8A4A47 in popluar number systems.

HEX8A4A47
Decimal1387471
Binary1000101010010101000111
Octal212112107

Shades and tints

Shades of #8A4A47

#8A4A47
(138,74,71)
#7E4441
(126,68,65)
#723E3B
(114,62,59)
#663835
(102,56,53)
#5A322F
(90,50,47)
#4E2C29
(78,44,41)
#422623
(66,38,35)
#36201D
(54,32,29)
#2A1A17
(42,26,23)
#1E1411
(30,20,17)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #8A4A47

#8A4A47
(138,74,71)
#945A57
(148,90,87)
#9E6A67
(158,106,103)
#A87A77
(168,122,119)
#B28A87
(178,138,135)
#BC9A97
(188,154,151)
#C6AAA7
(198,170,167)
#D0BAB7
(208,186,183)
#DACAC7
(218,202,199)
#E4DAD7
(228,218,215)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A4A47; }

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

This text font color is #8A4A47.


Background Color

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

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

This div background color is #8A4A47.


Border color

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

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

This div border color is #8A4A47.


Opacity

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

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

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

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

This text has shadow with #8A4A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4A47 on black background.


Color preview on white background

This text has color #8A4A47 on white background.



Black color preview on #8A4A47 background

This text has black color on #8A4A47 background.


White color preview on #8A4A47 background

This text has white color on #8A4A47 background.