COLOR #8A716F

HEX: #8A716F
RGB: (138,113,111)

Color info

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

RGB color model

#8A716F color RGB value is (138,113,111).

  • red value is 138;
  • green value is 113;
  • blue value is 111.
RGB:
(138,113,111)
(54%,44%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 111 of 255 = 44%

138
113
111

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

Portions of RGB colors in percentages

R + G + B =
138 + 113 + 111 = 362 (100%)
R 138 of 362 ~ 38.12%
G 113 of 362 ~ 31.22%
B 111 of 362 ~ 30.66%

%38.12
%31.22
%30.66

CMYK color model

#8A716F color CMYK value is (0,18,20,46).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(0,18,20,46)
C0M18Y20K46 
(0%,18%,20%,46%)
(0.00/0.18/0.20/0.46)	

CMYK percentages

%0
%18.12
%19.57
%45.88

Codes

Color #8A716F in popluar color models

8A716F
RGB138113111
HSL10.84%48.82%
HSB/HSV19.57%54.12%
CMYK0.00%18.12%19.57%
45.88%

Color #8A716F in popluar number systems.

HEX8A716F
Decimal138113111
Binary1000101011100011101111
Octal212161157

Shades and tints

Shades of #8A716F

#8A716F
(138,113,111)
#7E6765
(126,103,101)
#725D5B
(114,93,91)
#665351
(102,83,81)
#5A4947
(90,73,71)
#4E3F3D
(78,63,61)
#423533
(66,53,51)
#362B29
(54,43,41)
#2A211F
(42,33,31)
#1E1715
(30,23,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #8A716F

#8A716F
(138,113,111)
#947D7C
(148,125,124)
#9E8989
(158,137,137)
#A89596
(168,149,150)
#B2A1A3
(178,161,163)
#BCADB0
(188,173,176)
#C6B9BD
(198,185,189)
#D0C5CA
(208,197,202)
#DAD1D7
(218,209,215)
#E4DDE4
(228,221,228)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A716F; }

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

This text font color is #8A716F.


Background Color

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

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

This div background color is #8A716F.


Border color

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

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

This div border color is #8A716F.


Opacity

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

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

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

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

This text has shadow with #8A716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A716F on black background.


Color preview on white background

This text has color #8A716F on white background.



Black color preview on #8A716F background

This text has black color on #8A716F background.


White color preview on #8A716F background

This text has white color on #8A716F background.