COLOR #8A6066

HEX: #8A6066
RGB: (138,96,102)

Color info

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

RGB color model

#8A6066 color RGB value is (138,96,102).

  • red value is 138;
  • green value is 96;
  • blue value is 102.
RGB:
(138,96,102)
(54%,38%,40%)

RGB channels and saturation

R 138 of 255 = 54%
G 96 of 255 = 38%
B 102 of 255 = 40%

138
96
102

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

Portions of RGB colors in percentages

R + G + B =
138 + 96 + 102 = 336 (100%)
R 138 of 336 ~ 41.07%
G 96 of 336 ~ 28.57%
B 102 of 336 ~ 30.36%

%41.07
%28.57
%30.36

CMYK color model

#8A6066 color CMYK value is (0,30,26,46).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 26.09%
  • key color value is 45.88%
CMYK:
(0,30,26,46)
C0M30Y26K46 
(0%,30%,26%,46%)
(0.00/0.30/0.26/0.46)	

CMYK percentages

%0
%30.43
%26.09
%45.88

Codes

Color #8A6066 in popluar color models

8A6066
RGB13896102
HSL351°17.95%45.88%
HSB/HSV351°30.43%54.12%
CMYK0.00%30.43%26.09%
45.88%

Color #8A6066 in popluar number systems.

HEX8A6066
Decimal13896102
Binary1000101011000001100110
Octal212140146

Shades and tints

Shades of #8A6066

#8A6066
(138,96,102)
#7E585D
(126,88,93)
#725054
(114,80,84)
#66484B
(102,72,75)
#5A4042
(90,64,66)
#4E3839
(78,56,57)
#423030
(66,48,48)
#362827
(54,40,39)
#2A201E
(42,32,30)
#1E1815
(30,24,21)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #8A6066

#8A6066
(138,96,102)
#946E73
(148,110,115)
#9E7C80
(158,124,128)
#A88A8D
(168,138,141)
#B2989A
(178,152,154)
#BCA6A7
(188,166,167)
#C6B4B4
(198,180,180)
#D0C2C1
(208,194,193)
#DAD0CE
(218,208,206)
#E4DEDB
(228,222,219)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6066 color. Also use rgb(138,96,102) instead hex code.

Text Font Color

.myTextColor { color: #8A6066; }

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

This text font color is #8A6066.


Background Color

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

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

This div background color is #8A6066.


Border color

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

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

This div border color is #8A6066.


Opacity

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

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

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

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

This text has shadow with #8A6066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6066 on black background.


Color preview on white background

This text has color #8A6066 on white background.



Black color preview on #8A6066 background

This text has black color on #8A6066 background.


White color preview on #8A6066 background

This text has white color on #8A6066 background.