COLOR #8F595E

HEX: #8F595E RGB: (143,89,94)

Color info

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

RGB color model

#8F595E color RGB value is (143,89,94).

RGB: (143,89,94) (56%, 35%, 37%)

RGB channels and saturation

R 143 of 255 = 56%
G 89 of 255 = 35%
B 94 of 255 = 37%

143
89
94

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

Portions of RGB colors in percentages

R + G + B = 143 + 89 + 94 = 326 (100%)
R 143 of 326 ~ 43.87%
G 89 of 326 ~ 27.3%
B 94 of 326 ~ 28.83'%

%43.87
%27.3
%28.83

CMYK color model

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

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

CMYK: (0,38,34,44)
C0M38Y34K44 (0%, 38%, 34%, 44%)
(0.00 / 0.38 / 0.34 / 0.44)

CMYK percentages

%0
%37.76
%34.27
%43.92

Codes

Color #8F595E in popluar color models

8F 59 5E
RGB 143 89 94
HSL 354° 23.28% 45.49%
HSB/HSV 354° 37.76% 56.08%
CMYK 0.00% 37.76% 34.27%
43.92%

Color #8F595E in popluar number systems.

HEX 8F 59 5E
Decimal 143 89 94
Binary 10001111 1011001 1011110
Octal 217 131 136

Shades and tints

Shades of #8F595E

#8F595E
(143,89,94)
#825156
(130,81,86)
#75494E
(117,73,78)
#684146
(104,65,70)
#5B393E
(91,57,62)
#4E3136
(78,49,54)
#41292E
(65,41,46)
#342126
(52,33,38)
#27191E
(39,25,30)
#1A1116
(26,17,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #8F595E

#8F595E
(143,89,94)
#99686C
(153,104,108)
#A3777A
(163,119,122)
#AD8688
(173,134,136)
#B79596
(183,149,150)
#C1A4A4
(193,164,164)
#CBB3B2
(203,179,178)
#D5C2C0
(213,194,192)
#DFD1CE
(223,209,206)
#E9E0DC
(233,224,220)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F595E; }

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

This text font color is #8F595E.

Background Color

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

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

This div background color is #8F595E.

Border color

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

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

This div border color is #8F595E.

Opacity

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

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

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

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

This text has shadow with #8F595E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F595E.

Preview

Color preview on black background

This text has color #8F595E on black background.


Color preview on white background

This text has color #8F595E on white background.


Black color preview on #8F595E background

This text has black color on #8F595E background.


White color preview on #8F595E background

This text has white color on #8F595E background.


Related colors

Complementary color

Complementary color for #hex is #70A6A1.


I love getcolorcode.com

Triadic colors

1 #5E8F59 and #595E8F with #8F595E are triadic colors.

2 #5E598F and #598F5E with #8F595E are triadic colors.