COLOR #8A5962

HEX: #8A5962
RGB: (138,89,98)

Color info

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

RGB color model

#8A5962 color RGB value is (138,89,98).

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

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 98 of 255 = 38%

138
89
98

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

Portions of RGB colors in percentages

R + G + B =
138 + 89 + 98 = 325 (100%)
R 138 of 325 ~ 42.46%
G 89 of 325 ~ 27.38%
B 98 of 325 ~ 30.15%

%42.46
%27.38
%30.15

CMYK color model

#8A5962 color CMYK value is (0,36,29,46).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(0,36,29,46)
C0M36Y29K46 
(0%,36%,29%,46%)
(0.00/0.36/0.29/0.46)	

CMYK percentages

%0
%35.51
%28.99
%45.88

Codes

Color #8A5962 in popluar color models

8A5962
RGB1388998
HSL349°21.59%44.51%
HSB/HSV349°35.51%54.12%
CMYK0.00%35.51%28.99%
45.88%

Color #8A5962 in popluar number systems.

HEX8A5962
Decimal1388998
Binary1000101010110011100010
Octal212131142

Shades and tints

Shades of #8A5962

#8A5962
(138,89,98)
#7E515A
(126,81,90)
#724952
(114,73,82)
#66414A
(102,65,74)
#5A3942
(90,57,66)
#4E313A
(78,49,58)
#422932
(66,41,50)
#36212A
(54,33,42)
#2A1922
(42,25,34)
#1E111A
(30,17,26)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #8A5962

#8A5962
(138,89,98)
#946870
(148,104,112)
#9E777E
(158,119,126)
#A8868C
(168,134,140)
#B2959A
(178,149,154)
#BCA4A8
(188,164,168)
#C6B3B6
(198,179,182)
#D0C2C4
(208,194,196)
#DAD1D2
(218,209,210)
#E4E0E0
(228,224,224)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5962; }

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

This text font color is #8A5962.


Background Color

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

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

This div background color is #8A5962.


Border color

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

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

This div border color is #8A5962.


Opacity

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

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

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

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

This text has shadow with #8A5962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5962 on black background.


Color preview on white background

This text has color #8A5962 on white background.



Black color preview on #8A5962 background

This text has black color on #8A5962 background.


White color preview on #8A5962 background

This text has white color on #8A5962 background.