COLOR #8C555A

HEX: #8C555A RGB: (140,85,90)

Color info

#8C555A contains red, green and blue colors in about the same proportion. Web safe color of #8C555A is #996666 (or #966).

RGB color model

#8C555A color RGB value is (140,85,90).

RGB: (140,85,90) (55%, 33%, 35%)

RGB channels and saturation

R 140 of 255 = 55%
G 85 of 255 = 33%
B 90 of 255 = 35%

140
85
90

R + G + B ~ 41%. #8C555A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 85 + 90 = 315 (100%)
R 140 of 315 ~ 44.44%
G 85 of 315 ~ 26.98%
B 90 of 315 ~ 28.57'%

%44.44
%26.98
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 35.71%
  • key color value is 45.10%
CMYK: (0,39,36,45) C0M39Y36K45 (0%,39%,36%,45%) (0.00/0.39/0.36/0.45) 

CMYK percentages

%0
%39.29
%35.71
%45.1

Codes

Color #8C555A in popluar color models

8C 55 5A
RGB 140 85 90
HSL 355° 24.44% 44.12%
HSB/HSV 355° 39.29% 54.90%
CMYK 0.00% 39.29% 35.71%
45.10%

Color #8C555A in popluar number systems.

HEX 8C 55 5A
Decimal 140 85 90
Binary 10001100 1010101 1011010
Octal 214 125 132

Shades and tints

Shades of #8C555A

#8C555A
(140,85,90)
#804E52
(128,78,82)
#74474A
(116,71,74)
#684042
(104,64,66)
#5C393A
(92,57,58)
#503232
(80,50,50)
#442B2A
(68,43,42)
#382422
(56,36,34)
#2C1D1A
(44,29,26)
#201612
(32,22,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #8C555A

#8C555A
(140,85,90)
#966469
(150,100,105)
#A07378
(160,115,120)
#AA8287
(170,130,135)
#B49196
(180,145,150)
#BEA0A5
(190,160,165)
#C8AFB4
(200,175,180)
#D2BEC3
(210,190,195)
#DCCDD2
(220,205,210)
#E6DCE1
(230,220,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C555A; }

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

This text font color is #8C555A.

Background Color

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

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

This div background color is #8C555A.

Border color

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

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

This div border color is #8C555A.

Opacity

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

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

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

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

This text has shadow with #8C555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C555A.

Preview

Color preview on black background

This text has color #8C555A on black background.


Color preview on white background

This text has color #8C555A on white background.


Black color preview on #8C555A background

This text has black color on #8C555A background.


White color preview on #8C555A background

This text has white color on #8C555A background.


Related colors

Complementary color

Complementary color for #hex is #73AAA5.


I love getcolorcode.com

Triadic colors

1 #5A8C55 and #555A8C with #8C555A are triadic colors.

2 #5A558C and #558C5A with #8C555A are triadic colors.