COLOR #8C5237

HEX: #8C5237
RGB: (140,82,55)

Color info

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

RGB color model

#8C5237 color RGB value is (140,82,55).

  • red value is 140;
  • green value is 82;
  • blue value is 55.
RGB:
(140,82,55)
(55%,32%,22%)

RGB channels and saturation

R 140 of 255 = 55%
G 82 of 255 = 32%
B 55 of 255 = 22%

140
82
55

R + G + B ~ 36%. #8C5237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 82 + 55 = 277 (100%)
R 140 of 277 ~ 50.54%
G 82 of 277 ~ 29.6%
B 55 of 277 ~ 19.86%

%50.54
%29.6
%19.86

CMYK color model

#8C5237 color CMYK value is (0,41,61,45).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 60.71%
  • key color value is 45.10%
CMYK:
(0,41,61,45)
C0M41Y61K45 
(0%,41%,61%,45%)
(0.00/0.41/0.61/0.45)	

CMYK percentages

%0
%41.43
%60.71
%45.1

Codes

Color #8C5237 in popluar color models

8C5237
RGB1408255
HSL19°43.59%38.24%
HSB/HSV19°60.71%54.90%
CMYK0.00%41.43%60.71%
45.10%

Color #8C5237 in popluar number systems.

HEX8C5237
Decimal1408255
Binary100011001010010110111
Octal21412267

Shades and tints

Shades of #8C5237

#8C5237
(140,82,55)
#804B32
(128,75,50)
#74442D
(116,68,45)
#683D28
(104,61,40)
#5C3623
(92,54,35)
#502F1E
(80,47,30)
#442819
(68,40,25)
#382114
(56,33,20)
#2C1A0F
(44,26,15)
#20130A
(32,19,10)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #8C5237

#8C5237
(140,82,55)
#966149
(150,97,73)
#A0705B
(160,112,91)
#AA7F6D
(170,127,109)
#B48E7F
(180,142,127)
#BE9D91
(190,157,145)
#C8ACA3
(200,172,163)
#D2BBB5
(210,187,181)
#DCCAC7
(220,202,199)
#E6D9D9
(230,217,217)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5237 color. Also use rgb(140,82,55) instead hex code.

Text Font Color

.myTextColor { color: #8C5237; }

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

This text font color is #8C5237.


Background Color

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

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

This div background color is #8C5237.


Border color

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

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

This div border color is #8C5237.


Opacity

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

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

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

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

This text has shadow with #8C5237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5237 on black background.


Color preview on white background

This text has color #8C5237 on white background.



Black color preview on #8C5237 background

This text has black color on #8C5237 background.


White color preview on #8C5237 background

This text has white color on #8C5237 background.