COLOR #8A7974

HEX: #8A7974 RGB: (138,121,116)

Color info

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

RGB color model

#8A7974 color RGB value is (138,121,116).

RGB: (138,121,116) (54%, 47%, 45%)

RGB channels and saturation

R 138 of 255 = 54%
G 121 of 255 = 47%
B 116 of 255 = 45%

138
121
116

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

Portions of RGB colors in percentages

R + G + B = 138 + 121 + 116 = 375 (100%)
R 138 of 375 ~ 36.8%
G 121 of 375 ~ 32.27%
B 116 of 375 ~ 30.93'%

%36.8
%32.27
%30.93

CMYK color model

#8A7974 color CMYK value is (0,12,16,46).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 15.94%
  • key color value is 45.88%
CMYK: (0,12,16,46) C0M12Y16K46 (0%,12%,16%,46%) (0.00/0.12/0.16/0.46) 

CMYK percentages

%0
%12.32
%15.94
%45.88

Codes

Color #8A7974 in popluar color models

8A 79 74
RGB 138 121 116
HSL 14° 8.66% 49.80%
HSB/HSV 14° 15.94% 54.12%
CMYK 0.00% 12.32% 15.94%
45.88%

Color #8A7974 in popluar number systems.

HEX 8A 79 74
Decimal 138 121 116
Binary 10001010 1111001 1110100
Octal 212 171 164

Shades and tints

Shades of #8A7974

#8A7974
(138,121,116)
#7E6E6A
(126,110,106)
#726360
(114,99,96)
#665856
(102,88,86)
#5A4D4C
(90,77,76)
#4E4242
(78,66,66)
#423738
(66,55,56)
#362C2E
(54,44,46)
#2A2124
(42,33,36)
#1E161A
(30,22,26)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #8A7974

#8A7974
(138,121,116)
#948580
(148,133,128)
#9E918C
(158,145,140)
#A89D98
(168,157,152)
#B2A9A4
(178,169,164)
#BCB5B0
(188,181,176)
#C6C1BC
(198,193,188)
#D0CDC8
(208,205,200)
#DAD9D4
(218,217,212)
#E4E5E0
(228,229,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7974; }

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

This text font color is #8A7974.

Background Color

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

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

This div background color is #8A7974.

Border color

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

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

This div border color is #8A7974.

Opacity

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

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

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

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

This text has shadow with #8A7974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7974.

Preview

Color preview on black background

This text has color #8A7974 on black background.


Color preview on white background

This text has color #8A7974 on white background.


Black color preview on #8A7974 background

This text has black color on #8A7974 background.


White color preview on #8A7974 background

This text has white color on #8A7974 background.


Related colors

Complementary color

Complementary color for #hex is #75868B.


I love getcolorcode.com

Triadic colors

1 #748A79 and #79748A with #8A7974 are triadic colors.

2 #74798A and #798A74 with #8A7974 are triadic colors.