COLOR #8A474B

HEX: #8A474B
RGB: (138,71,75)

Color info

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

RGB color model

#8A474B color RGB value is (138,71,75).

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

RGB channels and saturation

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

138
71
75

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

Portions of RGB colors in percentages

R + G + B =
138 + 71 + 75 = 284 (100%)
R 138 of 284 ~ 48.59%
G 71 of 284 ~ 25%
B 75 of 284 ~ 26.41%

%48.59
%25
%26.41

CMYK color model

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

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

CMYK percentages

%0
%48.55
%45.65
%45.88

Codes

Color #8A474B in popluar color models

8A474B
RGB1387175
HSL356°32.06%40.98%
HSB/HSV356°48.55%54.12%
CMYK0.00%48.55%45.65%
45.88%

Color #8A474B in popluar number systems.

HEX8A474B
Decimal1387175
Binary1000101010001111001011
Octal212107113

Shades and tints

Shades of #8A474B

#8A474B
(138,71,75)
#7E4145
(126,65,69)
#723B3F
(114,59,63)
#663539
(102,53,57)
#5A2F33
(90,47,51)
#4E292D
(78,41,45)
#422327
(66,35,39)
#361D21
(54,29,33)
#2A171B
(42,23,27)
#1E1115
(30,17,21)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #8A474B

#8A474B
(138,71,75)
#94575B
(148,87,91)
#9E676B
(158,103,107)
#A8777B
(168,119,123)
#B2878B
(178,135,139)
#BC979B
(188,151,155)
#C6A7AB
(198,167,171)
#D0B7BB
(208,183,187)
#DAC7CB
(218,199,203)
#E4D7DB
(228,215,219)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A474B; }

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

This text font color is #8A474B.


Background Color

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

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

This div background color is #8A474B.


Border color

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

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

This div border color is #8A474B.


Opacity

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

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

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

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

This text has shadow with #8A474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A474B on black background.


Color preview on white background

This text has color #8A474B on white background.



Black color preview on #8A474B background

This text has black color on #8A474B background.


White color preview on #8A474B background

This text has white color on #8A474B background.