COLOR #8A8C74

HEX: #8A8C74
RGB: (138,140,116)

Color info

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

RGB color model

#8A8C74 color RGB value is (138,140,116).

  • red value is 138;
  • green value is 140;
  • blue value is 116.
RGB:
(138,140,116)
(54%,55%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 140 of 255 = 55%
B 116 of 255 = 45%

138
140
116

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

Portions of RGB colors in percentages

R + G + B =
138 + 140 + 116 = 394 (100%)
R 138 of 394 ~ 35.03%
G 140 of 394 ~ 35.53%
B 116 of 394 ~ 29.44%

%35.03
%35.53
%29.44

CMYK color model

#8A8C74 color CMYK value is (1,0,17,45).

  • cyan value is 1.43%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 45.10%
CMYK:
(1,0,17,45)
C1M0Y17K45 
(1%,0%,17%,45%)
(0.01/0.00/0.17/0.45)	

CMYK percentages

%1.43
%0
%17.14
%45.1

Codes

Color #8A8C74 in popluar color models

8A8C74
RGB138140116
HSL65°9.45%50.20%
HSB/HSV65°17.14%54.90%
CMYK1.43%0.00%17.14%
45.10%

Color #8A8C74 in popluar number systems.

HEX8A8C74
Decimal138140116
Binary10001010100011001110100
Octal212214164

Shades and tints

Shades of #8A8C74

#8A8C74
(138,140,116)
#7E806A
(126,128,106)
#727460
(114,116,96)
#666856
(102,104,86)
#5A5C4C
(90,92,76)
#4E5042
(78,80,66)
#424438
(66,68,56)
#36382E
(54,56,46)
#2A2C24
(42,44,36)
#1E201A
(30,32,26)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8A8C74

#8A8C74
(138,140,116)
#949680
(148,150,128)
#9EA08C
(158,160,140)
#A8AA98
(168,170,152)
#B2B4A4
(178,180,164)
#BCBEB0
(188,190,176)
#C6C8BC
(198,200,188)
#D0D2C8
(208,210,200)
#DADCD4
(218,220,212)
#E4E6E0
(228,230,224)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8C74 color. Also use rgb(138,140,116) instead hex code.

Text Font Color

.myTextColor { color: #8A8C74; }

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

This text font color is #8A8C74.


Background Color

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

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

This div background color is #8A8C74.


Border color

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

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

This div border color is #8A8C74.


Opacity

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

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

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

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

This text has shadow with #8A8C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8C74 on black background.


Color preview on white background

This text has color #8A8C74 on white background.



Black color preview on #8A8C74 background

This text has black color on #8A8C74 background.


White color preview on #8A8C74 background

This text has white color on #8A8C74 background.