COLOR #8C5953

HEX: #8C5953
RGB: (140,89,83)

Color info

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

RGB color model

#8C5953 color RGB value is (140,89,83).

  • red value is 140;
  • green value is 89;
  • blue value is 83.
RGB:
(140,89,83)
(55%,35%,33%)

RGB channels and saturation

R 140 of 255 = 55%
G 89 of 255 = 35%
B 83 of 255 = 33%

140
89
83

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

Portions of RGB colors in percentages

R + G + B =
140 + 89 + 83 = 312 (100%)
R 140 of 312 ~ 44.87%
G 89 of 312 ~ 28.53%
B 83 of 312 ~ 26.6%

%44.87
%28.53
%26.6

CMYK color model

#8C5953 color CMYK value is (0,36,41,45).

  • cyan value is 0.00%
  • magenta value is 36.43%
  • yellow value is 40.71%
  • key color value is 45.10%
CMYK:
(0,36,41,45)
C0M36Y41K45 
(0%,36%,41%,45%)
(0.00/0.36/0.41/0.45)	

CMYK percentages

%0
%36.43
%40.71
%45.1

Codes

Color #8C5953 in popluar color models

8C5953
RGB1408983
HSL25.56%43.73%
HSB/HSV40.71%54.90%
CMYK0.00%36.43%40.71%
45.10%

Color #8C5953 in popluar number systems.

HEX8C5953
Decimal1408983
Binary1000110010110011010011
Octal214131123

Shades and tints

Shades of #8C5953

#8C5953
(140,89,83)
#80514C
(128,81,76)
#744945
(116,73,69)
#68413E
(104,65,62)
#5C3937
(92,57,55)
#503130
(80,49,48)
#442929
(68,41,41)
#382122
(56,33,34)
#2C191B
(44,25,27)
#201114
(32,17,20)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #8C5953

#8C5953
(140,89,83)
#966862
(150,104,98)
#A07771
(160,119,113)
#AA8680
(170,134,128)
#B4958F
(180,149,143)
#BEA49E
(190,164,158)
#C8B3AD
(200,179,173)
#D2C2BC
(210,194,188)
#DCD1CB
(220,209,203)
#E6E0DA
(230,224,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5953; }

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

This text font color is #8C5953.


Background Color

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

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

This div background color is #8C5953.


Border color

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

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

This div border color is #8C5953.


Opacity

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

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

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

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

This text has shadow with #8C5953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5953 on black background.


Color preview on white background

This text has color #8C5953 on white background.



Black color preview on #8C5953 background

This text has black color on #8C5953 background.


White color preview on #8C5953 background

This text has white color on #8C5953 background.