COLOR #8F7450

HEX: #8F7450
RGB: (143,116,80)

Color info

#8F7450 contains mainly red and green colors. Web safe color of #8F7450 is #996666 (or #966).

RGB color model

#8F7450 color RGB value is (143,116,80).

  • red value is 143;
  • green value is 116;
  • blue value is 80.
RGB:
(143,116,80)
(56%,45%,31%)

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 80 of 255 = 31%

143
116
80

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 80 = 339 (100%)
R 143 of 339 ~ 42.18%
G 116 of 339 ~ 34.22%
B 80 of 339 ~ 23.6%

%42.18
%34.22
%23.6

CMYK color model

#8F7450 color CMYK value is (0,19,44,44).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 44.06%
  • key color value is 43.92%
CMYK:
(0,19,44,44)
C0M19Y44K44 
(0%,19%,44%,44%)
(0.00/0.19/0.44/0.44)	

CMYK percentages

%0
%18.88
%44.06
%43.92

Codes

Color #8F7450 in popluar color models

8F7450
RGB14311680
HSL34°28.25%43.73%
HSB/HSV34°44.06%56.08%
CMYK0.00%18.88%44.06%
43.92%

Color #8F7450 in popluar number systems.

HEX8F7450
Decimal14311680
Binary1000111111101001010000
Octal217164120

Shades and tints

Shades of #8F7450

#8F7450
(143,116,80)
#826A49
(130,106,73)
#756042
(117,96,66)
#68563B
(104,86,59)
#5B4C34
(91,76,52)
#4E422D
(78,66,45)
#413826
(65,56,38)
#342E1F
(52,46,31)
#272418
(39,36,24)
#1A1A11
(26,26,17)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #8F7450

#8F7450
(143,116,80)
#99805F
(153,128,95)
#A38C6E
(163,140,110)
#AD987D
(173,152,125)
#B7A48C
(183,164,140)
#C1B09B
(193,176,155)
#CBBCAA
(203,188,170)
#D5C8B9
(213,200,185)
#DFD4C8
(223,212,200)
#E9E0D7
(233,224,215)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7450 color. Also use rgb(143,116,80) instead hex code.

Text Font Color

.myTextColor { color: #8F7450; }

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

This text font color is #8F7450.


Background Color

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

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

This div background color is #8F7450.


Border color

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

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

This div border color is #8F7450.


Opacity

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

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

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

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

This text has shadow with #8F7450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7450 on black background.


Color preview on white background

This text has color #8F7450 on white background.



Black color preview on #8F7450 background

This text has black color on #8F7450 background.


White color preview on #8F7450 background

This text has white color on #8F7450 background.