COLOR #8A8476

HEX: #8A8476
RGB: (138,132,118)

Color info

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

RGB color model

#8A8476 color RGB value is (138,132,118).

  • red value is 138;
  • green value is 132;
  • blue value is 118.
RGB:
(138,132,118)
(54%,52%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 132 of 255 = 52%
B 118 of 255 = 46%

138
132
118

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

Portions of RGB colors in percentages

R + G + B =
138 + 132 + 118 = 388 (100%)
R 138 of 388 ~ 35.57%
G 132 of 388 ~ 34.02%
B 118 of 388 ~ 30.41%

%35.57
%34.02
%30.41

CMYK color model

#8A8476 color CMYK value is (0,4,14,46).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 14.49%
  • key color value is 45.88%
CMYK:
(0,4,14,46)
C0M4Y14K46 
(0%,4%,14%,46%)
(0.00/0.04/0.14/0.46)	

CMYK percentages

%0
%4.35
%14.49
%45.88

Codes

Color #8A8476 in popluar color models

8A8476
RGB138132118
HSL42°7.87%50.20%
HSB/HSV42°14.49%54.12%
CMYK0.00%4.35%14.49%
45.88%

Color #8A8476 in popluar number systems.

HEX8A8476
Decimal138132118
Binary10001010100001001110110
Octal212204166

Shades and tints

Shades of #8A8476

#8A8476
(138,132,118)
#7E786C
(126,120,108)
#726C62
(114,108,98)
#666058
(102,96,88)
#5A544E
(90,84,78)
#4E4844
(78,72,68)
#423C3A
(66,60,58)
#363030
(54,48,48)
#2A2426
(42,36,38)
#1E181C
(30,24,28)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #8A8476

#8A8476
(138,132,118)
#948F82
(148,143,130)
#9E9A8E
(158,154,142)
#A8A59A
(168,165,154)
#B2B0A6
(178,176,166)
#BCBBB2
(188,187,178)
#C6C6BE
(198,198,190)
#D0D1CA
(208,209,202)
#DADCD6
(218,220,214)
#E4E7E2
(228,231,226)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8476 color. Also use rgb(138,132,118) instead hex code.

Text Font Color

.myTextColor { color: #8A8476; }

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

This text font color is #8A8476.


Background Color

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

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

This div background color is #8A8476.


Border color

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

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

This div border color is #8A8476.


Opacity

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

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

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

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

This text has shadow with #8A8476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8476 on black background.


Color preview on white background

This text has color #8A8476 on white background.



Black color preview on #8A8476 background

This text has black color on #8A8476 background.


White color preview on #8A8476 background

This text has white color on #8A8476 background.