COLOR #8A636D

HEX: #8A636D
RGB: (138,99,109)

Color info

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

RGB color model

#8A636D color RGB value is (138,99,109).

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

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 109 of 255 = 43%

138
99
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 99 + 109 = 346 (100%)
R 138 of 346 ~ 39.88%
G 99 of 346 ~ 28.61%
B 109 of 346 ~ 31.5%

%39.88
%28.61
%31.5

CMYK color model

#8A636D color CMYK value is (0,28,21,46).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,28,21,46)
C0M28Y21K46 
(0%,28%,21%,46%)
(0.00/0.28/0.21/0.46)	

CMYK percentages

%0
%28.26
%21.01
%45.88

Codes

Color #8A636D in popluar color models

8A636D
RGB13899109
HSL345°16.46%46.47%
HSB/HSV345°28.26%54.12%
CMYK0.00%28.26%21.01%
45.88%

Color #8A636D in popluar number systems.

HEX8A636D
Decimal13899109
Binary1000101011000111101101
Octal212143155

Shades and tints

Shades of #8A636D

#8A636D
(138,99,109)
#7E5A64
(126,90,100)
#72515B
(114,81,91)
#664852
(102,72,82)
#5A3F49
(90,63,73)
#4E3640
(78,54,64)
#422D37
(66,45,55)
#36242E
(54,36,46)
#2A1B25
(42,27,37)
#1E121C
(30,18,28)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #8A636D

#8A636D
(138,99,109)
#94717A
(148,113,122)
#9E7F87
(158,127,135)
#A88D94
(168,141,148)
#B29BA1
(178,155,161)
#BCA9AE
(188,169,174)
#C6B7BB
(198,183,187)
#D0C5C8
(208,197,200)
#DAD3D5
(218,211,213)
#E4E1E2
(228,225,226)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A636D; }

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

This text font color is #8A636D.


Background Color

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

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

This div background color is #8A636D.


Border color

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

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

This div border color is #8A636D.


Opacity

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

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

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

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

This text has shadow with #8A636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A636D on black background.


Color preview on white background

This text has color #8A636D on white background.



Black color preview on #8A636D background

This text has black color on #8A636D background.


White color preview on #8A636D background

This text has white color on #8A636D background.