COLOR #8F574A

HEX: #8F574A RGB: (143,87,74)

Color info

#8F574A contains mainly red and green colors. Web safe color of #8F574A is #996633 (or #963).

RGB color model

#8F574A color RGB value is (143,87,74).

RGB: (143,87,74) (56%, 34%, 29%)

RGB channels and saturation

R 143 of 255 = 56%
G 87 of 255 = 34%
B 74 of 255 = 29%

143
87
74

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

Portions of RGB colors in percentages

R + G + B = 143 + 87 + 74 = 304 (100%)
R 143 of 304 ~ 47.04%
G 87 of 304 ~ 28.62%
B 74 of 304 ~ 24.34'%

%47.04
%28.62
%24.34

CMYK color model

#8F574A color CMYK value is (0,39,48,44).

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

CMYK: (0,39,48,44)
C0M39Y48K44 (0%, 39%, 48%, 44%)
(0.00 / 0.39 / 0.48 / 0.44)

CMYK percentages

%0
%39.16
%48.25
%43.92

Codes

Color #8F574A in popluar color models

8F 57 4A
RGB 143 87 74
HSL 11° 31.80% 42.55%
HSB/HSV 11° 48.25% 56.08%
CMYK 0.00% 39.16% 48.25%
43.92%

Color #8F574A in popluar number systems.

HEX 8F 57 4A
Decimal 143 87 74
Binary 10001111 1010111 1001010
Octal 217 127 112

Shades and tints

Shades of #8F574A

#8F574A
(143,87,74)
#825044
(130,80,68)
#75493E
(117,73,62)
#684238
(104,66,56)
#5B3B32
(91,59,50)
#4E342C
(78,52,44)
#412D26
(65,45,38)
#342620
(52,38,32)
#271F1A
(39,31,26)
#1A1814
(26,24,20)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #8F574A

#8F574A
(143,87,74)
#99665A
(153,102,90)
#A3756A
(163,117,106)
#AD847A
(173,132,122)
#B7938A
(183,147,138)
#C1A29A
(193,162,154)
#CBB1AA
(203,177,170)
#D5C0BA
(213,192,186)
#DFCFCA
(223,207,202)
#E9DEDA
(233,222,218)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F574A; }

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

This text font color is #8F574A.

Background Color

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

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

This div background color is #8F574A.

Border color

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

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

This div border color is #8F574A.

Opacity

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

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

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

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

This text has shadow with #8F574A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F574A.

Preview

Color preview on black background

This text has color #8F574A on black background.


Color preview on white background

This text has color #8F574A on white background.


Black color preview on #8F574A background

This text has black color on #8F574A background.


White color preview on #8F574A background

This text has white color on #8F574A background.


Related colors

Complementary color

Complementary color for #hex is #70A8B5.


I love getcolorcode.com

Triadic colors

1 #4A8F57 and #574A8F with #8F574A are triadic colors.

2 #4A578F and #578F4A with #8F574A are triadic colors.