COLOR #8C5F75

HEX: #8C5F75 RGB: (140,95,117)

Color info

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

RGB color model

#8C5F75 color RGB value is (140,95,117).

RGB: (140,95,117) (55%, 37%, 46%)

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 117 of 255 = 46%

140
95
117

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

Portions of RGB colors in percentages

R + G + B = 140 + 95 + 117 = 352 (100%)
R 140 of 352 ~ 39.77%
G 95 of 352 ~ 26.99%
B 117 of 352 ~ 33.24'%

%39.77
%26.99
%33.24

CMYK color model

#8C5F75 color CMYK value is (0,32,16,45).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 16.43%
  • key color value is 45.10%

CMYK: (0,32,16,45)
C0M32Y16K45 (0%, 32%, 16%, 45%)
(0.00 / 0.32 / 0.16 / 0.45)

CMYK percentages

%0
%32.14
%16.43
%45.1

Codes

Color #8C5F75 in popluar color models

8C 5F 75
RGB 140 95 117
HSL 331° 19.15% 46.08%
HSB/HSV 331° 32.14% 54.90%
CMYK 0.00% 32.14% 16.43%
45.10%

Color #8C5F75 in popluar number systems.

HEX 8C 5F 75
Decimal 140 95 117
Binary 10001100 1011111 1110101
Octal 214 137 165

Shades and tints

Shades of #8C5F75

#8C5F75
(140,95,117)
#80576B
(128,87,107)
#744F61
(116,79,97)
#684757
(104,71,87)
#5C3F4D
(92,63,77)
#503743
(80,55,67)
#442F39
(68,47,57)
#38272F
(56,39,47)
#2C1F25
(44,31,37)
#20171B
(32,23,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C5F75

#8C5F75
(140,95,117)
#966D81
(150,109,129)
#A07B8D
(160,123,141)
#AA8999
(170,137,153)
#B497A5
(180,151,165)
#BEA5B1
(190,165,177)
#C8B3BD
(200,179,189)
#D2C1C9
(210,193,201)
#DCCFD5
(220,207,213)
#E6DDE1
(230,221,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5F75 color. Also use rgb(140,95,117) instead hex code.

Text Font Color

.myTextColor { color: #8C5F75; }

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

This text font color is #8C5F75.

Background Color

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

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

This div background color is #8C5F75.

Border color

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

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

This div border color is #8C5F75.

Opacity

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

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

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

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

This text has shadow with #8C5F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5F75.

Preview

Color preview on black background

This text has color #8C5F75 on black background.


Color preview on white background

This text has color #8C5F75 on white background.


Black color preview on #8C5F75 background

This text has black color on #8C5F75 background.


White color preview on #8C5F75 background

This text has white color on #8C5F75 background.


Related colors

Complementary color

Complementary color for #hex is #73A08A.


I love getcolorcode.com

Triadic colors

1 #758C5F and #5F758C with #8C5F75 are triadic colors.

2 #755F8C and #5F8C75 with #8C5F75 are triadic colors.