COLOR #8C7571

HEX: #8C7571 RGB: (140,117,113)

Color info

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

RGB color model

#8C7571 color RGB value is (140,117,113).

RGB: (140,117,113) (55%, 46%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 113 of 255 = 44%

140
117
113

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

Portions of RGB colors in percentages

R + G + B = 140 + 117 + 113 = 370 (100%)
R 140 of 370 ~ 37.84%
G 117 of 370 ~ 31.62%
B 113 of 370 ~ 30.54'%

%37.84
%31.62
%30.54

CMYK color model

#8C7571 color CMYK value is (0,16,19,45).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 19.29%
  • key color value is 45.10%

CMYK: (0,16,19,45)
C0M16Y19K45 (0%, 16%, 19%, 45%)
(0.00 / 0.16 / 0.19 / 0.45)

CMYK percentages

%0
%16.43
%19.29
%45.1

Codes

Color #8C7571 in popluar color models

8C 75 71
RGB 140 117 113
HSL 10.67% 49.61%
HSB/HSV 19.29% 54.90%
CMYK 0.00% 16.43% 19.29%
45.10%

Color #8C7571 in popluar number systems.

HEX 8C 75 71
Decimal 140 117 113
Binary 10001100 1110101 1110001
Octal 214 165 161

Shades and tints

Shades of #8C7571

#8C7571
(140,117,113)
#806B67
(128,107,103)
#74615D
(116,97,93)
#685753
(104,87,83)
#5C4D49
(92,77,73)
#50433F
(80,67,63)
#443935
(68,57,53)
#382F2B
(56,47,43)
#2C2521
(44,37,33)
#201B17
(32,27,23)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #8C7571

#8C7571
(140,117,113)
#96817D
(150,129,125)
#A08D89
(160,141,137)
#AA9995
(170,153,149)
#B4A5A1
(180,165,161)
#BEB1AD
(190,177,173)
#C8BDB9
(200,189,185)
#D2C9C5
(210,201,197)
#DCD5D1
(220,213,209)
#E6E1DD
(230,225,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7571; }

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

This text font color is #8C7571.

Background Color

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

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

This div background color is #8C7571.

Border color

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

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

This div border color is #8C7571.

Opacity

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

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

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

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

This text has shadow with #8C7571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7571.

Preview

Color preview on black background

This text has color #8C7571 on black background.


Color preview on white background

This text has color #8C7571 on white background.


Black color preview on #8C7571 background

This text has black color on #8C7571 background.


White color preview on #8C7571 background

This text has white color on #8C7571 background.


Related colors

Complementary color

Complementary color for #hex is #738A8E.


I love getcolorcode.com

Triadic colors

1 #718C75 and #75718C with #8C7571 are triadic colors.

2 #71758C and #758C71 with #8C7571 are triadic colors.