COLOR #8C5944

HEX: #8C5944 RGB: (140,89,68)

Color info

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

RGB color model

#8C5944 color RGB value is (140,89,68).

RGB: (140,89,68) (55%, 35%, 27%)

RGB channels and saturation

R 140 of 255 = 55%
G 89 of 255 = 35%
B 68 of 255 = 27%

140
89
68

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

Portions of RGB colors in percentages

R + G + B = 140 + 89 + 68 = 297 (100%)
R 140 of 297 ~ 47.14%
G 89 of 297 ~ 29.97%
B 68 of 297 ~ 22.9'%

%47.14
%29.97
%22.9

CMYK color model

#8C5944 color CMYK value is (0,36,51,45).

  • cyan value is 0.00%
  • magenta value is 36.43%
  • yellow value is 51.43%
  • key color value is 45.10%

CMYK: (0,36,51,45)
C0M36Y51K45 (0%, 36%, 51%, 45%)
(0.00 / 0.36 / 0.51 / 0.45)

CMYK percentages

%0
%36.43
%51.43
%45.1

Codes

Color #8C5944 in popluar color models

8C 59 44
RGB 140 89 68
HSL 18° 34.62% 40.78%
HSB/HSV 18° 51.43% 54.90%
CMYK 0.00% 36.43% 51.43%
45.10%

Color #8C5944 in popluar number systems.

HEX 8C 59 44
Decimal 140 89 68
Binary 10001100 1011001 1000100
Octal 214 131 104

Shades and tints

Shades of #8C5944

#8C5944
(140,89,68)
#80513E
(128,81,62)
#744938
(116,73,56)
#684132
(104,65,50)
#5C392C
(92,57,44)
#503126
(80,49,38)
#442920
(68,41,32)
#38211A
(56,33,26)
#2C1914
(44,25,20)
#20110E
(32,17,14)
#140908
(20,9,8)
#000000
(0,0,0)

Tints of #8C5944

#8C5944
(140,89,68)
#966855
(150,104,85)
#A07766
(160,119,102)
#AA8677
(170,134,119)
#B49588
(180,149,136)
#BEA499
(190,164,153)
#C8B3AA
(200,179,170)
#D2C2BB
(210,194,187)
#DCD1CC
(220,209,204)
#E6E0DD
(230,224,221)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5944 color. Also use rgb(140,89,68) instead hex code.

Text Font Color

.myTextColor { color: #8C5944; }

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

This text font color is #8C5944.

Background Color

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

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

This div background color is #8C5944.

Border color

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

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

This div border color is #8C5944.

Opacity

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

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

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

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

This text has shadow with #8C5944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5944.

Preview

Color preview on black background

This text has color #8C5944 on black background.


Color preview on white background

This text has color #8C5944 on white background.


Black color preview on #8C5944 background

This text has black color on #8C5944 background.


White color preview on #8C5944 background

This text has white color on #8C5944 background.


Related colors

Complementary color

Complementary color for #hex is #73A6BB.


I love getcolorcode.com

Triadic colors

1 #448C59 and #59448C with #8C5944 are triadic colors.

2 #44598C and #598C44 with #8C5944 are triadic colors.