COLOR #8A6360

HEX: #8A6360
RGB: (138,99,96)

Color info

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

RGB color model

#8A6360 color RGB value is (138,99,96).

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

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 96 of 255 = 38%

138
99
96

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

Portions of RGB colors in percentages

R + G + B =
138 + 99 + 96 = 333 (100%)
R 138 of 333 ~ 41.44%
G 99 of 333 ~ 29.73%
B 96 of 333 ~ 28.83%

%41.44
%29.73
%28.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 30.43%
  • key color value is 45.88%
CMYK:
(0,28,30,46)
C0M28Y30K46 
(0%,28%,30%,46%)
(0.00/0.28/0.30/0.46)	

CMYK percentages

%0
%28.26
%30.43
%45.88

Codes

Color #8A6360 in popluar color models

8A6360
RGB1389996
HSL17.95%45.88%
HSB/HSV30.43%54.12%
CMYK0.00%28.26%30.43%
45.88%

Color #8A6360 in popluar number systems.

HEX8A6360
Decimal1389996
Binary1000101011000111100000
Octal212143140

Shades and tints

Shades of #8A6360

#8A6360
(138,99,96)
#7E5A58
(126,90,88)
#725150
(114,81,80)
#664848
(102,72,72)
#5A3F40
(90,63,64)
#4E3638
(78,54,56)
#422D30
(66,45,48)
#362428
(54,36,40)
#2A1B20
(42,27,32)
#1E1218
(30,18,24)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #8A6360

#8A6360
(138,99,96)
#94716E
(148,113,110)
#9E7F7C
(158,127,124)
#A88D8A
(168,141,138)
#B29B98
(178,155,152)
#BCA9A6
(188,169,166)
#C6B7B4
(198,183,180)
#D0C5C2
(208,197,194)
#DAD3D0
(218,211,208)
#E4E1DE
(228,225,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6360; }

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

This text font color is #8A6360.


Background Color

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

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

This div background color is #8A6360.


Border color

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

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

This div border color is #8A6360.


Opacity

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

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

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

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

This text has shadow with #8A6360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6360 on black background.


Color preview on white background

This text has color #8A6360 on white background.



Black color preview on #8A6360 background

This text has black color on #8A6360 background.


White color preview on #8A6360 background

This text has white color on #8A6360 background.