COLOR #8C4C3C

HEX: #8C4C3C RGB: (140,76,60)

Color info

#8C4C3C contains mainly red color. Web safe color of #8C4C3C is #993333 (or #933).

RGB color model

#8C4C3C color RGB value is (140,76,60).

RGB: (140,76,60) (55%, 30%, 24%)

RGB channels and saturation

R 140 of 255 = 55%
G 76 of 255 = 30%
B 60 of 255 = 24%

140
76
60

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

Portions of RGB colors in percentages

R + G + B = 140 + 76 + 60 = 276 (100%)
R 140 of 276 ~ 50.72%
G 76 of 276 ~ 27.54%
B 60 of 276 ~ 21.74'%

%50.72
%27.54
%21.74

CMYK color model

#8C4C3C color CMYK value is (0,46,57,45).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 57.14%
  • key color value is 45.10%
CMYK: (0,46,57,45) C0M46Y57K45 (0%,46%,57%,45%) (0.00/0.46/0.57/0.45) 

CMYK percentages

%0
%45.71
%57.14
%45.1

Codes

Color #8C4C3C in popluar color models

8C 4C 3C
RGB 140 76 60
HSL 12° 40.00% 39.22%
HSB/HSV 12° 57.14% 54.90%
CMYK 0.00% 45.71% 57.14%
45.10%

Color #8C4C3C in popluar number systems.

HEX 8C 4C 3C
Decimal 140 76 60
Binary 10001100 1001100 111100
Octal 214 114 74

Shades and tints

Shades of #8C4C3C

#8C4C3C
(140,76,60)
#804637
(128,70,55)
#744032
(116,64,50)
#683A2D
(104,58,45)
#5C3428
(92,52,40)
#502E23
(80,46,35)
#44281E
(68,40,30)
#382219
(56,34,25)
#2C1C14
(44,28,20)
#20160F
(32,22,15)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #8C4C3C

#8C4C3C
(140,76,60)
#965C4D
(150,92,77)
#A06C5E
(160,108,94)
#AA7C6F
(170,124,111)
#B48C80
(180,140,128)
#BE9C91
(190,156,145)
#C8ACA2
(200,172,162)
#D2BCB3
(210,188,179)
#DCCCC4
(220,204,196)
#E6DCD5
(230,220,213)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4C3C color. Also use rgb(140,76,60) instead hex code.

Text Font Color

.myTextColor { color: #8C4C3C; }

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

This text font color is #8C4C3C.

Background Color

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

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

This div background color is #8C4C3C.

Border color

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

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

This div border color is #8C4C3C.

Opacity

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

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

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

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

This text has shadow with #8C4C3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C4C3C.

Preview

Color preview on black background

This text has color #8C4C3C on black background.


Color preview on white background

This text has color #8C4C3C on white background.


Black color preview on #8C4C3C background

This text has black color on #8C4C3C background.


White color preview on #8C4C3C background

This text has white color on #8C4C3C background.


Related colors

Complementary color

Complementary color for #hex is #73B3C3.


I love getcolorcode.com

Triadic colors

1 #3C8C4C and #4C3C8C with #8C4C3C are triadic colors.

2 #3C4C8C and #4C8C3C with #8C4C3C are triadic colors.