COLOR #8A8771

HEX: #8A8771
RGB: (138,135,113)

Color info

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

RGB color model

#8A8771 color RGB value is (138,135,113).

  • red value is 138;
  • green value is 135;
  • blue value is 113.
RGB:
(138,135,113)
(54%,53%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 113 of 255 = 44%

138
135
113

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 113 = 386 (100%)
R 138 of 386 ~ 35.75%
G 135 of 386 ~ 34.97%
B 113 of 386 ~ 29.27%

%35.75
%34.97
%29.27

CMYK color model

#8A8771 color CMYK value is (0,2,18,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 18.12%
  • key color value is 45.88%
CMYK:
(0,2,18,46)
C0M2Y18K46 
(0%,2%,18%,46%)
(0.00/0.02/0.18/0.46)	

CMYK percentages

%0
%2.17
%18.12
%45.88

Codes

Color #8A8771 in popluar color models

8A8771
RGB138135113
HSL53°9.96%49.22%
HSB/HSV53°18.12%54.12%
CMYK0.00%2.17%18.12%
45.88%

Color #8A8771 in popluar number systems.

HEX8A8771
Decimal138135113
Binary10001010100001111110001
Octal212207161

Shades and tints

Shades of #8A8771

#8A8771
(138,135,113)
#7E7B67
(126,123,103)
#726F5D
(114,111,93)
#666353
(102,99,83)
#5A5749
(90,87,73)
#4E4B3F
(78,75,63)
#423F35
(66,63,53)
#36332B
(54,51,43)
#2A2721
(42,39,33)
#1E1B17
(30,27,23)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #8A8771

#8A8771
(138,135,113)
#94917D
(148,145,125)
#9E9B89
(158,155,137)
#A8A595
(168,165,149)
#B2AFA1
(178,175,161)
#BCB9AD
(188,185,173)
#C6C3B9
(198,195,185)
#D0CDC5
(208,205,197)
#DAD7D1
(218,215,209)
#E4E1DD
(228,225,221)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8771 color. Also use rgb(138,135,113) instead hex code.

Text Font Color

.myTextColor { color: #8A8771; }

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

This text font color is #8A8771.


Background Color

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

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

This div background color is #8A8771.


Border color

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

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

This div border color is #8A8771.


Opacity

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

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

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

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

This text has shadow with #8A8771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8771 on black background.


Color preview on white background

This text has color #8A8771 on white background.



Black color preview on #8A8771 background

This text has black color on #8A8771 background.


White color preview on #8A8771 background

This text has white color on #8A8771 background.