COLOR #8A8566

HEX: #8A8566
RGB: (138,133,102)

Color info

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

RGB color model

#8A8566 color RGB value is (138,133,102).

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

RGB channels and saturation

R 138 of 255 = 54%
G 133 of 255 = 52%
B 102 of 255 = 40%

138
133
102

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

Portions of RGB colors in percentages

R + G + B =
138 + 133 + 102 = 373 (100%)
R 138 of 373 ~ 37%
G 133 of 373 ~ 35.66%
B 102 of 373 ~ 27.35%

%37
%35.66
%27.35

CMYK color model

#8A8566 color CMYK value is (0,4,26,46).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 26.09%
  • key color value is 45.88%
CMYK:
(0,4,26,46)
C0M4Y26K46 
(0%,4%,26%,46%)
(0.00/0.04/0.26/0.46)	

CMYK percentages

%0
%3.62
%26.09
%45.88

Codes

Color #8A8566 in popluar color models

8A8566
RGB138133102
HSL52°15.00%47.06%
HSB/HSV52°26.09%54.12%
CMYK0.00%3.62%26.09%
45.88%

Color #8A8566 in popluar number systems.

HEX8A8566
Decimal138133102
Binary10001010100001011100110
Octal212205146

Shades and tints

Shades of #8A8566

#8A8566
(138,133,102)
#7E795D
(126,121,93)
#726D54
(114,109,84)
#66614B
(102,97,75)
#5A5542
(90,85,66)
#4E4939
(78,73,57)
#423D30
(66,61,48)
#363127
(54,49,39)
#2A251E
(42,37,30)
#1E1915
(30,25,21)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #8A8566

#8A8566
(138,133,102)
#949073
(148,144,115)
#9E9B80
(158,155,128)
#A8A68D
(168,166,141)
#B2B19A
(178,177,154)
#BCBCA7
(188,188,167)
#C6C7B4
(198,199,180)
#D0D2C1
(208,210,193)
#DADDCE
(218,221,206)
#E4E8DB
(228,232,219)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8566; }

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

This text font color is #8A8566.


Background Color

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

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

This div background color is #8A8566.


Border color

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

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

This div border color is #8A8566.


Opacity

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

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

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

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

This text has shadow with #8A8566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8566 on black background.


Color preview on white background

This text has color #8A8566 on white background.



Black color preview on #8A8566 background

This text has black color on #8A8566 background.


White color preview on #8A8566 background

This text has white color on #8A8566 background.