COLOR #8A917C

HEX: #8A917C
RGB: (138,145,124)

Color info

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

RGB color model

#8A917C color RGB value is (138,145,124).

  • red value is 138;
  • green value is 145;
  • blue value is 124.
RGB:
(138,145,124)
(54%,57%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 145 of 255 = 57%
B 124 of 255 = 49%

138
145
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 145 + 124 = 407 (100%)
R 138 of 407 ~ 33.91%
G 145 of 407 ~ 35.63%
B 124 of 407 ~ 30.47%

%33.91
%35.63
%30.47

CMYK color model

#8A917C color CMYK value is (5,0,14,43).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 43.14%
CMYK:
(5,0,14,43)
C5M0Y14K43 
(5%,0%,14%,43%)
(0.05/0.00/0.14/0.43)	

CMYK percentages

%4.83
%0
%14.48
%43.14

Codes

Color #8A917C in popluar color models

8A917C
RGB138145124
HSL80°8.71%52.75%
HSB/HSV80°14.48%56.86%
CMYK4.83%0.00%14.48%
43.14%

Color #8A917C in popluar number systems.

HEX8A917C
Decimal138145124
Binary10001010100100011111100
Octal212221174

Shades and tints

Shades of #8A917C

#8A917C
(138,145,124)
#7E8471
(126,132,113)
#727766
(114,119,102)
#666A5B
(102,106,91)
#5A5D50
(90,93,80)
#4E5045
(78,80,69)
#42433A
(66,67,58)
#36362F
(54,54,47)
#2A2924
(42,41,36)
#1E1C19
(30,28,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #8A917C

#8A917C
(138,145,124)
#949B87
(148,155,135)
#9EA592
(158,165,146)
#A8AF9D
(168,175,157)
#B2B9A8
(178,185,168)
#BCC3B3
(188,195,179)
#C6CDBE
(198,205,190)
#D0D7C9
(208,215,201)
#DAE1D4
(218,225,212)
#E4EBDF
(228,235,223)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A917C color. Also use rgb(138,145,124) instead hex code.

Text Font Color

.myTextColor { color: #8A917C; }

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

This text font color is #8A917C.


Background Color

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

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

This div background color is #8A917C.


Border color

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

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

This div border color is #8A917C.


Opacity

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

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

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

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

This text has shadow with #8A917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A917C on black background.


Color preview on white background

This text has color #8A917C on white background.



Black color preview on #8A917C background

This text has black color on #8A917C background.


White color preview on #8A917C background

This text has white color on #8A917C background.