COLOR #8C5A6B

HEX: #8C5A6B RGB: (140,90,107)

Color info

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

RGB color model

#8C5A6B color RGB value is (140,90,107).

RGB: (140,90,107) (55%, 35%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 90 of 255 = 35%
B 107 of 255 = 42%

140
90
107

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

Portions of RGB colors in percentages

R + G + B = 140 + 90 + 107 = 337 (100%)
R 140 of 337 ~ 41.54%
G 90 of 337 ~ 26.71%
B 107 of 337 ~ 31.75'%

%41.54
%26.71
%31.75

CMYK color model

#8C5A6B color CMYK value is (0,36,24,45).

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

CMYK: (0,36,24,45)
C0M36Y24K45 (0%, 36%, 24%, 45%)
(0.00 / 0.36 / 0.24 / 0.45)

CMYK percentages

%0
%35.71
%23.57
%45.1

Codes

Color #8C5A6B in popluar color models

8C 5A 6B
RGB 140 90 107
HSL 340° 21.74% 45.10%
HSB/HSV 340° 35.71% 54.90%
CMYK 0.00% 35.71% 23.57%
45.10%

Color #8C5A6B in popluar number systems.

HEX 8C 5A 6B
Decimal 140 90 107
Binary 10001100 1011010 1101011
Octal 214 132 153

Shades and tints

Shades of #8C5A6B

#8C5A6B
(140,90,107)
#805262
(128,82,98)
#744A59
(116,74,89)
#684250
(104,66,80)
#5C3A47
(92,58,71)
#50323E
(80,50,62)
#442A35
(68,42,53)
#38222C
(56,34,44)
#2C1A23
(44,26,35)
#20121A
(32,18,26)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #8C5A6B

#8C5A6B
(140,90,107)
#966978
(150,105,120)
#A07885
(160,120,133)
#AA8792
(170,135,146)
#B4969F
(180,150,159)
#BEA5AC
(190,165,172)
#C8B4B9
(200,180,185)
#D2C3C6
(210,195,198)
#DCD2D3
(220,210,211)
#E6E1E0
(230,225,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5A6B; }

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

This text font color is #8C5A6B.

Background Color

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

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

This div background color is #8C5A6B.

Border color

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

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

This div border color is #8C5A6B.

Opacity

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

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

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

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

This text has shadow with #8C5A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5A6B.

Preview

Color preview on black background

This text has color #8C5A6B on black background.


Color preview on white background

This text has color #8C5A6B on white background.


Black color preview on #8C5A6B background

This text has black color on #8C5A6B background.


White color preview on #8C5A6B background

This text has white color on #8C5A6B background.


Related colors

Complementary color

Complementary color for #hex is #73A594.


I love getcolorcode.com

Triadic colors

1 #6B8C5A and #5A6B8C with #8C5A6B are triadic colors.

2 #6B5A8C and #5A8C6B with #8C5A6B are triadic colors.