COLOR #8C5D49

HEX: #8C5D49
RGB: (140,93,73)

Color info

#8C5D49 contains mainly red and green colors. Web safe color of #8C5D49 is #996633 (or #963).

RGB color model

#8C5D49 color RGB value is (140,93,73).

  • red value is 140;
  • green value is 93;
  • blue value is 73.
RGB:
(140,93,73)
(55%,36%,29%)

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 73 of 255 = 29%

140
93
73

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

Portions of RGB colors in percentages

R + G + B =
140 + 93 + 73 = 306 (100%)
R 140 of 306 ~ 45.75%
G 93 of 306 ~ 30.39%
B 73 of 306 ~ 23.86%

%45.75
%30.39
%23.86

CMYK color model

#8C5D49 color CMYK value is (0,34,48,45).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(0,34,48,45)
C0M34Y48K45 
(0%,34%,48%,45%)
(0.00/0.34/0.48/0.45)	

CMYK percentages

%0
%33.57
%47.86
%45.1

Codes

Color #8C5D49 in popluar color models

8C5D49
RGB1409373
HSL18°31.46%41.76%
HSB/HSV18°47.86%54.90%
CMYK0.00%33.57%47.86%
45.10%

Color #8C5D49 in popluar number systems.

HEX8C5D49
Decimal1409373
Binary1000110010111011001001
Octal214135111

Shades and tints

Shades of #8C5D49

#8C5D49
(140,93,73)
#805543
(128,85,67)
#744D3D
(116,77,61)
#684537
(104,69,55)
#5C3D31
(92,61,49)
#50352B
(80,53,43)
#442D25
(68,45,37)
#38251F
(56,37,31)
#2C1D19
(44,29,25)
#201513
(32,21,19)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #8C5D49

#8C5D49
(140,93,73)
#966B59
(150,107,89)
#A07969
(160,121,105)
#AA8779
(170,135,121)
#B49589
(180,149,137)
#BEA399
(190,163,153)
#C8B1A9
(200,177,169)
#D2BFB9
(210,191,185)
#DCCDC9
(220,205,201)
#E6DBD9
(230,219,217)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5D49; }

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

This text font color is #8C5D49.


Background Color

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

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

This div background color is #8C5D49.


Border color

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

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

This div border color is #8C5D49.


Opacity

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

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

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

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

This text has shadow with #8C5D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5D49 on black background.


Color preview on white background

This text has color #8C5D49 on white background.



Black color preview on #8C5D49 background

This text has black color on #8C5D49 background.


White color preview on #8C5D49 background

This text has white color on #8C5D49 background.