COLOR #8A874E

HEX: #8A874E
RGB: (138,135,78)

Color info

#8A874E contains mainly red and green colors. Web safe color of #8A874E is #999966 (or #996).

RGB color model

#8A874E color RGB value is (138,135,78).

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

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 78 of 255 = 31%

138
135
78

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 78 = 351 (100%)
R 138 of 351 ~ 39.32%
G 135 of 351 ~ 38.46%
B 78 of 351 ~ 22.22%

%39.32
%38.46
%22.22

CMYK color model

#8A874E color CMYK value is (0,2,43,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 43.48%
  • key color value is 45.88%
CMYK:
(0,2,43,46)
C0M2Y43K46 
(0%,2%,43%,46%)
(0.00/0.02/0.43/0.46)	

CMYK percentages

%0
%2.17
%43.48
%45.88

Codes

Color #8A874E in popluar color models

8A874E
RGB13813578
HSL57°27.78%42.35%
HSB/HSV57°43.48%54.12%
CMYK0.00%2.17%43.48%
45.88%

Color #8A874E in popluar number systems.

HEX8A874E
Decimal13813578
Binary10001010100001111001110
Octal212207116

Shades and tints

Shades of #8A874E

#8A874E
(138,135,78)
#7E7B47
(126,123,71)
#726F40
(114,111,64)
#666339
(102,99,57)
#5A5732
(90,87,50)
#4E4B2B
(78,75,43)
#423F24
(66,63,36)
#36331D
(54,51,29)
#2A2716
(42,39,22)
#1E1B0F
(30,27,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #8A874E

#8A874E
(138,135,78)
#94915E
(148,145,94)
#9E9B6E
(158,155,110)
#A8A57E
(168,165,126)
#B2AF8E
(178,175,142)
#BCB99E
(188,185,158)
#C6C3AE
(198,195,174)
#D0CDBE
(208,205,190)
#DAD7CE
(218,215,206)
#E4E1DE
(228,225,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A874E; }

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

This text font color is #8A874E.


Background Color

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

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

This div background color is #8A874E.


Border color

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

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

This div border color is #8A874E.


Opacity

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

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

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

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

This text has shadow with #8A874E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A874E on black background.


Color preview on white background

This text has color #8A874E on white background.



Black color preview on #8A874E background

This text has black color on #8A874E background.


White color preview on #8A874E background

This text has white color on #8A874E background.