COLOR #8A7164

HEX: #8A7164 RGB: (138,113,100)

Color info

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

RGB color model

#8A7164 color RGB value is (138,113,100).

RGB: (138,113,100) (54%, 44%, 39%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 100 of 255 = 39%

138
113
100

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

Portions of RGB colors in percentages

R + G + B = 138 + 113 + 100 = 351 (100%)
R 138 of 351 ~ 39.32%
G 113 of 351 ~ 32.19%
B 100 of 351 ~ 28.49'%

%39.32
%32.19
%28.49

CMYK color model

#8A7164 color CMYK value is (0,18,28,46).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 27.54%
  • key color value is 45.88%

CMYK: (0,18,28,46)
C0M18Y28K46 (0%, 18%, 28%, 46%)
(0.00 / 0.18 / 0.28 / 0.46)

CMYK percentages

%0
%18.12
%27.54
%45.88

Codes

Color #8A7164 in popluar color models

8A 71 64
RGB 138 113 100
HSL 21° 15.97% 46.67%
HSB/HSV 21° 27.54% 54.12%
CMYK 0.00% 18.12% 27.54%
45.88%

Color #8A7164 in popluar number systems.

HEX 8A 71 64
Decimal 138 113 100
Binary 10001010 1110001 1100100
Octal 212 161 144

Shades and tints

Shades of #8A7164

#8A7164
(138,113,100)
#7E675B
(126,103,91)
#725D52
(114,93,82)
#665349
(102,83,73)
#5A4940
(90,73,64)
#4E3F37
(78,63,55)
#42352E
(66,53,46)
#362B25
(54,43,37)
#2A211C
(42,33,28)
#1E1713
(30,23,19)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #8A7164

#8A7164
(138,113,100)
#947D72
(148,125,114)
#9E8980
(158,137,128)
#A8958E
(168,149,142)
#B2A19C
(178,161,156)
#BCADAA
(188,173,170)
#C6B9B8
(198,185,184)
#D0C5C6
(208,197,198)
#DAD1D4
(218,209,212)
#E4DDE2
(228,221,226)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7164 color. Also use rgb(138,113,100) instead hex code.

Text Font Color

.myTextColor { color: #8A7164; }

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

This text font color is #8A7164.

Background Color

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

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

This div background color is #8A7164.

Border color

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

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

This div border color is #8A7164.

Opacity

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

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

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

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

This text has shadow with #8A7164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7164.

Preview

Color preview on black background

This text has color #8A7164 on black background.


Color preview on white background

This text has color #8A7164 on white background.


Black color preview on #8A7164 background

This text has black color on #8A7164 background.


White color preview on #8A7164 background

This text has white color on #8A7164 background.


Related colors

Complementary color

Complementary color for #hex is #758E9B.


I love getcolorcode.com

Triadic colors

1 #648A71 and #71648A with #8A7164 are triadic colors.

2 #64718A and #718A64 with #8A7164 are triadic colors.