COLOR #8A636F

HEX: #8A636F
RGB: (138,99,111)

Color info

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

RGB color model

#8A636F color RGB value is (138,99,111).

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

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 111 of 255 = 44%

138
99
111

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

Portions of RGB colors in percentages

R + G + B =
138 + 99 + 111 = 348 (100%)
R 138 of 348 ~ 39.66%
G 99 of 348 ~ 28.45%
B 111 of 348 ~ 31.9%

%39.66
%28.45
%31.9

CMYK color model

#8A636F color CMYK value is (0,28,20,46).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(0,28,20,46)
C0M28Y20K46 
(0%,28%,20%,46%)
(0.00/0.28/0.20/0.46)	

CMYK percentages

%0
%28.26
%19.57
%45.88

Codes

Color #8A636F in popluar color models

8A636F
RGB13899111
HSL342°16.46%46.47%
HSB/HSV342°28.26%54.12%
CMYK0.00%28.26%19.57%
45.88%

Color #8A636F in popluar number systems.

HEX8A636F
Decimal13899111
Binary1000101011000111101111
Octal212143157

Shades and tints

Shades of #8A636F

#8A636F
(138,99,111)
#7E5A65
(126,90,101)
#72515B
(114,81,91)
#664851
(102,72,81)
#5A3F47
(90,63,71)
#4E363D
(78,54,61)
#422D33
(66,45,51)
#362429
(54,36,41)
#2A1B1F
(42,27,31)
#1E1215
(30,18,21)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #8A636F

#8A636F
(138,99,111)
#94717C
(148,113,124)
#9E7F89
(158,127,137)
#A88D96
(168,141,150)
#B29BA3
(178,155,163)
#BCA9B0
(188,169,176)
#C6B7BD
(198,183,189)
#D0C5CA
(208,197,202)
#DAD3D7
(218,211,215)
#E4E1E4
(228,225,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A636F; }

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

This text font color is #8A636F.


Background Color

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

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

This div background color is #8A636F.


Border color

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

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

This div border color is #8A636F.


Opacity

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

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

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

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

This text has shadow with #8A636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A636F on black background.


Color preview on white background

This text has color #8A636F on white background.



Black color preview on #8A636F background

This text has black color on #8A636F background.


White color preview on #8A636F background

This text has white color on #8A636F background.