COLOR #8F5E5F

HEX: #8F5E5F RGB: (143,94,95)

Color info

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

RGB color model

#8F5E5F color RGB value is (143,94,95).

RGB: (143,94,95) (56%, 37%, 37%)

RGB channels and saturation

R 143 of 255 = 56%
G 94 of 255 = 37%
B 95 of 255 = 37%

143
94
95

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

Portions of RGB colors in percentages

R + G + B = 143 + 94 + 95 = 332 (100%)
R 143 of 332 ~ 43.07%
G 94 of 332 ~ 28.31%
B 95 of 332 ~ 28.61'%

%43.07
%28.31
%28.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 33.57%
  • key color value is 43.92%

CMYK: (0,34,34,44)
C0M34Y34K44 (0%, 34%, 34%, 44%)
(0.00 / 0.34 / 0.34 / 0.44)

CMYK percentages

%0
%34.27
%33.57
%43.92

Codes

Color #8F5E5F in popluar color models

8F 5E 5F
RGB 143 94 95
HSL 359° 20.68% 46.47%
HSB/HSV 359° 34.27% 56.08%
CMYK 0.00% 34.27% 33.57%
43.92%

Color #8F5E5F in popluar number systems.

HEX 8F 5E 5F
Decimal 143 94 95
Binary 10001111 1011110 1011111
Octal 217 136 137

Shades and tints

Shades of #8F5E5F

#8F5E5F
(143,94,95)
#825657
(130,86,87)
#754E4F
(117,78,79)
#684647
(104,70,71)
#5B3E3F
(91,62,63)
#4E3637
(78,54,55)
#412E2F
(65,46,47)
#342627
(52,38,39)
#271E1F
(39,30,31)
#1A1617
(26,22,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #8F5E5F

#8F5E5F
(143,94,95)
#996C6D
(153,108,109)
#A37A7B
(163,122,123)
#AD8889
(173,136,137)
#B79697
(183,150,151)
#C1A4A5
(193,164,165)
#CBB2B3
(203,178,179)
#D5C0C1
(213,192,193)
#DFCECF
(223,206,207)
#E9DCDD
(233,220,221)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5E5F; }

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

This text font color is #8F5E5F.

Background Color

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

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

This div background color is #8F5E5F.

Border color

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

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

This div border color is #8F5E5F.

Opacity

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

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

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

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

This text has shadow with #8F5E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5E5F.

Preview

Color preview on black background

This text has color #8F5E5F on black background.


Color preview on white background

This text has color #8F5E5F on white background.


Black color preview on #8F5E5F background

This text has black color on #8F5E5F background.


White color preview on #8F5E5F background

This text has white color on #8F5E5F background.


Related colors

Complementary color

Complementary color for #hex is #70A1A0.


I love getcolorcode.com

Triadic colors

1 #5F8F5E and #5E5F8F with #8F5E5F are triadic colors.

2 #5F5E8F and #5E8F5F with #8F5E5F are triadic colors.