COLOR #8F555A

HEX: #8F555A
RGB: (143,85,90)

Color info

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

RGB color model

#8F555A color RGB value is (143,85,90).

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

RGB channels and saturation

R 143 of 255 = 56%
G 85 of 255 = 33%
B 90 of 255 = 35%

143
85
90

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

Portions of RGB colors in percentages

R + G + B =
143 + 85 + 90 = 318 (100%)
R 143 of 318 ~ 44.97%
G 85 of 318 ~ 26.73%
B 90 of 318 ~ 28.3%

%44.97
%26.73
%28.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 37.06%
  • key color value is 43.92%
CMYK:
(0,41,37,44)
C0M41Y37K44 
(0%,41%,37%,44%)
(0.00/0.41/0.37/0.44)	

CMYK percentages

%0
%40.56
%37.06
%43.92

Codes

Color #8F555A in popluar color models

8F555A
RGB1438590
HSL355°25.44%44.71%
HSB/HSV355°40.56%56.08%
CMYK0.00%40.56%37.06%
43.92%

Color #8F555A in popluar number systems.

HEX8F555A
Decimal1438590
Binary1000111110101011011010
Octal217125132

Shades and tints

Shades of #8F555A

#8F555A
(143,85,90)
#824E52
(130,78,82)
#75474A
(117,71,74)
#684042
(104,64,66)
#5B393A
(91,57,58)
#4E3232
(78,50,50)
#412B2A
(65,43,42)
#342422
(52,36,34)
#271D1A
(39,29,26)
#1A1612
(26,22,18)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #8F555A

#8F555A
(143,85,90)
#996469
(153,100,105)
#A37378
(163,115,120)
#AD8287
(173,130,135)
#B79196
(183,145,150)
#C1A0A5
(193,160,165)
#CBAFB4
(203,175,180)
#D5BEC3
(213,190,195)
#DFCDD2
(223,205,210)
#E9DCE1
(233,220,225)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F555A; }

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

This text font color is #8F555A.


Background Color

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

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

This div background color is #8F555A.


Border color

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

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

This div border color is #8F555A.


Opacity

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

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

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

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

This text has shadow with #8F555A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F555A on black background.


Color preview on white background

This text has color #8F555A on white background.



Black color preview on #8F555A background

This text has black color on #8F555A background.


White color preview on #8F555A background

This text has white color on #8F555A background.