COLOR #8F785D

HEX: #8F785D
RGB: (143,120,93)

Color info

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

RGB color model

#8F785D color RGB value is (143,120,93).

  • red value is 143;
  • green value is 120;
  • blue value is 93.
RGB:
(143,120,93)
(56%,47%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 120 of 255 = 47%
B 93 of 255 = 36%

143
120
93

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

Portions of RGB colors in percentages

R + G + B =
143 + 120 + 93 = 356 (100%)
R 143 of 356 ~ 40.17%
G 120 of 356 ~ 33.71%
B 93 of 356 ~ 26.12%

%40.17
%33.71
%26.12

CMYK color model

#8F785D color CMYK value is (0,16,35,44).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(0,16,35,44)
C0M16Y35K44 
(0%,16%,35%,44%)
(0.00/0.16/0.35/0.44)	

CMYK percentages

%0
%16.08
%34.97
%43.92

Codes

Color #8F785D in popluar color models

8F785D
RGB14312093
HSL32°21.19%46.27%
HSB/HSV32°34.97%56.08%
CMYK0.00%16.08%34.97%
43.92%

Color #8F785D in popluar number systems.

HEX8F785D
Decimal14312093
Binary1000111111110001011101
Octal217170135

Shades and tints

Shades of #8F785D

#8F785D
(143,120,93)
#826E55
(130,110,85)
#75644D
(117,100,77)
#685A45
(104,90,69)
#5B503D
(91,80,61)
#4E4635
(78,70,53)
#413C2D
(65,60,45)
#343225
(52,50,37)
#27281D
(39,40,29)
#1A1E15
(26,30,21)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8F785D

#8F785D
(143,120,93)
#99846B
(153,132,107)
#A39079
(163,144,121)
#AD9C87
(173,156,135)
#B7A895
(183,168,149)
#C1B4A3
(193,180,163)
#CBC0B1
(203,192,177)
#D5CCBF
(213,204,191)
#DFD8CD
(223,216,205)
#E9E4DB
(233,228,219)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F785D color. Also use rgb(143,120,93) instead hex code.

Text Font Color

.myTextColor { color: #8F785D; }

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

This text font color is #8F785D.


Background Color

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

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

This div background color is #8F785D.


Border color

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

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

This div border color is #8F785D.


Opacity

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

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

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

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

This text has shadow with #8F785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F785D on black background.


Color preview on white background

This text has color #8F785D on white background.



Black color preview on #8F785D background

This text has black color on #8F785D background.


White color preview on #8F785D background

This text has white color on #8F785D background.