COLOR #8C5D45

HEX: #8C5D45
RGB: (140,93,69)

Color info

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

RGB color model

#8C5D45 color RGB value is (140,93,69).

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

RGB channels and saturation

R 140 of 255 = 55%
G 93 of 255 = 36%
B 69 of 255 = 27%

140
93
69

R + G + B ~ 39%. #8C5D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 93 + 69 = 302 (100%)
R 140 of 302 ~ 46.36%
G 93 of 302 ~ 30.79%
B 69 of 302 ~ 22.85%

%46.36
%30.79
%22.85

CMYK color model

#8C5D45 color CMYK value is (0,34,51,45).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 50.71%
  • key color value is 45.10%
CMYK:
(0,34,51,45)
C0M34Y51K45 
(0%,34%,51%,45%)
(0.00/0.34/0.51/0.45)	

CMYK percentages

%0
%33.57
%50.71
%45.1

Codes

Color #8C5D45 in popluar color models

8C5D45
RGB1409369
HSL20°33.97%40.98%
HSB/HSV20°50.71%54.90%
CMYK0.00%33.57%50.71%
45.10%

Color #8C5D45 in popluar number systems.

HEX8C5D45
Decimal1409369
Binary1000110010111011000101
Octal214135105

Shades and tints

Shades of #8C5D45

#8C5D45
(140,93,69)
#80553F
(128,85,63)
#744D39
(116,77,57)
#684533
(104,69,51)
#5C3D2D
(92,61,45)
#503527
(80,53,39)
#442D21
(68,45,33)
#38251B
(56,37,27)
#2C1D15
(44,29,21)
#20150F
(32,21,15)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #8C5D45

#8C5D45
(140,93,69)
#966B55
(150,107,85)
#A07965
(160,121,101)
#AA8775
(170,135,117)
#B49585
(180,149,133)
#BEA395
(190,163,149)
#C8B1A5
(200,177,165)
#D2BFB5
(210,191,181)
#DCCDC5
(220,205,197)
#E6DBD5
(230,219,213)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5D45; }

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

This text font color is #8C5D45.


Background Color

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

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

This div background color is #8C5D45.


Border color

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

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

This div border color is #8C5D45.


Opacity

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

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

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

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

This text has shadow with #8C5D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5D45 on black background.


Color preview on white background

This text has color #8C5D45 on white background.



Black color preview on #8C5D45 background

This text has black color on #8C5D45 background.


White color preview on #8C5D45 background

This text has white color on #8C5D45 background.