COLOR #8C9571

HEX: #8C9571
RGB: (140,149,113)

Color info

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

RGB color model

#8C9571 color RGB value is (140,149,113).

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

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 113 of 255 = 44%

140
149
113

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 113 = 402 (100%)
R 140 of 402 ~ 34.83%
G 149 of 402 ~ 37.06%
B 113 of 402 ~ 28.11%

%34.83
%37.06
%28.11

CMYK color model

#8C9571 color CMYK value is (6,0,24,42).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 24.16%
  • key color value is 41.57%
CMYK:
(6,0,24,42)
C6M0Y24K42 
(6%,0%,24%,42%)
(0.06/0.00/0.24/0.42)	

CMYK percentages

%6.04
%0
%24.16
%41.57

Codes

Color #8C9571 in popluar color models

8C9571
RGB140149113
HSL75°14.52%51.37%
HSB/HSV75°24.16%58.43%
CMYK6.04%0.00%24.16%
41.57%

Color #8C9571 in popluar number systems.

HEX8C9571
Decimal140149113
Binary10001100100101011110001
Octal214225161

Shades and tints

Shades of #8C9571

#8C9571
(140,149,113)
#808867
(128,136,103)
#747B5D
(116,123,93)
#686E53
(104,110,83)
#5C6149
(92,97,73)
#50543F
(80,84,63)
#444735
(68,71,53)
#383A2B
(56,58,43)
#2C2D21
(44,45,33)
#202017
(32,32,23)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #8C9571

#8C9571
(140,149,113)
#969E7D
(150,158,125)
#A0A789
(160,167,137)
#AAB095
(170,176,149)
#B4B9A1
(180,185,161)
#BEC2AD
(190,194,173)
#C8CBB9
(200,203,185)
#D2D4C5
(210,212,197)
#DCDDD1
(220,221,209)
#E6E6DD
(230,230,221)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9571; }

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

This text font color is #8C9571.


Background Color

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

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

This div background color is #8C9571.


Border color

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

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

This div border color is #8C9571.


Opacity

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

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

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

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

This text has shadow with #8C9571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9571 on black background.


Color preview on white background

This text has color #8C9571 on white background.



Black color preview on #8C9571 background

This text has black color on #8C9571 background.


White color preview on #8C9571 background

This text has white color on #8C9571 background.