COLOR #8C5039

HEX: #8C5039 RGB: (140,80,57)

Color info

#8C5039 contains mainly red color. Web safe color of #8C5039 is #996633 (or #963).

RGB color model

#8C5039 color RGB value is (140,80,57).

RGB: (140,80,57) (55%, 31%, 22%)

RGB channels and saturation

R 140 of 255 = 55%
G 80 of 255 = 31%
B 57 of 255 = 22%

140
80
57

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

Portions of RGB colors in percentages

R + G + B = 140 + 80 + 57 = 277 (100%)
R 140 of 277 ~ 50.54%
G 80 of 277 ~ 28.88%
B 57 of 277 ~ 20.58'%

%50.54
%28.88
%20.58

CMYK color model

#8C5039 color CMYK value is (0,43,59,45).

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

CMYK: (0,43,59,45)
C0M43Y59K45 (0%, 43%, 59%, 45%)
(0.00 / 0.43 / 0.59 / 0.45)

CMYK percentages

%0
%42.86
%59.29
%45.1

Codes

Color #8C5039 in popluar color models

8C 50 39
RGB 140 80 57
HSL 17° 42.13% 38.63%
HSB/HSV 17° 59.29% 54.90%
CMYK 0.00% 42.86% 59.29%
45.10%

Color #8C5039 in popluar number systems.

HEX 8C 50 39
Decimal 140 80 57
Binary 10001100 1010000 111001
Octal 214 120 71

Shades and tints

Shades of #8C5039

#8C5039
(140,80,57)
#804934
(128,73,52)
#74422F
(116,66,47)
#683B2A
(104,59,42)
#5C3425
(92,52,37)
#502D20
(80,45,32)
#44261B
(68,38,27)
#381F16
(56,31,22)
#2C1811
(44,24,17)
#20110C
(32,17,12)
#140A07
(20,10,7)
#000000
(0,0,0)

Tints of #8C5039

#8C5039
(140,80,57)
#965F4B
(150,95,75)
#A06E5D
(160,110,93)
#AA7D6F
(170,125,111)
#B48C81
(180,140,129)
#BE9B93
(190,155,147)
#C8AAA5
(200,170,165)
#D2B9B7
(210,185,183)
#DCC8C9
(220,200,201)
#E6D7DB
(230,215,219)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5039; }

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

This text font color is #8C5039.

Background Color

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

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

This div background color is #8C5039.

Border color

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

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

This div border color is #8C5039.

Opacity

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

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

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

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

This text has shadow with #8C5039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5039.

Preview

Color preview on black background

This text has color #8C5039 on black background.


Color preview on white background

This text has color #8C5039 on white background.


Black color preview on #8C5039 background

This text has black color on #8C5039 background.


White color preview on #8C5039 background

This text has white color on #8C5039 background.


Related colors

Complementary color

Complementary color for #hex is #73AFC6.


I love getcolorcode.com

Triadic colors

1 #398C50 and #50398C with #8C5039 are triadic colors.

2 #39508C and #508C39 with #8C5039 are triadic colors.