COLOR #8C5557

HEX: #8C5557 RGB: (140,85,87)

Color info

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

RGB color model

#8C5557 color RGB value is (140,85,87).

RGB: (140,85,87) (55%, 33%, 34%)

RGB channels and saturation

R 140 of 255 = 55%
G 85 of 255 = 33%
B 87 of 255 = 34%

140
85
87

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

Portions of RGB colors in percentages

R + G + B = 140 + 85 + 87 = 312 (100%)
R 140 of 312 ~ 44.87%
G 85 of 312 ~ 27.24%
B 87 of 312 ~ 27.88'%

%44.87
%27.24
%27.88

CMYK color model

#8C5557 color CMYK value is (0,39,38,45).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 37.86%
  • key color value is 45.10%
CMYK: (0,39,38,45) C0M39Y38K45 (0%,39%,38%,45%) (0.00/0.39/0.38/0.45) 

CMYK percentages

%0
%39.29
%37.86
%45.1

Codes

Color #8C5557 in popluar color models

8C 55 57
RGB 140 85 87
HSL 358° 24.44% 44.12%
HSB/HSV 358° 39.29% 54.90%
CMYK 0.00% 39.29% 37.86%
45.10%

Color #8C5557 in popluar number systems.

HEX 8C 55 57
Decimal 140 85 87
Binary 10001100 1010101 1010111
Octal 214 125 127

Shades and tints

Shades of #8C5557

#8C5557
(140,85,87)
#804E50
(128,78,80)
#744749
(116,71,73)
#684042
(104,64,66)
#5C393B
(92,57,59)
#503234
(80,50,52)
#442B2D
(68,43,45)
#382426
(56,36,38)
#2C1D1F
(44,29,31)
#201618
(32,22,24)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C5557

#8C5557
(140,85,87)
#966466
(150,100,102)
#A07375
(160,115,117)
#AA8284
(170,130,132)
#B49193
(180,145,147)
#BEA0A2
(190,160,162)
#C8AFB1
(200,175,177)
#D2BEC0
(210,190,192)
#DCCDCF
(220,205,207)
#E6DCDE
(230,220,222)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5557 color. Also use rgb(140,85,87) instead hex code.

Text Font Color

.myTextColor { color: #8C5557; }

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

This text font color is #8C5557.

Background Color

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

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

This div background color is #8C5557.

Border color

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

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

This div border color is #8C5557.

Opacity

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

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

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

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

This text has shadow with #8C5557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5557.

Preview

Color preview on black background

This text has color #8C5557 on black background.


Color preview on white background

This text has color #8C5557 on white background.


Black color preview on #8C5557 background

This text has black color on #8C5557 background.


White color preview on #8C5557 background

This text has white color on #8C5557 background.


Related colors

Complementary color

Complementary color for #hex is #73AAA8.


I love getcolorcode.com

Triadic colors

1 #578C55 and #55578C with #8C5557 are triadic colors.

2 #57558C and #558C57 with #8C5557 are triadic colors.