COLOR #8A757F

HEX: #8A757F
RGB: (138,117,127)

Color info

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

RGB color model

#8A757F color RGB value is (138,117,127).

  • red value is 138;
  • green value is 117;
  • blue value is 127.
RGB:
(138,117,127)
(54%,46%,50%)

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 127 of 255 = 50%

138
117
127

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 127 = 382 (100%)
R 138 of 382 ~ 36.13%
G 117 of 382 ~ 30.63%
B 127 of 382 ~ 33.25%

%36.13
%30.63
%33.25

CMYK color model

#8A757F color CMYK value is (0,15,8,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK:
(0,15,8,46)
C0M15Y8K46 
(0%,15%,8%,46%)
(0.00/0.15/0.08/0.46)	

CMYK percentages

%0
%15.22
%7.97
%45.88

Codes

Color #8A757F in popluar color models

8A757F
RGB138117127
HSL331°8.24%50.00%
HSB/HSV331°15.22%54.12%
CMYK0.00%15.22%7.97%
45.88%

Color #8A757F in popluar number systems.

HEX8A757F
Decimal138117127
Binary1000101011101011111111
Octal212165177

Shades and tints

Shades of #8A757F

#8A757F
(138,117,127)
#7E6B74
(126,107,116)
#726169
(114,97,105)
#66575E
(102,87,94)
#5A4D53
(90,77,83)
#4E4348
(78,67,72)
#42393D
(66,57,61)
#362F32
(54,47,50)
#2A2527
(42,37,39)
#1E1B1C
(30,27,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #8A757F

#8A757F
(138,117,127)
#94818A
(148,129,138)
#9E8D95
(158,141,149)
#A899A0
(168,153,160)
#B2A5AB
(178,165,171)
#BCB1B6
(188,177,182)
#C6BDC1
(198,189,193)
#D0C9CC
(208,201,204)
#DAD5D7
(218,213,215)
#E4E1E2
(228,225,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A757F color. Also use rgb(138,117,127) instead hex code.

Text Font Color

.myTextColor { color: #8A757F; }

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

This text font color is #8A757F.


Background Color

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

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

This div background color is #8A757F.


Border color

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

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

This div border color is #8A757F.


Opacity

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

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

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

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

This text has shadow with #8A757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A757F on black background.


Color preview on white background

This text has color #8A757F on white background.



Black color preview on #8A757F background

This text has black color on #8A757F background.


White color preview on #8A757F background

This text has white color on #8A757F background.