COLOR #8C9171

HEX: #8C9171
RGB: (140,145,113)

Color info

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

RGB color model

#8C9171 color RGB value is (140,145,113).

  • red value is 140;
  • green value is 145;
  • blue value is 113.
RGB:
(140,145,113)
(55%,57%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 145 of 255 = 57%
B 113 of 255 = 44%

140
145
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 145 + 113 = 398 (100%)
R 140 of 398 ~ 35.18%
G 145 of 398 ~ 36.43%
B 113 of 398 ~ 28.39%

%35.18
%36.43
%28.39

CMYK color model

#8C9171 color CMYK value is (3,0,22,43).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 43.14%
CMYK:
(3,0,22,43)
C3M0Y22K43 
(3%,0%,22%,43%)
(0.03/0.00/0.22/0.43)	

CMYK percentages

%3.45
%0
%22.07
%43.14

Codes

Color #8C9171 in popluar color models

8C9171
RGB140145113
HSL69°12.70%50.59%
HSB/HSV69°22.07%56.86%
CMYK3.45%0.00%22.07%
43.14%

Color #8C9171 in popluar number systems.

HEX8C9171
Decimal140145113
Binary10001100100100011110001
Octal214221161

Shades and tints

Shades of #8C9171

#8C9171
(140,145,113)
#808467
(128,132,103)
#74775D
(116,119,93)
#686A53
(104,106,83)
#5C5D49
(92,93,73)
#50503F
(80,80,63)
#444335
(68,67,53)
#38362B
(56,54,43)
#2C2921
(44,41,33)
#201C17
(32,28,23)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #8C9171

#8C9171
(140,145,113)
#969B7D
(150,155,125)
#A0A589
(160,165,137)
#AAAF95
(170,175,149)
#B4B9A1
(180,185,161)
#BEC3AD
(190,195,173)
#C8CDB9
(200,205,185)
#D2D7C5
(210,215,197)
#DCE1D1
(220,225,209)
#E6EBDD
(230,235,221)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9171 color. Also use rgb(140,145,113) instead hex code.

Text Font Color

.myTextColor { color: #8C9171; }

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

This text font color is #8C9171.


Background Color

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

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

This div background color is #8C9171.


Border color

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

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

This div border color is #8C9171.


Opacity

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

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

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

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

This text has shadow with #8C9171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9171 on black background.


Color preview on white background

This text has color #8C9171 on white background.



Black color preview on #8C9171 background

This text has black color on #8C9171 background.


White color preview on #8C9171 background

This text has white color on #8C9171 background.