COLOR #8F795D

HEX: #8F795D
RGB: (143,121,93)

Color info

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

RGB color model

#8F795D color RGB value is (143,121,93).

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

RGB channels and saturation

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

143
121
93

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

Portions of RGB colors in percentages

R + G + B =
143 + 121 + 93 = 357 (100%)
R 143 of 357 ~ 40.06%
G 121 of 357 ~ 33.89%
B 93 of 357 ~ 26.05%

%40.06
%33.89
%26.05

CMYK color model

#8F795D color CMYK value is (0,15,35,44).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(0,15,35,44)
C0M15Y35K44 
(0%,15%,35%,44%)
(0.00/0.15/0.35/0.44)	

CMYK percentages

%0
%15.38
%34.97
%43.92

Codes

Color #8F795D in popluar color models

8F795D
RGB14312193
HSL34°21.19%46.27%
HSB/HSV34°34.97%56.08%
CMYK0.00%15.38%34.97%
43.92%

Color #8F795D in popluar number systems.

HEX8F795D
Decimal14312193
Binary1000111111110011011101
Octal217171135

Shades and tints

Shades of #8F795D

#8F795D
(143,121,93)
#826E55
(130,110,85)
#75634D
(117,99,77)
#685845
(104,88,69)
#5B4D3D
(91,77,61)
#4E4235
(78,66,53)
#41372D
(65,55,45)
#342C25
(52,44,37)
#27211D
(39,33,29)
#1A1615
(26,22,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #8F795D

#8F795D
(143,121,93)
#99856B
(153,133,107)
#A39179
(163,145,121)
#AD9D87
(173,157,135)
#B7A995
(183,169,149)
#C1B5A3
(193,181,163)
#CBC1B1
(203,193,177)
#D5CDBF
(213,205,191)
#DFD9CD
(223,217,205)
#E9E5DB
(233,229,219)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F795D; }

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

This text font color is #8F795D.


Background Color

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

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

This div background color is #8F795D.


Border color

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

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

This div border color is #8F795D.


Opacity

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

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

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

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

This text has shadow with #8F795D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F795D on black background.


Color preview on white background

This text has color #8F795D on white background.



Black color preview on #8F795D background

This text has black color on #8F795D background.


White color preview on #8F795D background

This text has white color on #8F795D background.