COLOR #8A8560

HEX: #8A8560
RGB: (138,133,96)

Color info

#8A8560 contains red, green and blue colors in about the same proportion. Web safe color of #8A8560 is #999966 (or #996).

RGB color model

#8A8560 color RGB value is (138,133,96).

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

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 96 of 255 = 38%

138
133
96

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

Portions of RGB colors in percentages

R + G + B =
138 + 133 + 96 = 367 (100%)
R 138 of 367 ~ 37.6%
G 133 of 367 ~ 36.24%
B 96 of 367 ~ 26.16%

%37.6
%36.24
%26.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 30.43%
  • key color value is 45.88%
CMYK:
(0,4,30,46)
C0M4Y30K46 
(0%,4%,30%,46%)
(0.00/0.04/0.30/0.46)	

CMYK percentages

%0
%3.62
%30.43
%45.88

Codes

Color #8A8560 in popluar color models

8A8560
RGB13813396
HSL53°17.95%45.88%
HSB/HSV53°30.43%54.12%
CMYK0.00%3.62%30.43%
45.88%

Color #8A8560 in popluar number systems.

HEX8A8560
Decimal13813396
Binary10001010100001011100000
Octal212205140

Shades and tints

Shades of #8A8560

#8A8560
(138,133,96)
#7E7958
(126,121,88)
#726D50
(114,109,80)
#666148
(102,97,72)
#5A5540
(90,85,64)
#4E4938
(78,73,56)
#423D30
(66,61,48)
#363128
(54,49,40)
#2A2520
(42,37,32)
#1E1918
(30,25,24)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #8A8560

#8A8560
(138,133,96)
#94906E
(148,144,110)
#9E9B7C
(158,155,124)
#A8A68A
(168,166,138)
#B2B198
(178,177,152)
#BCBCA6
(188,188,166)
#C6C7B4
(198,199,180)
#D0D2C2
(208,210,194)
#DADDD0
(218,221,208)
#E4E8DE
(228,232,222)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8560; }

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

This text font color is #8A8560.


Background Color

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

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

This div background color is #8A8560.


Border color

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

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

This div border color is #8A8560.


Opacity

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

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

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

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

This text has shadow with #8A8560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8560 on black background.


Color preview on white background

This text has color #8A8560 on white background.



Black color preview on #8A8560 background

This text has black color on #8A8560 background.


White color preview on #8A8560 background

This text has white color on #8A8560 background.