COLOR #8F5F51

HEX: #8F5F51 RGB: (143,95,81)

Color info

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

RGB color model

#8F5F51 color RGB value is (143,95,81).

RGB: (143,95,81) (56%, 37%, 32%)

RGB channels and saturation

R 143 of 255 = 56%
G 95 of 255 = 37%
B 81 of 255 = 32%

143
95
81

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

Portions of RGB colors in percentages

R + G + B = 143 + 95 + 81 = 319 (100%)
R 143 of 319 ~ 44.83%
G 95 of 319 ~ 29.78%
B 81 of 319 ~ 25.39'%

%44.83
%29.78
%25.39

CMYK color model

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

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

CMYK: (0,34,43,44)
C0M34Y43K44 (0%, 34%, 43%, 44%)
(0.00 / 0.34 / 0.43 / 0.44)

CMYK percentages

%0
%33.57
%43.36
%43.92

Codes

Color #8F5F51 in popluar color models

8F 5F 51
RGB 143 95 81
HSL 14° 27.68% 43.92%
HSB/HSV 14° 43.36% 56.08%
CMYK 0.00% 33.57% 43.36%
43.92%

Color #8F5F51 in popluar number systems.

HEX 8F 5F 51
Decimal 143 95 81
Binary 10001111 1011111 1010001
Octal 217 137 121

Shades and tints

Shades of #8F5F51

#8F5F51
(143,95,81)
#82574A
(130,87,74)
#754F43
(117,79,67)
#68473C
(104,71,60)
#5B3F35
(91,63,53)
#4E372E
(78,55,46)
#412F27
(65,47,39)
#342720
(52,39,32)
#271F19
(39,31,25)
#1A1712
(26,23,18)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #8F5F51

#8F5F51
(143,95,81)
#996D60
(153,109,96)
#A37B6F
(163,123,111)
#AD897E
(173,137,126)
#B7978D
(183,151,141)
#C1A59C
(193,165,156)
#CBB3AB
(203,179,171)
#D5C1BA
(213,193,186)
#DFCFC9
(223,207,201)
#E9DDD8
(233,221,216)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5F51; }

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

This text font color is #8F5F51.

Background Color

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

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

This div background color is #8F5F51.

Border color

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

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

This div border color is #8F5F51.

Opacity

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

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

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

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

This text has shadow with #8F5F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5F51.

Preview

Color preview on black background

This text has color #8F5F51 on black background.


Color preview on white background

This text has color #8F5F51 on white background.


Black color preview on #8F5F51 background

This text has black color on #8F5F51 background.


White color preview on #8F5F51 background

This text has white color on #8F5F51 background.


Related colors

Complementary color

Complementary color for #hex is #70A0AE.


I love getcolorcode.com

Triadic colors

1 #518F5F and #5F518F with #8F5F51 are triadic colors.

2 #515F8F and #5F8F51 with #8F5F51 are triadic colors.