COLOR #8F5359

HEX: #8F5359 RGB: (143,83,89)

Color info

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

RGB color model

#8F5359 color RGB value is (143,83,89).

RGB: (143,83,89) (56%, 33%, 35%)

RGB channels and saturation

R 143 of 255 = 56%
G 83 of 255 = 33%
B 89 of 255 = 35%

143
83
89

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

Portions of RGB colors in percentages

R + G + B = 143 + 83 + 89 = 315 (100%)
R 143 of 315 ~ 45.4%
G 83 of 315 ~ 26.35%
B 89 of 315 ~ 28.25'%

%45.4
%26.35
%28.25

CMYK color model

#8F5359 color CMYK value is (0,42,38,44).

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

CMYK: (0,42,38,44)
C0M42Y38K44 (0%, 42%, 38%, 44%)
(0.00 / 0.42 / 0.38 / 0.44)

CMYK percentages

%0
%41.96
%37.76
%43.92

Codes

Color #8F5359 in popluar color models

8F 53 59
RGB 143 83 89
HSL 354° 26.55% 44.31%
HSB/HSV 354° 41.96% 56.08%
CMYK 0.00% 41.96% 37.76%
43.92%

Color #8F5359 in popluar number systems.

HEX 8F 53 59
Decimal 143 83 89
Binary 10001111 1010011 1011001
Octal 217 123 131

Shades and tints

Shades of #8F5359

#8F5359
(143,83,89)
#824C51
(130,76,81)
#754549
(117,69,73)
#683E41
(104,62,65)
#5B3739
(91,55,57)
#4E3031
(78,48,49)
#412929
(65,41,41)
#342221
(52,34,33)
#271B19
(39,27,25)
#1A1411
(26,20,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #8F5359

#8F5359
(143,83,89)
#996268
(153,98,104)
#A37177
(163,113,119)
#AD8086
(173,128,134)
#B78F95
(183,143,149)
#C19EA4
(193,158,164)
#CBADB3
(203,173,179)
#D5BCC2
(213,188,194)
#DFCBD1
(223,203,209)
#E9DAE0
(233,218,224)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5359; }

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

This text font color is #8F5359.

Background Color

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

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

This div background color is #8F5359.

Border color

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

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

This div border color is #8F5359.

Opacity

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

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

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

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

This text has shadow with #8F5359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5359.

Preview

Color preview on black background

This text has color #8F5359 on black background.


Color preview on white background

This text has color #8F5359 on white background.


Black color preview on #8F5359 background

This text has black color on #8F5359 background.


White color preview on #8F5359 background

This text has white color on #8F5359 background.


Related colors

Complementary color

Complementary color for #hex is #70ACA6.


I love getcolorcode.com

Triadic colors

1 #598F53 and #53598F with #8F5359 are triadic colors.

2 #59538F and #538F59 with #8F5359 are triadic colors.