COLOR #8A474F

HEX: #8A474F
RGB: (138,71,79)

Color info

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

RGB color model

#8A474F color RGB value is (138,71,79).

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

RGB channels and saturation

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

138
71
79

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

Portions of RGB colors in percentages

R + G + B =
138 + 71 + 79 = 288 (100%)
R 138 of 288 ~ 47.92%
G 71 of 288 ~ 24.65%
B 79 of 288 ~ 27.43%

%47.92
%24.65
%27.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 42.75%
  • 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
%42.75
%45.88

Codes

Color #8A474F in popluar color models

8A474F
RGB1387179
HSL353°32.06%40.98%
HSB/HSV353°48.55%54.12%
CMYK0.00%48.55%42.75%
45.88%

Color #8A474F in popluar number systems.

HEX8A474F
Decimal1387179
Binary1000101010001111001111
Octal212107117

Shades and tints

Shades of #8A474F

#8A474F
(138,71,79)
#7E4148
(126,65,72)
#723B41
(114,59,65)
#66353A
(102,53,58)
#5A2F33
(90,47,51)
#4E292C
(78,41,44)
#422325
(66,35,37)
#361D1E
(54,29,30)
#2A1717
(42,23,23)
#1E1110
(30,17,16)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #8A474F

#8A474F
(138,71,79)
#94575F
(148,87,95)
#9E676F
(158,103,111)
#A8777F
(168,119,127)
#B2878F
(178,135,143)
#BC979F
(188,151,159)
#C6A7AF
(198,167,175)
#D0B7BF
(208,183,191)
#DAC7CF
(218,199,207)
#E4D7DF
(228,215,223)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A474F; }

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

This text font color is #8A474F.


Background Color

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

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

This div background color is #8A474F.


Border color

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

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

This div border color is #8A474F.


Opacity

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

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

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

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

This text has shadow with #8A474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A474F on black background.


Color preview on white background

This text has color #8A474F on white background.



Black color preview on #8A474F background

This text has black color on #8A474F background.


White color preview on #8A474F background

This text has white color on #8A474F background.