COLOR #8A7D4E

HEX: #8A7D4E RGB: (138,125,78)

Color info

#8A7D4E contains mainly red and green colors. Web safe color of #8A7D4E is #996666 (or #966).

RGB color model

#8A7D4E color RGB value is (138,125,78).

RGB: (138,125,78) (54%, 49%, 31%)

RGB channels and saturation

R 138 of 255 = 54%
G 125 of 255 = 49%
B 78 of 255 = 31%

138
125
78

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

Portions of RGB colors in percentages

R + G + B = 138 + 125 + 78 = 341 (100%)
R 138 of 341 ~ 40.47%
G 125 of 341 ~ 36.66%
B 78 of 341 ~ 22.87'%

%40.47
%36.66
%22.87

CMYK color model

#8A7D4E color CMYK value is (0,9,43,46).

  • cyan value is 0.00%
  • magenta value is 9.42%
  • yellow value is 43.48%
  • key color value is 45.88%

CMYK: (0,9,43,46)
C0M9Y43K46 (0%, 9%, 43%, 46%)
(0.00 / 0.09 / 0.43 / 0.46)

CMYK percentages

%0
%9.42
%43.48
%45.88

Codes

Color #8A7D4E in popluar color models

8A 7D 4E
RGB 138 125 78
HSL 47° 27.78% 42.35%
HSB/HSV 47° 43.48% 54.12%
CMYK 0.00% 9.42% 43.48%
45.88%

Color #8A7D4E in popluar number systems.

HEX 8A 7D 4E
Decimal 138 125 78
Binary 10001010 1111101 1001110
Octal 212 175 116

Shades and tints

Shades of #8A7D4E

#8A7D4E
(138,125,78)
#7E7247
(126,114,71)
#726740
(114,103,64)
#665C39
(102,92,57)
#5A5132
(90,81,50)
#4E462B
(78,70,43)
#423B24
(66,59,36)
#36301D
(54,48,29)
#2A2516
(42,37,22)
#1E1A0F
(30,26,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #8A7D4E

#8A7D4E
(138,125,78)
#94885E
(148,136,94)
#9E936E
(158,147,110)
#A89E7E
(168,158,126)
#B2A98E
(178,169,142)
#BCB49E
(188,180,158)
#C6BFAE
(198,191,174)
#D0CABE
(208,202,190)
#DAD5CE
(218,213,206)
#E4E0DE
(228,224,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7D4E color. Also use rgb(138,125,78) instead hex code.

Text Font Color

.myTextColor { color: #8A7D4E; }

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

This text font color is #8A7D4E.

Background Color

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

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

This div background color is #8A7D4E.

Border color

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

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

This div border color is #8A7D4E.

Opacity

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

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

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

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

This text has shadow with #8A7D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7D4E.

Preview

Color preview on black background

This text has color #8A7D4E on black background.


Color preview on white background

This text has color #8A7D4E on white background.


Black color preview on #8A7D4E background

This text has black color on #8A7D4E background.


White color preview on #8A7D4E background

This text has white color on #8A7D4E background.


Related colors

Complementary color

Complementary color for #hex is #7582B1.


I love getcolorcode.com

Triadic colors

1 #4E8A7D and #7D4E8A with #8A7D4E are triadic colors.

2 #4E7D8A and #7D8A4E with #8A7D4E are triadic colors.