COLOR #8A474E

HEX: #8A474E
RGB: (138,71,78)

Color info

#8A474E contains mainly red color. Web safe color of #8A474E is #993366 (or #936).

RGB color model

#8A474E color RGB value is (138,71,78).

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

RGB channels and saturation

R 138 of 255 = 54%
G 71 of 255 = 28%
B 78 of 255 = 31%

138
71
78

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

Portions of RGB colors in percentages

R + G + B =
138 + 71 + 78 = 287 (100%)
R 138 of 287 ~ 48.08%
G 71 of 287 ~ 24.74%
B 78 of 287 ~ 27.18%

%48.08
%24.74
%27.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 43.48%
  • key color value is 45.88%
CMYK:
(0,49,43,46)
C0M49Y43K46 
(0%,49%,43%,46%)
(0.00/0.49/0.43/0.46)	

CMYK percentages

%0
%48.55
%43.48
%45.88

Codes

Color #8A474E in popluar color models

8A474E
RGB1387178
HSL354°32.06%40.98%
HSB/HSV354°48.55%54.12%
CMYK0.00%48.55%43.48%
45.88%

Color #8A474E in popluar number systems.

HEX8A474E
Decimal1387178
Binary1000101010001111001110
Octal212107116

Shades and tints

Shades of #8A474E

#8A474E
(138,71,78)
#7E4147
(126,65,71)
#723B40
(114,59,64)
#663539
(102,53,57)
#5A2F32
(90,47,50)
#4E292B
(78,41,43)
#422324
(66,35,36)
#361D1D
(54,29,29)
#2A1716
(42,23,22)
#1E110F
(30,17,15)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #8A474E

#8A474E
(138,71,78)
#94575E
(148,87,94)
#9E676E
(158,103,110)
#A8777E
(168,119,126)
#B2878E
(178,135,142)
#BC979E
(188,151,158)
#C6A7AE
(198,167,174)
#D0B7BE
(208,183,190)
#DAC7CE
(218,199,206)
#E4D7DE
(228,215,222)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A474E; }

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

This text font color is #8A474E.


Background Color

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

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

This div background color is #8A474E.


Border color

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

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

This div border color is #8A474E.


Opacity

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

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

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

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

This text has shadow with #8A474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A474E on black background.


Color preview on white background

This text has color #8A474E on white background.



Black color preview on #8A474E background

This text has black color on #8A474E background.


White color preview on #8A474E background

This text has white color on #8A474E background.