COLOR #8F7556

HEX: #8F7556
RGB: (143,117,86)

Color info

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

RGB color model

#8F7556 color RGB value is (143,117,86).

  • red value is 143;
  • green value is 117;
  • blue value is 86.
RGB:
(143,117,86)
(56%,46%,34%)

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 86 of 255 = 34%

143
117
86

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 86 = 346 (100%)
R 143 of 346 ~ 41.33%
G 117 of 346 ~ 33.82%
B 86 of 346 ~ 24.86%

%41.33
%33.82
%24.86

CMYK color model

#8F7556 color CMYK value is (0,18,40,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 39.86%
  • key color value is 43.92%
CMYK:
(0,18,40,44)
C0M18Y40K44 
(0%,18%,40%,44%)
(0.00/0.18/0.40/0.44)	

CMYK percentages

%0
%18.18
%39.86
%43.92

Codes

Color #8F7556 in popluar color models

8F7556
RGB14311786
HSL33°24.89%44.90%
HSB/HSV33°39.86%56.08%
CMYK0.00%18.18%39.86%
43.92%

Color #8F7556 in popluar number systems.

HEX8F7556
Decimal14311786
Binary1000111111101011010110
Octal217165126

Shades and tints

Shades of #8F7556

#8F7556
(143,117,86)
#826B4F
(130,107,79)
#756148
(117,97,72)
#685741
(104,87,65)
#5B4D3A
(91,77,58)
#4E4333
(78,67,51)
#41392C
(65,57,44)
#342F25
(52,47,37)
#27251E
(39,37,30)
#1A1B17
(26,27,23)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #8F7556

#8F7556
(143,117,86)
#998165
(153,129,101)
#A38D74
(163,141,116)
#AD9983
(173,153,131)
#B7A592
(183,165,146)
#C1B1A1
(193,177,161)
#CBBDB0
(203,189,176)
#D5C9BF
(213,201,191)
#DFD5CE
(223,213,206)
#E9E1DD
(233,225,221)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7556 color. Also use rgb(143,117,86) instead hex code.

Text Font Color

.myTextColor { color: #8F7556; }

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

This text font color is #8F7556.


Background Color

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

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

This div background color is #8F7556.


Border color

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

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

This div border color is #8F7556.


Opacity

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

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

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

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

This text has shadow with #8F7556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7556 on black background.


Color preview on white background

This text has color #8F7556 on white background.



Black color preview on #8F7556 background

This text has black color on #8F7556 background.


White color preview on #8F7556 background

This text has white color on #8F7556 background.