COLOR #8A7478

HEX: #8A7478
RGB: (138,116,120)

Color info

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

RGB color model

#8A7478 color RGB value is (138,116,120).

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

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 120 of 255 = 47%

138
116
120

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 120 = 374 (100%)
R 138 of 374 ~ 36.9%
G 116 of 374 ~ 31.02%
B 120 of 374 ~ 32.09%

%36.9
%31.02
%32.09

CMYK color model

#8A7478 color CMYK value is (0,16,13,46).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 13.04%
  • key color value is 45.88%
CMYK:
(0,16,13,46)
C0M16Y13K46 
(0%,16%,13%,46%)
(0.00/0.16/0.13/0.46)	

CMYK percentages

%0
%15.94
%13.04
%45.88

Codes

Color #8A7478 in popluar color models

8A7478
RGB138116120
HSL349°8.66%49.80%
HSB/HSV349°15.94%54.12%
CMYK0.00%15.94%13.04%
45.88%

Color #8A7478 in popluar number systems.

HEX8A7478
Decimal138116120
Binary1000101011101001111000
Octal212164170

Shades and tints

Shades of #8A7478

#8A7478
(138,116,120)
#7E6A6E
(126,106,110)
#726064
(114,96,100)
#66565A
(102,86,90)
#5A4C50
(90,76,80)
#4E4246
(78,66,70)
#42383C
(66,56,60)
#362E32
(54,46,50)
#2A2428
(42,36,40)
#1E1A1E
(30,26,30)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #8A7478

#8A7478
(138,116,120)
#948084
(148,128,132)
#9E8C90
(158,140,144)
#A8989C
(168,152,156)
#B2A4A8
(178,164,168)
#BCB0B4
(188,176,180)
#C6BCC0
(198,188,192)
#D0C8CC
(208,200,204)
#DAD4D8
(218,212,216)
#E4E0E4
(228,224,228)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7478; }

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

This text font color is #8A7478.


Background Color

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

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

This div background color is #8A7478.


Border color

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

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

This div border color is #8A7478.


Opacity

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

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

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

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

This text has shadow with #8A7478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7478 on black background.


Color preview on white background

This text has color #8A7478 on white background.



Black color preview on #8A7478 background

This text has black color on #8A7478 background.


White color preview on #8A7478 background

This text has white color on #8A7478 background.