COLOR #8C5839

HEX: #8C5839
RGB: (140,88,57)

Color info

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

RGB color model

#8C5839 color RGB value is (140,88,57).

  • red value is 140;
  • green value is 88;
  • blue value is 57.
RGB:
(140,88,57)
(55%,35%,22%)

RGB channels and saturation

R 140 of 255 = 55%
G 88 of 255 = 35%
B 57 of 255 = 22%

140
88
57

R + G + B ~ 37%. #8C5839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 88 + 57 = 285 (100%)
R 140 of 285 ~ 49.12%
G 88 of 285 ~ 30.88%
B 57 of 285 ~ 20%

%49.12
%30.88
%20

CMYK color model

#8C5839 color CMYK value is (0,37,59,45).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 59.29%
  • key color value is 45.10%
CMYK:
(0,37,59,45)
C0M37Y59K45 
(0%,37%,59%,45%)
(0.00/0.37/0.59/0.45)	

CMYK percentages

%0
%37.14
%59.29
%45.1

Codes

Color #8C5839 in popluar color models

8C5839
RGB1408857
HSL22°42.13%38.63%
HSB/HSV22°59.29%54.90%
CMYK0.00%37.14%59.29%
45.10%

Color #8C5839 in popluar number systems.

HEX8C5839
Decimal1408857
Binary100011001011000111001
Octal21413071

Shades and tints

Shades of #8C5839

#8C5839
(140,88,57)
#805034
(128,80,52)
#74482F
(116,72,47)
#68402A
(104,64,42)
#5C3825
(92,56,37)
#503020
(80,48,32)
#44281B
(68,40,27)
#382016
(56,32,22)
#2C1811
(44,24,17)
#20100C
(32,16,12)
#140807
(20,8,7)
#000000
(0,0,0)

Tints of #8C5839

#8C5839
(140,88,57)
#96674B
(150,103,75)
#A0765D
(160,118,93)
#AA856F
(170,133,111)
#B49481
(180,148,129)
#BEA393
(190,163,147)
#C8B2A5
(200,178,165)
#D2C1B7
(210,193,183)
#DCD0C9
(220,208,201)
#E6DFDB
(230,223,219)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5839 color. Also use rgb(140,88,57) instead hex code.

Text Font Color

.myTextColor { color: #8C5839; }

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

This text font color is #8C5839.


Background Color

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

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

This div background color is #8C5839.


Border color

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

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

This div border color is #8C5839.


Opacity

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

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

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

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

This text has shadow with #8C5839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5839 on black background.


Color preview on white background

This text has color #8C5839 on white background.



Black color preview on #8C5839 background

This text has black color on #8C5839 background.


White color preview on #8C5839 background

This text has white color on #8C5839 background.