COLOR #8C5961

HEX: #8C5961
RGB: (140,89,97)

Color info

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

RGB color model

#8C5961 color RGB value is (140,89,97).

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

RGB channels and saturation

R 140 of 255 = 55%
G 89 of 255 = 35%
B 97 of 255 = 38%

140
89
97

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

Portions of RGB colors in percentages

R + G + B =
140 + 89 + 97 = 326 (100%)
R 140 of 326 ~ 42.94%
G 89 of 326 ~ 27.3%
B 97 of 326 ~ 29.75%

%42.94
%27.3
%29.75

CMYK color model

#8C5961 color CMYK value is (0,36,31,45).

  • cyan value is 0.00%
  • magenta value is 36.43%
  • yellow value is 30.71%
  • key color value is 45.10%
CMYK:
(0,36,31,45)
C0M36Y31K45 
(0%,36%,31%,45%)
(0.00/0.36/0.31/0.45)	

CMYK percentages

%0
%36.43
%30.71
%45.1

Codes

Color #8C5961 in popluar color models

8C5961
RGB1408997
HSL351°22.27%44.90%
HSB/HSV351°36.43%54.90%
CMYK0.00%36.43%30.71%
45.10%

Color #8C5961 in popluar number systems.

HEX8C5961
Decimal1408997
Binary1000110010110011100001
Octal214131141

Shades and tints

Shades of #8C5961

#8C5961
(140,89,97)
#805159
(128,81,89)
#744951
(116,73,81)
#684149
(104,65,73)
#5C3941
(92,57,65)
#503139
(80,49,57)
#442931
(68,41,49)
#382129
(56,33,41)
#2C1921
(44,25,33)
#201119
(32,17,25)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #8C5961

#8C5961
(140,89,97)
#96686F
(150,104,111)
#A0777D
(160,119,125)
#AA868B
(170,134,139)
#B49599
(180,149,153)
#BEA4A7
(190,164,167)
#C8B3B5
(200,179,181)
#D2C2C3
(210,194,195)
#DCD1D1
(220,209,209)
#E6E0DF
(230,224,223)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5961; }

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

This text font color is #8C5961.


Background Color

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

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

This div background color is #8C5961.


Border color

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

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

This div border color is #8C5961.


Opacity

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

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

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

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

This text has shadow with #8C5961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5961 on black background.


Color preview on white background

This text has color #8C5961 on white background.



Black color preview on #8C5961 background

This text has black color on #8C5961 background.


White color preview on #8C5961 background

This text has white color on #8C5961 background.