COLOR #8F5E56

HEX: #8F5E56
RGB: (143,94,86)

Color info

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

RGB color model

#8F5E56 color RGB value is (143,94,86).

  • red value is 143;
  • green value is 94;
  • blue value is 86.
RGB:
(143,94,86)
(56%,37%,34%)

RGB channels and saturation

R 143 of 255 = 56%
G 94 of 255 = 37%
B 86 of 255 = 34%

143
94
86

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

Portions of RGB colors in percentages

R + G + B =
143 + 94 + 86 = 323 (100%)
R 143 of 323 ~ 44.27%
G 94 of 323 ~ 29.1%
B 86 of 323 ~ 26.63%

%44.27
%29.1
%26.63

CMYK color model

#8F5E56 color CMYK value is (0,34,40,44).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 39.86%
  • key color value is 43.92%
CMYK:
(0,34,40,44)
C0M34Y40K44 
(0%,34%,40%,44%)
(0.00/0.34/0.40/0.44)	

CMYK percentages

%0
%34.27
%39.86
%43.92

Codes

Color #8F5E56 in popluar color models

8F5E56
RGB1439486
HSL24.89%44.90%
HSB/HSV39.86%56.08%
CMYK0.00%34.27%39.86%
43.92%

Color #8F5E56 in popluar number systems.

HEX8F5E56
Decimal1439486
Binary1000111110111101010110
Octal217136126

Shades and tints

Shades of #8F5E56

#8F5E56
(143,94,86)
#82564F
(130,86,79)
#754E48
(117,78,72)
#684641
(104,70,65)
#5B3E3A
(91,62,58)
#4E3633
(78,54,51)
#412E2C
(65,46,44)
#342625
(52,38,37)
#271E1E
(39,30,30)
#1A1617
(26,22,23)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #8F5E56

#8F5E56
(143,94,86)
#996C65
(153,108,101)
#A37A74
(163,122,116)
#AD8883
(173,136,131)
#B79692
(183,150,146)
#C1A4A1
(193,164,161)
#CBB2B0
(203,178,176)
#D5C0BF
(213,192,191)
#DFCECE
(223,206,206)
#E9DCDD
(233,220,221)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5E56 color. Also use rgb(143,94,86) instead hex code.

Text Font Color

.myTextColor { color: #8F5E56; }

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

This text font color is #8F5E56.


Background Color

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

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

This div background color is #8F5E56.


Border color

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

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

This div border color is #8F5E56.


Opacity

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

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

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

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

This text has shadow with #8F5E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5E56 on black background.


Color preview on white background

This text has color #8F5E56 on white background.



Black color preview on #8F5E56 background

This text has black color on #8F5E56 background.


White color preview on #8F5E56 background

This text has white color on #8F5E56 background.