COLOR #8F5A50

HEX: #8F5A50
RGB: (143,90,80)

Color info

#8F5A50 contains mainly red and green colors. Web safe color of #8F5A50 is #996666 (or #966).

RGB color model

#8F5A50 color RGB value is (143,90,80).

  • red value is 143;
  • green value is 90;
  • blue value is 80.
RGB:
(143,90,80)
(56%,35%,31%)

RGB channels and saturation

R 143 of 255 = 56%
G 90 of 255 = 35%
B 80 of 255 = 31%

143
90
80

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

Portions of RGB colors in percentages

R + G + B =
143 + 90 + 80 = 313 (100%)
R 143 of 313 ~ 45.69%
G 90 of 313 ~ 28.75%
B 80 of 313 ~ 25.56%

%45.69
%28.75
%25.56

CMYK color model

#8F5A50 color CMYK value is (0,37,44,44).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 44.06%
  • key color value is 43.92%
CMYK:
(0,37,44,44)
C0M37Y44K44 
(0%,37%,44%,44%)
(0.00/0.37/0.44/0.44)	

CMYK percentages

%0
%37.06
%44.06
%43.92

Codes

Color #8F5A50 in popluar color models

8F5A50
RGB1439080
HSL10°28.25%43.73%
HSB/HSV10°44.06%56.08%
CMYK0.00%37.06%44.06%
43.92%

Color #8F5A50 in popluar number systems.

HEX8F5A50
Decimal1439080
Binary1000111110110101010000
Octal217132120

Shades and tints

Shades of #8F5A50

#8F5A50
(143,90,80)
#825249
(130,82,73)
#754A42
(117,74,66)
#68423B
(104,66,59)
#5B3A34
(91,58,52)
#4E322D
(78,50,45)
#412A26
(65,42,38)
#34221F
(52,34,31)
#271A18
(39,26,24)
#1A1211
(26,18,17)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #8F5A50

#8F5A50
(143,90,80)
#99695F
(153,105,95)
#A3786E
(163,120,110)
#AD877D
(173,135,125)
#B7968C
(183,150,140)
#C1A59B
(193,165,155)
#CBB4AA
(203,180,170)
#D5C3B9
(213,195,185)
#DFD2C8
(223,210,200)
#E9E1D7
(233,225,215)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5A50 color. Also use rgb(143,90,80) instead hex code.

Text Font Color

.myTextColor { color: #8F5A50; }

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

This text font color is #8F5A50.


Background Color

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

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

This div background color is #8F5A50.


Border color

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

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

This div border color is #8F5A50.


Opacity

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

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

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

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

This text has shadow with #8F5A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5A50 on black background.


Color preview on white background

This text has color #8F5A50 on white background.



Black color preview on #8F5A50 background

This text has black color on #8F5A50 background.


White color preview on #8F5A50 background

This text has white color on #8F5A50 background.