COLOR #8A748B

HEX: #8A748B
RGB: (138,116,139)

Color info

#8A748B contains red, green and blue colors in about the same proportion. Web safe color of #8A748B is #996699 (or #969).

RGB color model

#8A748B color RGB value is (138,116,139).

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

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 139 of 255 = 55%

138
116
139

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 139 = 393 (100%)
R 138 of 393 ~ 35.11%
G 116 of 393 ~ 29.52%
B 139 of 393 ~ 35.37%

%35.11
%29.52
%35.37

CMYK color model

#8A748B color CMYK value is (1,17,0,45).

  • cyan value is 0.72%
  • magenta value is 16.55%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,17,0,45)
C1M17Y0K45 
(1%,17%,0%,45%)
(0.01/0.17/0.00/0.45)	

CMYK percentages

%0.72
%16.55
%0
%45.49

Codes

Color #8A748B in popluar color models

8A748B
RGB138116139
HSL297°9.02%50.00%
HSB/HSV297°16.55%54.51%
CMYK0.72%16.55%0.00%
45.49%

Color #8A748B in popluar number systems.

HEX8A748B
Decimal138116139
Binary10001010111010010001011
Octal212164213

Shades and tints

Shades of #8A748B

#8A748B
(138,116,139)
#7E6A7F
(126,106,127)
#726073
(114,96,115)
#665667
(102,86,103)
#5A4C5B
(90,76,91)
#4E424F
(78,66,79)
#423843
(66,56,67)
#362E37
(54,46,55)
#2A242B
(42,36,43)
#1E1A1F
(30,26,31)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #8A748B

#8A748B
(138,116,139)
#948095
(148,128,149)
#9E8C9F
(158,140,159)
#A898A9
(168,152,169)
#B2A4B3
(178,164,179)
#BCB0BD
(188,176,189)
#C6BCC7
(198,188,199)
#D0C8D1
(208,200,209)
#DAD4DB
(218,212,219)
#E4E0E5
(228,224,229)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A748B; }

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

This text font color is #8A748B.


Background Color

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

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

This div background color is #8A748B.


Border color

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

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

This div border color is #8A748B.


Opacity

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

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

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

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

This text has shadow with #8A748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A748B on black background.


Color preview on white background

This text has color #8A748B on white background.



Black color preview on #8A748B background

This text has black color on #8A748B background.


White color preview on #8A748B background

This text has white color on #8A748B background.