COLOR #8C535C

HEX: #8C535C RGB: (140,83,92)

Color info

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

RGB color model

#8C535C color RGB value is (140,83,92).

RGB: (140,83,92) (55%, 33%, 36%)

RGB channels and saturation

R 140 of 255 = 55%
G 83 of 255 = 33%
B 92 of 255 = 36%

140
83
92

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

Portions of RGB colors in percentages

R + G + B = 140 + 83 + 92 = 315 (100%)
R 140 of 315 ~ 44.44%
G 83 of 315 ~ 26.35%
B 92 of 315 ~ 29.21'%

%44.44
%26.35
%29.21

CMYK color model

#8C535C color CMYK value is (0,41,34,45).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 34.29%
  • key color value is 45.10%

CMYK: (0,41,34,45)
C0M41Y34K45 (0%, 41%, 34%, 45%)
(0.00 / 0.41 / 0.34 / 0.45)

CMYK percentages

%0
%40.71
%34.29
%45.1

Codes

Color #8C535C in popluar color models

8C 53 5C
RGB 140 83 92
HSL 351° 25.56% 43.73%
HSB/HSV 351° 40.71% 54.90%
CMYK 0.00% 40.71% 34.29%
45.10%

Color #8C535C in popluar number systems.

HEX 8C 53 5C
Decimal 140 83 92
Binary 10001100 1010011 1011100
Octal 214 123 134

Shades and tints

Shades of #8C535C

#8C535C
(140,83,92)
#804C54
(128,76,84)
#74454C
(116,69,76)
#683E44
(104,62,68)
#5C373C
(92,55,60)
#503034
(80,48,52)
#44292C
(68,41,44)
#382224
(56,34,36)
#2C1B1C
(44,27,28)
#201414
(32,20,20)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #8C535C

#8C535C
(140,83,92)
#96626A
(150,98,106)
#A07178
(160,113,120)
#AA8086
(170,128,134)
#B48F94
(180,143,148)
#BE9EA2
(190,158,162)
#C8ADB0
(200,173,176)
#D2BCBE
(210,188,190)
#DCCBCC
(220,203,204)
#E6DADA
(230,218,218)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C535C color. Also use rgb(140,83,92) instead hex code.

Text Font Color

.myTextColor { color: #8C535C; }

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

This text font color is #8C535C.

Background Color

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

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

This div background color is #8C535C.

Border color

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

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

This div border color is #8C535C.

Opacity

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

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

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

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

This text has shadow with #8C535C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C535C.

Preview

Color preview on black background

This text has color #8C535C on black background.


Color preview on white background

This text has color #8C535C on white background.


Black color preview on #8C535C background

This text has black color on #8C535C background.


White color preview on #8C535C background

This text has white color on #8C535C background.


Related colors

Complementary color

Complementary color for #hex is #73ACA3.


I love getcolorcode.com

Triadic colors

1 #5C8C53 and #535C8C with #8C535C are triadic colors.

2 #5C538C and #538C5C with #8C535C are triadic colors.