COLOR #8A6061

HEX: #8A6061
RGB: (138,96,97)

Color info

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

RGB color model

#8A6061 color RGB value is (138,96,97).

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

RGB channels and saturation

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

138
96
97

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

Portions of RGB colors in percentages

R + G + B =
138 + 96 + 97 = 331 (100%)
R 138 of 331 ~ 41.69%
G 96 of 331 ~ 29%
B 97 of 331 ~ 29.31%

%41.69
%29
%29.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 29.71%
  • key color value is 45.88%
CMYK:
(0,30,30,46)
C0M30Y30K46 
(0%,30%,30%,46%)
(0.00/0.30/0.30/0.46)	

CMYK percentages

%0
%30.43
%29.71
%45.88

Codes

Color #8A6061 in popluar color models

8A6061
RGB1389697
HSL359°17.95%45.88%
HSB/HSV359°30.43%54.12%
CMYK0.00%30.43%29.71%
45.88%

Color #8A6061 in popluar number systems.

HEX8A6061
Decimal1389697
Binary1000101011000001100001
Octal212140141

Shades and tints

Shades of #8A6061

#8A6061
(138,96,97)
#7E5859
(126,88,89)
#725051
(114,80,81)
#664849
(102,72,73)
#5A4041
(90,64,65)
#4E3839
(78,56,57)
#423031
(66,48,49)
#362829
(54,40,41)
#2A2021
(42,32,33)
#1E1819
(30,24,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #8A6061

#8A6061
(138,96,97)
#946E6F
(148,110,111)
#9E7C7D
(158,124,125)
#A88A8B
(168,138,139)
#B29899
(178,152,153)
#BCA6A7
(188,166,167)
#C6B4B5
(198,180,181)
#D0C2C3
(208,194,195)
#DAD0D1
(218,208,209)
#E4DEDF
(228,222,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6061; }

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

This text font color is #8A6061.


Background Color

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

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

This div background color is #8A6061.


Border color

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

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

This div border color is #8A6061.


Opacity

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

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

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

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

This text has shadow with #8A6061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6061 on black background.


Color preview on white background

This text has color #8A6061 on white background.



Black color preview on #8A6061 background

This text has black color on #8A6061 background.


White color preview on #8A6061 background

This text has white color on #8A6061 background.