COLOR #8F7858

HEX: #8F7858
RGB: (143,120,88)

Color info

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

RGB color model

#8F7858 color RGB value is (143,120,88).

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

RGB channels and saturation

R 143 of 255 = 56%
G 120 of 255 = 47%
B 88 of 255 = 35%

143
120
88

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

Portions of RGB colors in percentages

R + G + B =
143 + 120 + 88 = 351 (100%)
R 143 of 351 ~ 40.74%
G 120 of 351 ~ 34.19%
B 88 of 351 ~ 25.07%

%40.74
%34.19
%25.07

CMYK color model

#8F7858 color CMYK value is (0,16,38,44).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 38.46%
  • key color value is 43.92%
CMYK:
(0,16,38,44)
C0M16Y38K44 
(0%,16%,38%,44%)
(0.00/0.16/0.38/0.44)	

CMYK percentages

%0
%16.08
%38.46
%43.92

Codes

Color #8F7858 in popluar color models

8F7858
RGB14312088
HSL35°23.81%45.29%
HSB/HSV35°38.46%56.08%
CMYK0.00%16.08%38.46%
43.92%

Color #8F7858 in popluar number systems.

HEX8F7858
Decimal14312088
Binary1000111111110001011000
Octal217170130

Shades and tints

Shades of #8F7858

#8F7858
(143,120,88)
#826E50
(130,110,80)
#756448
(117,100,72)
#685A40
(104,90,64)
#5B5038
(91,80,56)
#4E4630
(78,70,48)
#413C28
(65,60,40)
#343220
(52,50,32)
#272818
(39,40,24)
#1A1E10
(26,30,16)
#0D1408
(13,20,8)
#000000
(0,0,0)

Tints of #8F7858

#8F7858
(143,120,88)
#998467
(153,132,103)
#A39076
(163,144,118)
#AD9C85
(173,156,133)
#B7A894
(183,168,148)
#C1B4A3
(193,180,163)
#CBC0B2
(203,192,178)
#D5CCC1
(213,204,193)
#DFD8D0
(223,216,208)
#E9E4DF
(233,228,223)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7858; }

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

This text font color is #8F7858.


Background Color

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

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

This div background color is #8F7858.


Border color

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

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

This div border color is #8F7858.


Opacity

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

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

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

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

This text has shadow with #8F7858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7858 on black background.


Color preview on white background

This text has color #8F7858 on white background.



Black color preview on #8F7858 background

This text has black color on #8F7858 background.


White color preview on #8F7858 background

This text has white color on #8F7858 background.