COLOR #8C5A63

HEX: #8C5A63 RGB: (140,90,99)

Color info

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

RGB color model

#8C5A63 color RGB value is (140,90,99).

RGB: (140,90,99) (55%, 35%, 39%)

RGB channels and saturation

R 140 of 255 = 55%
G 90 of 255 = 35%
B 99 of 255 = 39%

140
90
99

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

Portions of RGB colors in percentages

R + G + B = 140 + 90 + 99 = 329 (100%)
R 140 of 329 ~ 42.55%
G 90 of 329 ~ 27.36%
B 99 of 329 ~ 30.09'%

%42.55
%27.36
%30.09

CMYK color model

#8C5A63 color CMYK value is (0,36,29,45).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 29.29%
  • key color value is 45.10%

CMYK: (0,36,29,45)
C0M36Y29K45 (0%, 36%, 29%, 45%)
(0.00 / 0.36 / 0.29 / 0.45)

CMYK percentages

%0
%35.71
%29.29
%45.1

Codes

Color #8C5A63 in popluar color models

8C 5A 63
RGB 140 90 99
HSL 349° 21.74% 45.10%
HSB/HSV 349° 35.71% 54.90%
CMYK 0.00% 35.71% 29.29%
45.10%

Color #8C5A63 in popluar number systems.

HEX 8C 5A 63
Decimal 140 90 99
Binary 10001100 1011010 1100011
Octal 214 132 143

Shades and tints

Shades of #8C5A63

#8C5A63
(140,90,99)
#80525A
(128,82,90)
#744A51
(116,74,81)
#684248
(104,66,72)
#5C3A3F
(92,58,63)
#503236
(80,50,54)
#442A2D
(68,42,45)
#382224
(56,34,36)
#2C1A1B
(44,26,27)
#201212
(32,18,18)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #8C5A63

#8C5A63
(140,90,99)
#966971
(150,105,113)
#A0787F
(160,120,127)
#AA878D
(170,135,141)
#B4969B
(180,150,155)
#BEA5A9
(190,165,169)
#C8B4B7
(200,180,183)
#D2C3C5
(210,195,197)
#DCD2D3
(220,210,211)
#E6E1E1
(230,225,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5A63; }

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

This text font color is #8C5A63.

Background Color

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

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

This div background color is #8C5A63.

Border color

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

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

This div border color is #8C5A63.

Opacity

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

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

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

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

This text has shadow with #8C5A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5A63.

Preview

Color preview on black background

This text has color #8C5A63 on black background.


Color preview on white background

This text has color #8C5A63 on white background.


Black color preview on #8C5A63 background

This text has black color on #8C5A63 background.


White color preview on #8C5A63 background

This text has white color on #8C5A63 background.


Related colors

Complementary color

Complementary color for #hex is #73A59C.


I love getcolorcode.com

Triadic colors

1 #638C5A and #5A638C with #8C5A63 are triadic colors.

2 #635A8C and #5A8C63 with #8C5A63 are triadic colors.