COLOR #8A616D

HEX: #8A616D
RGB: (138,97,109)

Color info

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

RGB color model

#8A616D color RGB value is (138,97,109).

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

RGB channels and saturation

R 138 of 255 = 54%
G 97 of 255 = 38%
B 109 of 255 = 43%

138
97
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 97 + 109 = 344 (100%)
R 138 of 344 ~ 40.12%
G 97 of 344 ~ 28.2%
B 109 of 344 ~ 31.69%

%40.12
%28.2
%31.69

CMYK color model

#8A616D color CMYK value is (0,30,21,46).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,30,21,46)
C0M30Y21K46 
(0%,30%,21%,46%)
(0.00/0.30/0.21/0.46)	

CMYK percentages

%0
%29.71
%21.01
%45.88

Codes

Color #8A616D in popluar color models

8A616D
RGB13897109
HSL342°17.45%46.08%
HSB/HSV342°29.71%54.12%
CMYK0.00%29.71%21.01%
45.88%

Color #8A616D in popluar number systems.

HEX8A616D
Decimal13897109
Binary1000101011000011101101
Octal212141155

Shades and tints

Shades of #8A616D

#8A616D
(138,97,109)
#7E5964
(126,89,100)
#72515B
(114,81,91)
#664952
(102,73,82)
#5A4149
(90,65,73)
#4E3940
(78,57,64)
#423137
(66,49,55)
#36292E
(54,41,46)
#2A2125
(42,33,37)
#1E191C
(30,25,28)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8A616D

#8A616D
(138,97,109)
#946F7A
(148,111,122)
#9E7D87
(158,125,135)
#A88B94
(168,139,148)
#B299A1
(178,153,161)
#BCA7AE
(188,167,174)
#C6B5BB
(198,181,187)
#D0C3C8
(208,195,200)
#DAD1D5
(218,209,213)
#E4DFE2
(228,223,226)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A616D; }

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

This text font color is #8A616D.


Background Color

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

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

This div background color is #8A616D.


Border color

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

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

This div border color is #8A616D.


Opacity

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

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

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

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

This text has shadow with #8A616D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A616D on black background.


Color preview on white background

This text has color #8A616D on white background.



Black color preview on #8A616D background

This text has black color on #8A616D background.


White color preview on #8A616D background

This text has white color on #8A616D background.