COLOR #8F795A

HEX: #8F795A
RGB: (143,121,90)

Color info

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

RGB color model

#8F795A color RGB value is (143,121,90).

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

RGB channels and saturation

R 143 of 255 = 56%
G 121 of 255 = 47%
B 90 of 255 = 35%

143
121
90

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

Portions of RGB colors in percentages

R + G + B =
143 + 121 + 90 = 354 (100%)
R 143 of 354 ~ 40.4%
G 121 of 354 ~ 34.18%
B 90 of 354 ~ 25.42%

%40.4
%34.18
%25.42

CMYK color model

#8F795A color CMYK value is (0,15,37,44).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 37.06%
  • key color value is 43.92%
CMYK:
(0,15,37,44)
C0M15Y37K44 
(0%,15%,37%,44%)
(0.00/0.15/0.37/0.44)	

CMYK percentages

%0
%15.38
%37.06
%43.92

Codes

Color #8F795A in popluar color models

8F795A
RGB14312190
HSL35°22.75%45.69%
HSB/HSV35°37.06%56.08%
CMYK0.00%15.38%37.06%
43.92%

Color #8F795A in popluar number systems.

HEX8F795A
Decimal14312190
Binary1000111111110011011010
Octal217171132

Shades and tints

Shades of #8F795A

#8F795A
(143,121,90)
#826E52
(130,110,82)
#75634A
(117,99,74)
#685842
(104,88,66)
#5B4D3A
(91,77,58)
#4E4232
(78,66,50)
#41372A
(65,55,42)
#342C22
(52,44,34)
#27211A
(39,33,26)
#1A1612
(26,22,18)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #8F795A

#8F795A
(143,121,90)
#998569
(153,133,105)
#A39178
(163,145,120)
#AD9D87
(173,157,135)
#B7A996
(183,169,150)
#C1B5A5
(193,181,165)
#CBC1B4
(203,193,180)
#D5CDC3
(213,205,195)
#DFD9D2
(223,217,210)
#E9E5E1
(233,229,225)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F795A; }

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

This text font color is #8F795A.


Background Color

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

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

This div background color is #8F795A.


Border color

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

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

This div border color is #8F795A.


Opacity

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

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

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

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

This text has shadow with #8F795A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F795A on black background.


Color preview on white background

This text has color #8F795A on white background.



Black color preview on #8F795A background

This text has black color on #8F795A background.


White color preview on #8F795A background

This text has white color on #8F795A background.