COLOR #8C5363

HEX: #8C5363
RGB: (140,83,99)

Color info

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

RGB color model

#8C5363 color RGB value is (140,83,99).

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

RGB channels and saturation

R 140 of 255 = 55%
G 83 of 255 = 33%
B 99 of 255 = 39%

140
83
99

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

Portions of RGB colors in percentages

R + G + B =
140 + 83 + 99 = 322 (100%)
R 140 of 322 ~ 43.48%
G 83 of 322 ~ 25.78%
B 99 of 322 ~ 30.75%

%43.48
%25.78
%30.75

CMYK color model

#8C5363 color CMYK value is (0,41,29,45).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 29.29%
  • key color value is 45.10%
CMYK: (0,41,29,45) C0M41Y29K45 (0%,41%,29%,45%) (0.00/0.41/0.29/0.45)

CMYK percentages

%0
%40.71
%29.29
%45.1

Codes

Color #8C5363 in popluar color models

8C5363
RGB1408399
HSL343°25.56%43.73%
HSB/HSV343°40.71%54.90%
CMYK0.00%40.71%29.29%
45.10%

Color #8C5363 in popluar number systems.

HEX8C5363
Decimal1408399
Binary1000110010100111100011
Octal214123143

Shades and tints

Shades of #8C5363

#8C5363
(140,83,99)
#804C5A
(128,76,90)
#744551
(116,69,81)
#683E48
(104,62,72)
#5C373F
(92,55,63)
#503036
(80,48,54)
#44292D
(68,41,45)
#382224
(56,34,36)
#2C1B1B
(44,27,27)
#201412
(32,20,18)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #8C5363

#8C5363
(140,83,99)
#966271
(150,98,113)
#A0717F
(160,113,127)
#AA808D
(170,128,141)
#B48F9B
(180,143,155)
#BE9EA9
(190,158,169)
#C8ADB7
(200,173,183)
#D2BCC5
(210,188,197)
#DCCBD3
(220,203,211)
#E6DAE1
(230,218,225)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5363; }

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

This text font color is #8C5363.


Background Color

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

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

This div background color is #8C5363.


Border color

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

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

This div border color is #8C5363.


Opacity

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

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

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

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

This text has shadow with #8C5363 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C5363 on black background.


Color preview on white background

This text has color #8C5363 on white background.



Black color preview on #8C5363 background

This text has black color on #8C5363 background.


White color preview on #8C5363 background

This text has white color on #8C5363 background.