COLOR #8A738C

HEX: #8A738C RGB: (138,115,140)

Color info

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

RGB color model

#8A738C color RGB value is (138,115,140).

RGB: (138,115,140) (54%, 45%, 55%)

RGB channels and saturation

R 138 of 255 = 54%
G 115 of 255 = 45%
B 140 of 255 = 55%

138
115
140

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

Portions of RGB colors in percentages

R + G + B = 138 + 115 + 140 = 393 (100%)
R 138 of 393 ~ 35.11%
G 115 of 393 ~ 29.26%
B 140 of 393 ~ 35.62'%

%35.11
%29.26
%35.62

CMYK color model

#8A738C color CMYK value is (1,18,0,45).

  • cyan value is 1.43%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (1,18,0,45)
C1M18Y0K45 (1%, 18%, 0%, 45%)
(0.01 / 0.18 / 0.00 / 0.45)

CMYK percentages

%1.43
%17.86
%0
%45.1

Codes

Color #8A738C in popluar color models

8A 73 8C
RGB 138 115 140
HSL 295° 9.80% 50.00%
HSB/HSV 295° 17.86% 54.90%
CMYK 1.43% 17.86% 0.00%
45.10%

Color #8A738C in popluar number systems.

HEX 8A 73 8C
Decimal 138 115 140
Binary 10001010 1110011 10001100
Octal 212 163 214

Shades and tints

Shades of #8A738C

#8A738C
(138,115,140)
#7E6980
(126,105,128)
#725F74
(114,95,116)
#665568
(102,85,104)
#5A4B5C
(90,75,92)
#4E4150
(78,65,80)
#423744
(66,55,68)
#362D38
(54,45,56)
#2A232C
(42,35,44)
#1E1920
(30,25,32)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A738C

#8A738C
(138,115,140)
#947F96
(148,127,150)
#9E8BA0
(158,139,160)
#A897AA
(168,151,170)
#B2A3B4
(178,163,180)
#BCAFBE
(188,175,190)
#C6BBC8
(198,187,200)
#D0C7D2
(208,199,210)
#DAD3DC
(218,211,220)
#E4DFE6
(228,223,230)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A738C; }

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

This text font color is #8A738C.

Background Color

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

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

This div background color is #8A738C.

Border color

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

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

This div border color is #8A738C.

Opacity

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

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

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

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

This text has shadow with #8A738C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A738C.

Preview

Color preview on black background

This text has color #8A738C on black background.


Color preview on white background

This text has color #8A738C on white background.


Black color preview on #8A738C background

This text has black color on #8A738C background.


White color preview on #8A738C background

This text has white color on #8A738C background.


Related colors

Complementary color

Complementary color for #hex is #758C73.


I love getcolorcode.com

Triadic colors

1 #8C8A73 and #738C8A with #8A738C are triadic colors.

2 #8C738A and #738A8C with #8A738C are triadic colors.