COLOR #8A637A

HEX: #8A637A
RGB: (138,99,122)

Color info

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

RGB color model

#8A637A color RGB value is (138,99,122).

  • red value is 138;
  • green value is 99;
  • blue value is 122.
RGB:
(138,99,122)
(54%,39%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 122 of 255 = 48%

138
99
122

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

Portions of RGB colors in percentages

R + G + B =
138 + 99 + 122 = 359 (100%)
R 138 of 359 ~ 38.44%
G 99 of 359 ~ 27.58%
B 122 of 359 ~ 33.98%

%38.44
%27.58
%33.98

CMYK color model

#8A637A color CMYK value is (0,28,12,46).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(0,28,12,46)
C0M28Y12K46 
(0%,28%,12%,46%)
(0.00/0.28/0.12/0.46)	

CMYK percentages

%0
%28.26
%11.59
%45.88

Codes

Color #8A637A in popluar color models

8A637A
RGB13899122
HSL325°16.46%46.47%
HSB/HSV325°28.26%54.12%
CMYK0.00%28.26%11.59%
45.88%

Color #8A637A in popluar number systems.

HEX8A637A
Decimal13899122
Binary1000101011000111111010
Octal212143172

Shades and tints

Shades of #8A637A

#8A637A
(138,99,122)
#7E5A6F
(126,90,111)
#725164
(114,81,100)
#664859
(102,72,89)
#5A3F4E
(90,63,78)
#4E3643
(78,54,67)
#422D38
(66,45,56)
#36242D
(54,36,45)
#2A1B22
(42,27,34)
#1E1217
(30,18,23)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #8A637A

#8A637A
(138,99,122)
#947186
(148,113,134)
#9E7F92
(158,127,146)
#A88D9E
(168,141,158)
#B29BAA
(178,155,170)
#BCA9B6
(188,169,182)
#C6B7C2
(198,183,194)
#D0C5CE
(208,197,206)
#DAD3DA
(218,211,218)
#E4E1E6
(228,225,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A637A color. Also use rgb(138,99,122) instead hex code.

Text Font Color

.myTextColor { color: #8A637A; }

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

This text font color is #8A637A.


Background Color

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

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

This div background color is #8A637A.


Border color

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

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

This div border color is #8A637A.


Opacity

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

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

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

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

This text has shadow with #8A637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A637A on black background.


Color preview on white background

This text has color #8A637A on white background.



Black color preview on #8A637A background

This text has black color on #8A637A background.


White color preview on #8A637A background

This text has white color on #8A637A background.