COLOR #8F6457

HEX: #8F6457 RGB: (143,100,87)

Color info

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

RGB color model

#8F6457 color RGB value is (143,100,87).

RGB: (143,100,87) (56%, 39%, 34%)

RGB channels and saturation

R 143 of 255 = 56%
G 100 of 255 = 39%
B 87 of 255 = 34%

143
100
87

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

Portions of RGB colors in percentages

R + G + B = 143 + 100 + 87 = 330 (100%)
R 143 of 330 ~ 43.33%
G 100 of 330 ~ 30.3%
B 87 of 330 ~ 26.36'%

%43.33
%30.3
%26.36

CMYK color model

#8F6457 color CMYK value is (0,30,39,44).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 39.16%
  • key color value is 43.92%

CMYK: (0,30,39,44)
C0M30Y39K44 (0%, 30%, 39%, 44%)
(0.00 / 0.30 / 0.39 / 0.44)

CMYK percentages

%0
%30.07
%39.16
%43.92

Codes

Color #8F6457 in popluar color models

8F 64 57
RGB 143 100 87
HSL 14° 24.35% 45.10%
HSB/HSV 14° 39.16% 56.08%
CMYK 0.00% 30.07% 39.16%
43.92%

Color #8F6457 in popluar number systems.

HEX 8F 64 57
Decimal 143 100 87
Binary 10001111 1100100 1010111
Octal 217 144 127

Shades and tints

Shades of #8F6457

#8F6457
(143,100,87)
#825B50
(130,91,80)
#755249
(117,82,73)
#684942
(104,73,66)
#5B403B
(91,64,59)
#4E3734
(78,55,52)
#412E2D
(65,46,45)
#342526
(52,37,38)
#271C1F
(39,28,31)
#1A1318
(26,19,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #8F6457

#8F6457
(143,100,87)
#997266
(153,114,102)
#A38075
(163,128,117)
#AD8E84
(173,142,132)
#B79C93
(183,156,147)
#C1AAA2
(193,170,162)
#CBB8B1
(203,184,177)
#D5C6C0
(213,198,192)
#DFD4CF
(223,212,207)
#E9E2DE
(233,226,222)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6457 color. Also use rgb(143,100,87) instead hex code.

Text Font Color

.myTextColor { color: #8F6457; }

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

This text font color is #8F6457.

Background Color

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

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

This div background color is #8F6457.

Border color

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

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

This div border color is #8F6457.

Opacity

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

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

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

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

This text has shadow with #8F6457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6457.

Preview

Color preview on black background

This text has color #8F6457 on black background.


Color preview on white background

This text has color #8F6457 on white background.


Black color preview on #8F6457 background

This text has black color on #8F6457 background.


White color preview on #8F6457 background

This text has white color on #8F6457 background.


Related colors

Complementary color

Complementary color for #hex is #709BA8.


I love getcolorcode.com

Triadic colors

1 #578F64 and #64578F with #8F6457 are triadic colors.

2 #57648F and #648F57 with #8F6457 are triadic colors.