COLOR #8F7958

HEX: #8F7958
RGB: (143,121,88)

Color info

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

RGB color model

#8F7958 color RGB value is (143,121,88).

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

RGB channels and saturation

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

143
121
88

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

Portions of RGB colors in percentages

R + G + B =
143 + 121 + 88 = 352 (100%)
R 143 of 352 ~ 40.63%
G 121 of 352 ~ 34.38%
B 88 of 352 ~ 25%

%40.63
%34.38
%25

CMYK color model

#8F7958 color CMYK value is (0,15,38,44).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 38.46%
  • key color value is 43.92%
CMYK:
(0,15,38,44)
C0M15Y38K44 
(0%,15%,38%,44%)
(0.00/0.15/0.38/0.44)	

CMYK percentages

%0
%15.38
%38.46
%43.92

Codes

Color #8F7958 in popluar color models

8F7958
RGB14312188
HSL36°23.81%45.29%
HSB/HSV36°38.46%56.08%
CMYK0.00%15.38%38.46%
43.92%

Color #8F7958 in popluar number systems.

HEX8F7958
Decimal14312188
Binary1000111111110011011000
Octal217171130

Shades and tints

Shades of #8F7958

#8F7958
(143,121,88)
#826E50
(130,110,80)
#756348
(117,99,72)
#685840
(104,88,64)
#5B4D38
(91,77,56)
#4E4230
(78,66,48)
#413728
(65,55,40)
#342C20
(52,44,32)
#272118
(39,33,24)
#1A1610
(26,22,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #8F7958

#8F7958
(143,121,88)
#998567
(153,133,103)
#A39176
(163,145,118)
#AD9D85
(173,157,133)
#B7A994
(183,169,148)
#C1B5A3
(193,181,163)
#CBC1B2
(203,193,178)
#D5CDC1
(213,205,193)
#DFD9D0
(223,217,208)
#E9E5DF
(233,229,223)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7958; }

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

This text font color is #8F7958.


Background Color

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

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

This div background color is #8F7958.


Border color

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

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

This div border color is #8F7958.


Opacity

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

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

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

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

This text has shadow with #8F7958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7958 on black background.


Color preview on white background

This text has color #8F7958 on white background.



Black color preview on #8F7958 background

This text has black color on #8F7958 background.


White color preview on #8F7958 background

This text has white color on #8F7958 background.