COLOR #8A7473

HEX: #8A7473
RGB: (138,116,115)

Color info

#8A7473 contains red, green and blue colors in about the same proportion. Web safe color of #8A7473 is #996666 (or #966).

RGB color model

#8A7473 color RGB value is (138,116,115).

  • red value is 138;
  • green value is 116;
  • blue value is 115.
RGB:
(138,116,115)
(54%,45%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 115 of 255 = 45%

138
116
115

R + G + B ~ 48%. #8A7473 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 115 = 369 (100%)
R 138 of 369 ~ 37.4%
G 116 of 369 ~ 31.44%
B 115 of 369 ~ 31.17%

%37.4
%31.44
%31.17

CMYK color model

#8A7473 color CMYK value is (0,16,17,46).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 16.67%
  • key color value is 45.88%
CMYK:
(0,16,17,46)
C0M16Y17K46 
(0%,16%,17%,46%)
(0.00/0.16/0.17/0.46)	

CMYK percentages

%0
%15.94
%16.67
%45.88

Codes

Color #8A7473 in popluar color models

8A7473
RGB138116115
HSL9.09%49.61%
HSB/HSV16.67%54.12%
CMYK0.00%15.94%16.67%
45.88%

Color #8A7473 in popluar number systems.

HEX8A7473
Decimal138116115
Binary1000101011101001110011
Octal212164163

Shades and tints

Shades of #8A7473

#8A7473
(138,116,115)
#7E6A69
(126,106,105)
#72605F
(114,96,95)
#665655
(102,86,85)
#5A4C4B
(90,76,75)
#4E4241
(78,66,65)
#423837
(66,56,55)
#362E2D
(54,46,45)
#2A2423
(42,36,35)
#1E1A19
(30,26,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #8A7473

#8A7473
(138,116,115)
#94807F
(148,128,127)
#9E8C8B
(158,140,139)
#A89897
(168,152,151)
#B2A4A3
(178,164,163)
#BCB0AF
(188,176,175)
#C6BCBB
(198,188,187)
#D0C8C7
(208,200,199)
#DAD4D3
(218,212,211)
#E4E0DF
(228,224,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7473 color. Also use rgb(138,116,115) instead hex code.

Text Font Color

.myTextColor { color: #8A7473; }

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

This text font color is #8A7473.


Background Color

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

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

This div background color is #8A7473.


Border color

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

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

This div border color is #8A7473.


Opacity

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

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

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

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

This text has shadow with #8A7473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7473 on black background.


Color preview on white background

This text has color #8A7473 on white background.



Black color preview on #8A7473 background

This text has black color on #8A7473 background.


White color preview on #8A7473 background

This text has white color on #8A7473 background.