COLOR #8F5E5B

HEX: #8F5E5B
RGB: (143,94,91)

Color info

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

RGB color model

#8F5E5B color RGB value is (143,94,91).

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

RGB channels and saturation

R 143 of 255 = 56%
G 94 of 255 = 37%
B 91 of 255 = 36%

143
94
91

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

Portions of RGB colors in percentages

R + G + B =
143 + 94 + 91 = 328 (100%)
R 143 of 328 ~ 43.6%
G 94 of 328 ~ 28.66%
B 91 of 328 ~ 27.74%

%43.6
%28.66
%27.74

CMYK color model

#8F5E5B color CMYK value is (0,34,36,44).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(0,34,36,44)
C0M34Y36K44 
(0%,34%,36%,44%)
(0.00/0.34/0.36/0.44)	

CMYK percentages

%0
%34.27
%36.36
%43.92

Codes

Color #8F5E5B in popluar color models

8F5E5B
RGB1439491
HSL22.22%45.88%
HSB/HSV36.36%56.08%
CMYK0.00%34.27%36.36%
43.92%

Color #8F5E5B in popluar number systems.

HEX8F5E5B
Decimal1439491
Binary1000111110111101011011
Octal217136133

Shades and tints

Shades of #8F5E5B

#8F5E5B
(143,94,91)
#825653
(130,86,83)
#754E4B
(117,78,75)
#684643
(104,70,67)
#5B3E3B
(91,62,59)
#4E3633
(78,54,51)
#412E2B
(65,46,43)
#342623
(52,38,35)
#271E1B
(39,30,27)
#1A1613
(26,22,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #8F5E5B

#8F5E5B
(143,94,91)
#996C69
(153,108,105)
#A37A77
(163,122,119)
#AD8885
(173,136,133)
#B79693
(183,150,147)
#C1A4A1
(193,164,161)
#CBB2AF
(203,178,175)
#D5C0BD
(213,192,189)
#DFCECB
(223,206,203)
#E9DCD9
(233,220,217)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5E5B; }

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

This text font color is #8F5E5B.


Background Color

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

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

This div background color is #8F5E5B.


Border color

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

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

This div border color is #8F5E5B.


Opacity

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

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

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

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

This text has shadow with #8F5E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5E5B on black background.


Color preview on white background

This text has color #8F5E5B on white background.



Black color preview on #8F5E5B background

This text has black color on #8F5E5B background.


White color preview on #8F5E5B background

This text has white color on #8F5E5B background.