COLOR #8C5D50

HEX: #8C5D50 RGB: (140,93,80)

Color info

#8C5D50 contains mainly red and green colors. Web safe color of #8C5D50 is #996666 (or #966).

RGB color model

#8C5D50 color RGB value is (140,93,80).

RGB: (140,93,80) (55%, 36%, 31%)

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 80 of 255 = 31%

140
93
80

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

Portions of RGB colors in percentages

R + G + B = 140 + 93 + 80 = 313 (100%)
R 140 of 313 ~ 44.73%
G 93 of 313 ~ 29.71%
B 80 of 313 ~ 25.56'%

%44.73
%29.71
%25.56

CMYK color model

#8C5D50 color CMYK value is (0,34,43,45).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 42.86%
  • key color value is 45.10%

CMYK: (0,34,43,45)
C0M34Y43K45 (0%, 34%, 43%, 45%)
(0.00 / 0.34 / 0.43 / 0.45)

CMYK percentages

%0
%33.57
%42.86
%45.1

Codes

Color #8C5D50 in popluar color models

8C 5D 50
RGB 140 93 80
HSL 13° 27.27% 43.14%
HSB/HSV 13° 42.86% 54.90%
CMYK 0.00% 33.57% 42.86%
45.10%

Color #8C5D50 in popluar number systems.

HEX 8C 5D 50
Decimal 140 93 80
Binary 10001100 1011101 1010000
Octal 214 135 120

Shades and tints

Shades of #8C5D50

#8C5D50
(140,93,80)
#805549
(128,85,73)
#744D42
(116,77,66)
#68453B
(104,69,59)
#5C3D34
(92,61,52)
#50352D
(80,53,45)
#442D26
(68,45,38)
#38251F
(56,37,31)
#2C1D18
(44,29,24)
#201511
(32,21,17)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #8C5D50

#8C5D50
(140,93,80)
#966B5F
(150,107,95)
#A0796E
(160,121,110)
#AA877D
(170,135,125)
#B4958C
(180,149,140)
#BEA39B
(190,163,155)
#C8B1AA
(200,177,170)
#D2BFB9
(210,191,185)
#DCCDC8
(220,205,200)
#E6DBD7
(230,219,215)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5D50 color. Also use rgb(140,93,80) instead hex code.

Text Font Color

.myTextColor { color: #8C5D50; }

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

This text font color is #8C5D50.

Background Color

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

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

This div background color is #8C5D50.

Border color

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

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

This div border color is #8C5D50.

Opacity

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

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

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

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

This text has shadow with #8C5D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5D50.

Preview

Color preview on black background

This text has color #8C5D50 on black background.


Color preview on white background

This text has color #8C5D50 on white background.


Black color preview on #8C5D50 background

This text has black color on #8C5D50 background.


White color preview on #8C5D50 background

This text has white color on #8C5D50 background.


Related colors

Complementary color

Complementary color for #hex is #73A2AF.


I love getcolorcode.com

Triadic colors

1 #508C5D and #5D508C with #8C5D50 are triadic colors.

2 #505D8C and #5D8C50 with #8C5D50 are triadic colors.