COLOR #8A6062

HEX: #8A6062
RGB: (138,96,98)

Color info

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

RGB color model

#8A6062 color RGB value is (138,96,98).

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

RGB channels and saturation

R 138 of 255 = 54%
G 96 of 255 = 38%
B 98 of 255 = 38%

138
96
98

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

Portions of RGB colors in percentages

R + G + B =
138 + 96 + 98 = 332 (100%)
R 138 of 332 ~ 41.57%
G 96 of 332 ~ 28.92%
B 98 of 332 ~ 29.52%

%41.57
%28.92
%29.52

CMYK color model

#8A6062 color CMYK value is (0,30,29,46).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(0,30,29,46)
C0M30Y29K46 
(0%,30%,29%,46%)
(0.00/0.30/0.29/0.46)	

CMYK percentages

%0
%30.43
%28.99
%45.88

Codes

Color #8A6062 in popluar color models

8A6062
RGB1389698
HSL357°17.95%45.88%
HSB/HSV357°30.43%54.12%
CMYK0.00%30.43%28.99%
45.88%

Color #8A6062 in popluar number systems.

HEX8A6062
Decimal1389698
Binary1000101011000001100010
Octal212140142

Shades and tints

Shades of #8A6062

#8A6062
(138,96,98)
#7E585A
(126,88,90)
#725052
(114,80,82)
#66484A
(102,72,74)
#5A4042
(90,64,66)
#4E383A
(78,56,58)
#423032
(66,48,50)
#36282A
(54,40,42)
#2A2022
(42,32,34)
#1E181A
(30,24,26)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #8A6062

#8A6062
(138,96,98)
#946E70
(148,110,112)
#9E7C7E
(158,124,126)
#A88A8C
(168,138,140)
#B2989A
(178,152,154)
#BCA6A8
(188,166,168)
#C6B4B6
(198,180,182)
#D0C2C4
(208,194,196)
#DAD0D2
(218,208,210)
#E4DEE0
(228,222,224)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6062; }

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

This text font color is #8A6062.


Background Color

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

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

This div background color is #8A6062.


Border color

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

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

This div border color is #8A6062.


Opacity

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

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

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

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

This text has shadow with #8A6062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6062 on black background.


Color preview on white background

This text has color #8A6062 on white background.



Black color preview on #8A6062 background

This text has black color on #8A6062 background.


White color preview on #8A6062 background

This text has white color on #8A6062 background.