COLOR #8F847C

HEX: #8F847C RGB: (143,132,124)

Color info

#8F847C contains red, green and blue colors in about the same proportion. Web safe color of #8F847C is #999966 (or #996).

RGB color model

#8F847C color RGB value is (143,132,124).

RGB: (143,132,124) (56%, 52%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 132 of 255 = 52%
B 124 of 255 = 49%

143
132
124

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

Portions of RGB colors in percentages

R + G + B = 143 + 132 + 124 = 399 (100%)
R 143 of 399 ~ 35.84%
G 132 of 399 ~ 33.08%
B 124 of 399 ~ 31.08'%

%35.84
%33.08
%31.08

CMYK color model

#8F847C color CMYK value is (0,8,13,44).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 13.29%
  • key color value is 43.92%

CMYK: (0,8,13,44)
C0M8Y13K44 (0%, 8%, 13%, 44%)
(0.00 / 0.08 / 0.13 / 0.44)

CMYK percentages

%0
%7.69
%13.29
%43.92

Codes

Color #8F847C in popluar color models

8F 84 7C
RGB 143 132 124
HSL 25° 7.82% 52.35%
HSB/HSV 25° 13.29% 56.08%
CMYK 0.00% 7.69% 13.29%
43.92%

Color #8F847C in popluar number systems.

HEX 8F 84 7C
Decimal 143 132 124
Binary 10001111 10000100 1111100
Octal 217 204 174

Shades and tints

Shades of #8F847C

#8F847C
(143,132,124)
#827871
(130,120,113)
#756C66
(117,108,102)
#68605B
(104,96,91)
#5B5450
(91,84,80)
#4E4845
(78,72,69)
#413C3A
(65,60,58)
#34302F
(52,48,47)
#272424
(39,36,36)
#1A1819
(26,24,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #8F847C

#8F847C
(143,132,124)
#998F87
(153,143,135)
#A39A92
(163,154,146)
#ADA59D
(173,165,157)
#B7B0A8
(183,176,168)
#C1BBB3
(193,187,179)
#CBC6BE
(203,198,190)
#D5D1C9
(213,209,201)
#DFDCD4
(223,220,212)
#E9E7DF
(233,231,223)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F847C color. Also use rgb(143,132,124) instead hex code.

Text Font Color

.myTextColor { color: #8F847C; }

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

This text font color is #8F847C.

Background Color

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

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

This div background color is #8F847C.

Border color

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

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

This div border color is #8F847C.

Opacity

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

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

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

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

This text has shadow with #8F847C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F847C.

Preview

Color preview on black background

This text has color #8F847C on black background.


Color preview on white background

This text has color #8F847C on white background.


Black color preview on #8F847C background

This text has black color on #8F847C background.


White color preview on #8F847C background

This text has white color on #8F847C background.


Related colors

Complementary color

Complementary color for #hex is #707B83.


I love getcolorcode.com

Triadic colors

1 #7C8F84 and #847C8F with #8F847C are triadic colors.

2 #7C848F and #848F7C with #8F847C are triadic colors.