COLOR #8F7C60

HEX: #8F7C60 RGB: (143,124,96)

Color info

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

RGB color model

#8F7C60 color RGB value is (143,124,96).

RGB: (143,124,96) (56%, 49%, 38%)

RGB channels and saturation

R 143 of 255 = 56%
G 124 of 255 = 49%
B 96 of 255 = 38%

143
124
96

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

Portions of RGB colors in percentages

R + G + B = 143 + 124 + 96 = 363 (100%)
R 143 of 363 ~ 39.39%
G 124 of 363 ~ 34.16%
B 96 of 363 ~ 26.45'%

%39.39
%34.16
%26.45

CMYK color model

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

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

CMYK: (0,13,33,44)
C0M13Y33K44 (0%, 13%, 33%, 44%)
(0.00 / 0.13 / 0.33 / 0.44)

CMYK percentages

%0
%13.29
%32.87
%43.92

Codes

Color #8F7C60 in popluar color models

8F 7C 60
RGB 143 124 96
HSL 36° 19.67% 46.86%
HSB/HSV 36° 32.87% 56.08%
CMYK 0.00% 13.29% 32.87%
43.92%

Color #8F7C60 in popluar number systems.

HEX 8F 7C 60
Decimal 143 124 96
Binary 10001111 1111100 1100000
Octal 217 174 140

Shades and tints

Shades of #8F7C60

#8F7C60
(143,124,96)
#827158
(130,113,88)
#756650
(117,102,80)
#685B48
(104,91,72)
#5B5040
(91,80,64)
#4E4538
(78,69,56)
#413A30
(65,58,48)
#342F28
(52,47,40)
#272420
(39,36,32)
#1A1918
(26,25,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #8F7C60

#8F7C60
(143,124,96)
#99876E
(153,135,110)
#A3927C
(163,146,124)
#AD9D8A
(173,157,138)
#B7A898
(183,168,152)
#C1B3A6
(193,179,166)
#CBBEB4
(203,190,180)
#D5C9C2
(213,201,194)
#DFD4D0
(223,212,208)
#E9DFDE
(233,223,222)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7C60; }

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

This text font color is #8F7C60.

Background Color

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

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

This div background color is #8F7C60.

Border color

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

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

This div border color is #8F7C60.

Opacity

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

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

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

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

This text has shadow with #8F7C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7C60.

Preview

Color preview on black background

This text has color #8F7C60 on black background.


Color preview on white background

This text has color #8F7C60 on white background.


Black color preview on #8F7C60 background

This text has black color on #8F7C60 background.


White color preview on #8F7C60 background

This text has white color on #8F7C60 background.


Related colors

Complementary color

Complementary color for #hex is #70839F.


I love getcolorcode.com

Triadic colors

1 #608F7C and #7C608F with #8F7C60 are triadic colors.

2 #607C8F and #7C8F60 with #8F7C60 are triadic colors.