COLOR #8F5C57

HEX: #8F5C57
RGB: (143,92,87)

Color info

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

RGB color model

#8F5C57 color RGB value is (143,92,87).

  • red value is 143;
  • green value is 92;
  • blue value is 87.
RGB:
(143,92,87)
(56%,36%,34%)

RGB channels and saturation

R 143 of 255 = 56%
G 92 of 255 = 36%
B 87 of 255 = 34%

143
92
87

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

Portions of RGB colors in percentages

R + G + B =
143 + 92 + 87 = 322 (100%)
R 143 of 322 ~ 44.41%
G 92 of 322 ~ 28.57%
B 87 of 322 ~ 27.02%

%44.41
%28.57
%27.02

CMYK color model

#8F5C57 color CMYK value is (0,36,39,44).

  • cyan value is 0.00%
  • magenta value is 35.66%
  • yellow value is 39.16%
  • key color value is 43.92%
CMYK:
(0,36,39,44)
C0M36Y39K44 
(0%,36%,39%,44%)
(0.00/0.36/0.39/0.44)	

CMYK percentages

%0
%35.66
%39.16
%43.92

Codes

Color #8F5C57 in popluar color models

8F5C57
RGB1439287
HSL24.35%45.10%
HSB/HSV39.16%56.08%
CMYK0.00%35.66%39.16%
43.92%

Color #8F5C57 in popluar number systems.

HEX8F5C57
Decimal1439287
Binary1000111110111001010111
Octal217134127

Shades and tints

Shades of #8F5C57

#8F5C57
(143,92,87)
#825450
(130,84,80)
#754C49
(117,76,73)
#684442
(104,68,66)
#5B3C3B
(91,60,59)
#4E3434
(78,52,52)
#412C2D
(65,44,45)
#342426
(52,36,38)
#271C1F
(39,28,31)
#1A1418
(26,20,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #8F5C57

#8F5C57
(143,92,87)
#996A66
(153,106,102)
#A37875
(163,120,117)
#AD8684
(173,134,132)
#B79493
(183,148,147)
#C1A2A2
(193,162,162)
#CBB0B1
(203,176,177)
#D5BEC0
(213,190,192)
#DFCCCF
(223,204,207)
#E9DADE
(233,218,222)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5C57 color. Also use rgb(143,92,87) instead hex code.

Text Font Color

.myTextColor { color: #8F5C57; }

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

This text font color is #8F5C57.


Background Color

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

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

This div background color is #8F5C57.


Border color

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

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

This div border color is #8F5C57.


Opacity

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

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

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

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

This text has shadow with #8F5C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5C57 on black background.


Color preview on white background

This text has color #8F5C57 on white background.



Black color preview on #8F5C57 background

This text has black color on #8F5C57 background.


White color preview on #8F5C57 background

This text has white color on #8F5C57 background.