COLOR #8A7E5B

HEX: #8A7E5B RGB: (138,126,91)

Color info

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

RGB color model

#8A7E5B color RGB value is (138,126,91).

RGB: (138,126,91) (54%, 49%, 36%)

RGB channels and saturation

R 138 of 255 = 54%
G 126 of 255 = 49%
B 91 of 255 = 36%

138
126
91

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

Portions of RGB colors in percentages

R + G + B = 138 + 126 + 91 = 355 (100%)
R 138 of 355 ~ 38.87%
G 126 of 355 ~ 35.49%
B 91 of 355 ~ 25.63'%

%38.87
%35.49
%25.63

CMYK color model

#8A7E5B color CMYK value is (0,9,34,46).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 34.06%
  • key color value is 45.88%
CMYK: (0,9,34,46) C0M9Y34K46 (0%,9%,34%,46%) (0.00/0.09/0.34/0.46) 

CMYK percentages

%0
%8.7
%34.06
%45.88

Codes

Color #8A7E5B in popluar color models

8A 7E 5B
RGB 138 126 91
HSL 45° 20.52% 44.90%
HSB/HSV 45° 34.06% 54.12%
CMYK 0.00% 8.70% 34.06%
45.88%

Color #8A7E5B in popluar number systems.

HEX 8A 7E 5B
Decimal 138 126 91
Binary 10001010 1111110 1011011
Octal 212 176 133

Shades and tints

Shades of #8A7E5B

#8A7E5B
(138,126,91)
#7E7353
(126,115,83)
#72684B
(114,104,75)
#665D43
(102,93,67)
#5A523B
(90,82,59)
#4E4733
(78,71,51)
#423C2B
(66,60,43)
#363123
(54,49,35)
#2A261B
(42,38,27)
#1E1B13
(30,27,19)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #8A7E5B

#8A7E5B
(138,126,91)
#948969
(148,137,105)
#9E9477
(158,148,119)
#A89F85
(168,159,133)
#B2AA93
(178,170,147)
#BCB5A1
(188,181,161)
#C6C0AF
(198,192,175)
#D0CBBD
(208,203,189)
#DAD6CB
(218,214,203)
#E4E1D9
(228,225,217)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7E5B color. Also use rgb(138,126,91) instead hex code.

Text Font Color

.myTextColor { color: #8A7E5B; }

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

This text font color is #8A7E5B.

Background Color

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

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

This div background color is #8A7E5B.

Border color

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

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

This div border color is #8A7E5B.

Opacity

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

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

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

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

This text has shadow with #8A7E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7E5B.

Preview

Color preview on black background

This text has color #8A7E5B on black background.


Color preview on white background

This text has color #8A7E5B on white background.


Black color preview on #8A7E5B background

This text has black color on #8A7E5B background.


White color preview on #8A7E5B background

This text has white color on #8A7E5B background.


Related colors

Complementary color

Complementary color for #hex is #7581A4.


I love getcolorcode.com

Triadic colors

1 #5B8A7E and #7E5B8A with #8A7E5B are triadic colors.

2 #5B7E8A and #7E8A5B with #8A7E5B are triadic colors.