COLOR #8A7460

HEX: #8A7460
RGB: (138,116,96)

Color info

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

RGB color model

#8A7460 color RGB value is (138,116,96).

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

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 96 of 255 = 38%

138
116
96

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 96 = 350 (100%)
R 138 of 350 ~ 39.43%
G 116 of 350 ~ 33.14%
B 96 of 350 ~ 27.43%

%39.43
%33.14
%27.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 30.43%
  • key color value is 45.88%
CMYK:
(0,16,30,46)
C0M16Y30K46 
(0%,16%,30%,46%)
(0.00/0.16/0.30/0.46)	

CMYK percentages

%0
%15.94
%30.43
%45.88

Codes

Color #8A7460 in popluar color models

8A7460
RGB13811696
HSL29°17.95%45.88%
HSB/HSV29°30.43%54.12%
CMYK0.00%15.94%30.43%
45.88%

Color #8A7460 in popluar number systems.

HEX8A7460
Decimal13811696
Binary1000101011101001100000
Octal212164140

Shades and tints

Shades of #8A7460

#8A7460
(138,116,96)
#7E6A58
(126,106,88)
#726050
(114,96,80)
#665648
(102,86,72)
#5A4C40
(90,76,64)
#4E4238
(78,66,56)
#423830
(66,56,48)
#362E28
(54,46,40)
#2A2420
(42,36,32)
#1E1A18
(30,26,24)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #8A7460

#8A7460
(138,116,96)
#94806E
(148,128,110)
#9E8C7C
(158,140,124)
#A8988A
(168,152,138)
#B2A498
(178,164,152)
#BCB0A6
(188,176,166)
#C6BCB4
(198,188,180)
#D0C8C2
(208,200,194)
#DAD4D0
(218,212,208)
#E4E0DE
(228,224,222)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7460; }

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

This text font color is #8A7460.


Background Color

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

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

This div background color is #8A7460.


Border color

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

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

This div border color is #8A7460.


Opacity

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

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

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

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

This text has shadow with #8A7460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7460 on black background.


Color preview on white background

This text has color #8A7460 on white background.



Black color preview on #8A7460 background

This text has black color on #8A7460 background.


White color preview on #8A7460 background

This text has white color on #8A7460 background.