COLOR #8F5042

HEX: #8F5042
RGB: (143,80,66)

Color info

#8F5042 contains mainly red color. Web safe color of #8F5042 is #996633 (or #963).

RGB color model

#8F5042 color RGB value is (143,80,66).

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

RGB channels and saturation

R 143 of 255 = 56%
G 80 of 255 = 31%
B 66 of 255 = 26%

143
80
66

R + G + B ~ 38%. #8F5042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 80 + 66 = 289 (100%)
R 143 of 289 ~ 49.48%
G 80 of 289 ~ 27.68%
B 66 of 289 ~ 22.84%

%49.48
%27.68
%22.84

CMYK color model

#8F5042 color CMYK value is (0,44,54,44).

  • cyan value is 0.00%
  • magenta value is 44.06%
  • yellow value is 53.85%
  • key color value is 43.92%
CMYK:
(0,44,54,44)
C0M44Y54K44 
(0%,44%,54%,44%)
(0.00/0.44/0.54/0.44)	

CMYK percentages

%0
%44.06
%53.85
%43.92

Codes

Color #8F5042 in popluar color models

8F5042
RGB1438066
HSL11°36.84%40.98%
HSB/HSV11°53.85%56.08%
CMYK0.00%44.06%53.85%
43.92%

Color #8F5042 in popluar number systems.

HEX8F5042
Decimal1438066
Binary1000111110100001000010
Octal217120102

Shades and tints

Shades of #8F5042

#8F5042
(143,80,66)
#82493C
(130,73,60)
#754236
(117,66,54)
#683B30
(104,59,48)
#5B342A
(91,52,42)
#4E2D24
(78,45,36)
#41261E
(65,38,30)
#341F18
(52,31,24)
#271812
(39,24,18)
#1A110C
(26,17,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #8F5042

#8F5042
(143,80,66)
#995F53
(153,95,83)
#A36E64
(163,110,100)
#AD7D75
(173,125,117)
#B78C86
(183,140,134)
#C19B97
(193,155,151)
#CBAAA8
(203,170,168)
#D5B9B9
(213,185,185)
#DFC8CA
(223,200,202)
#E9D7DB
(233,215,219)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5042; }

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

This text font color is #8F5042.


Background Color

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

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

This div background color is #8F5042.


Border color

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

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

This div border color is #8F5042.


Opacity

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

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

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

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

This text has shadow with #8F5042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5042 on black background.


Color preview on white background

This text has color #8F5042 on white background.



Black color preview on #8F5042 background

This text has black color on #8F5042 background.


White color preview on #8F5042 background

This text has white color on #8F5042 background.