COLOR #8C554D

HEX: #8C554D RGB: (140,85,77)

Color info

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

RGB color model

#8C554D color RGB value is (140,85,77).

RGB: (140,85,77) (55%, 33%, 30%)

RGB channels and saturation

R 140 of 255 = 55%
G 85 of 255 = 33%
B 77 of 255 = 30%

140
85
77

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

Portions of RGB colors in percentages

R + G + B = 140 + 85 + 77 = 302 (100%)
R 140 of 302 ~ 46.36%
G 85 of 302 ~ 28.15%
B 77 of 302 ~ 25.5'%

%46.36
%28.15
%25.5

CMYK color model

#8C554D color CMYK value is (0,39,45,45).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 45.00%
  • key color value is 45.10%

CMYK: (0,39,45,45)
C0M39Y45K45 (0%, 39%, 45%, 45%)
(0.00 / 0.39 / 0.45 / 0.45)

CMYK percentages

%0
%39.29
%45
%45.1

Codes

Color #8C554D in popluar color models

8C 55 4D
RGB 140 85 77
HSL 29.03% 42.55%
HSB/HSV 45.00% 54.90%
CMYK 0.00% 39.29% 45.00%
45.10%

Color #8C554D in popluar number systems.

HEX 8C 55 4D
Decimal 140 85 77
Binary 10001100 1010101 1001101
Octal 214 125 115

Shades and tints

Shades of #8C554D

#8C554D
(140,85,77)
#804E46
(128,78,70)
#74473F
(116,71,63)
#684038
(104,64,56)
#5C3931
(92,57,49)
#50322A
(80,50,42)
#442B23
(68,43,35)
#38241C
(56,36,28)
#2C1D15
(44,29,21)
#20160E
(32,22,14)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #8C554D

#8C554D
(140,85,77)
#96645D
(150,100,93)
#A0736D
(160,115,109)
#AA827D
(170,130,125)
#B4918D
(180,145,141)
#BEA09D
(190,160,157)
#C8AFAD
(200,175,173)
#D2BEBD
(210,190,189)
#DCCDCD
(220,205,205)
#E6DCDD
(230,220,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C554D color. Also use rgb(140,85,77) instead hex code.

Text Font Color

.myTextColor { color: #8C554D; }

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

This text font color is #8C554D.

Background Color

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

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

This div background color is #8C554D.

Border color

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

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

This div border color is #8C554D.

Opacity

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

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

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

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

This text has shadow with #8C554D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C554D.

Preview

Color preview on black background

This text has color #8C554D on black background.


Color preview on white background

This text has color #8C554D on white background.


Black color preview on #8C554D background

This text has black color on #8C554D background.


White color preview on #8C554D background

This text has white color on #8C554D background.


Related colors

Complementary color

Complementary color for #hex is #73AAB2.


I love getcolorcode.com

Triadic colors

1 #4D8C55 and #554D8C with #8C554D are triadic colors.

2 #4D558C and #558C4D with #8C554D are triadic colors.