COLOR #8C5A69

HEX: #8C5A69
RGB: (140,90,105)

Color info

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

RGB color model

#8C5A69 color RGB value is (140,90,105).

  • red value is 140;
  • green value is 90;
  • blue value is 105.
RGB:
(140,90,105)
(55%,35%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 90 of 255 = 35%
B 105 of 255 = 41%

140
90
105

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

Portions of RGB colors in percentages

R + G + B =
140 + 90 + 105 = 335 (100%)
R 140 of 335 ~ 41.79%
G 90 of 335 ~ 26.87%
B 105 of 335 ~ 31.34%

%41.79
%26.87
%31.34

CMYK color model

#8C5A69 color CMYK value is (0,36,25,45).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 25.00%
  • key color value is 45.10%
CMYK:
(0,36,25,45)
C0M36Y25K45 
(0%,36%,25%,45%)
(0.00/0.36/0.25/0.45)	

CMYK percentages

%0
%35.71
%25
%45.1

Codes

Color #8C5A69 in popluar color models

8C5A69
RGB14090105
HSL342°21.74%45.10%
HSB/HSV342°35.71%54.90%
CMYK0.00%35.71%25.00%
45.10%

Color #8C5A69 in popluar number systems.

HEX8C5A69
Decimal14090105
Binary1000110010110101101001
Octal214132151

Shades and tints

Shades of #8C5A69

#8C5A69
(140,90,105)
#805260
(128,82,96)
#744A57
(116,74,87)
#68424E
(104,66,78)
#5C3A45
(92,58,69)
#50323C
(80,50,60)
#442A33
(68,42,51)
#38222A
(56,34,42)
#2C1A21
(44,26,33)
#201218
(32,18,24)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #8C5A69

#8C5A69
(140,90,105)
#966976
(150,105,118)
#A07883
(160,120,131)
#AA8790
(170,135,144)
#B4969D
(180,150,157)
#BEA5AA
(190,165,170)
#C8B4B7
(200,180,183)
#D2C3C4
(210,195,196)
#DCD2D1
(220,210,209)
#E6E1DE
(230,225,222)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5A69; }

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

This text font color is #8C5A69.


Background Color

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

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

This div background color is #8C5A69.


Border color

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

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

This div border color is #8C5A69.


Opacity

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

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

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

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

This text has shadow with #8C5A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5A69 on black background.


Color preview on white background

This text has color #8C5A69 on white background.



Black color preview on #8C5A69 background

This text has black color on #8C5A69 background.


White color preview on #8C5A69 background

This text has white color on #8C5A69 background.