COLOR #8F7D60

HEX: #8F7D60 RGB: (143,125,96)

Color info

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

RGB color model

#8F7D60 color RGB value is (143,125,96).

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

RGB channels and saturation

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

143
125
96

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

Portions of RGB colors in percentages

R + G + B = 143 + 125 + 96 = 364 (100%)
R 143 of 364 ~ 39.29%
G 125 of 364 ~ 34.34%
B 96 of 364 ~ 26.37'%

%39.29
%34.34
%26.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.59%
  • 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
%12.59
%32.87
%43.92

Codes

Color #8F7D60 in popluar color models

8F 7D 60
RGB 143 125 96
HSL 37° 19.67% 46.86%
HSB/HSV 37° 32.87% 56.08%
CMYK 0.00% 12.59% 32.87%
43.92%

Color #8F7D60 in popluar number systems.

HEX 8F 7D 60
Decimal 143 125 96
Binary 10001111 1111101 1100000
Octal 217 175 140

Shades and tints

Shades of #8F7D60

#8F7D60
(143,125,96)
#827258
(130,114,88)
#756750
(117,103,80)
#685C48
(104,92,72)
#5B5140
(91,81,64)
#4E4638
(78,70,56)
#413B30
(65,59,48)
#343028
(52,48,40)
#272520
(39,37,32)
#1A1A18
(26,26,24)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #8F7D60

#8F7D60
(143,125,96)
#99886E
(153,136,110)
#A3937C
(163,147,124)
#AD9E8A
(173,158,138)
#B7A998
(183,169,152)
#C1B4A6
(193,180,166)
#CBBFB4
(203,191,180)
#D5CAC2
(213,202,194)
#DFD5D0
(223,213,208)
#E9E0DE
(233,224,222)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7D60; }

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

This text font color is #8F7D60.

Background Color

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

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

This div background color is #8F7D60.

Border color

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

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

This div border color is #8F7D60.

Opacity

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

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

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

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

This text has shadow with #8F7D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7D60.

Preview

Color preview on black background

This text has color #8F7D60 on black background.


Color preview on white background

This text has color #8F7D60 on white background.


Black color preview on #8F7D60 background

This text has black color on #8F7D60 background.


White color preview on #8F7D60 background

This text has white color on #8F7D60 background.


Related colors

Complementary color

Complementary color for #hex is #70829F.


I love getcolorcode.com

Triadic colors

1 #608F7D and #7D608F with #8F7D60 are triadic colors.

2 #607D8F and #7D8F60 with #8F7D60 are triadic colors.