COLOR #8F5246

HEX: #8F5246
RGB: (143,82,70)

Color info

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

RGB color model

#8F5246 color RGB value is (143,82,70).

  • red value is 143;
  • green value is 82;
  • blue value is 70.
RGB:
(143,82,70)
(56%,32%,27%)

RGB channels and saturation

R 143 of 255 = 56%
G 82 of 255 = 32%
B 70 of 255 = 27%

143
82
70

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

Portions of RGB colors in percentages

R + G + B =
143 + 82 + 70 = 295 (100%)
R 143 of 295 ~ 48.47%
G 82 of 295 ~ 27.8%
B 70 of 295 ~ 23.73%

%48.47
%27.8
%23.73

CMYK color model

#8F5246 color CMYK value is (0,43,51,44).

  • cyan value is 0.00%
  • magenta value is 42.66%
  • yellow value is 51.05%
  • key color value is 43.92%
CMYK:
(0,43,51,44)
C0M43Y51K44 
(0%,43%,51%,44%)
(0.00/0.43/0.51/0.44)	

CMYK percentages

%0
%42.66
%51.05
%43.92

Codes

Color #8F5246 in popluar color models

8F5246
RGB1438270
HSL10°34.27%41.76%
HSB/HSV10°51.05%56.08%
CMYK0.00%42.66%51.05%
43.92%

Color #8F5246 in popluar number systems.

HEX8F5246
Decimal1438270
Binary1000111110100101000110
Octal217122106

Shades and tints

Shades of #8F5246

#8F5246
(143,82,70)
#824B40
(130,75,64)
#75443A
(117,68,58)
#683D34
(104,61,52)
#5B362E
(91,54,46)
#4E2F28
(78,47,40)
#412822
(65,40,34)
#34211C
(52,33,28)
#271A16
(39,26,22)
#1A1310
(26,19,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #8F5246

#8F5246
(143,82,70)
#996156
(153,97,86)
#A37066
(163,112,102)
#AD7F76
(173,127,118)
#B78E86
(183,142,134)
#C19D96
(193,157,150)
#CBACA6
(203,172,166)
#D5BBB6
(213,187,182)
#DFCAC6
(223,202,198)
#E9D9D6
(233,217,214)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5246 color. Also use rgb(143,82,70) instead hex code.

Text Font Color

.myTextColor { color: #8F5246; }

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

This text font color is #8F5246.


Background Color

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

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

This div background color is #8F5246.


Border color

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

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

This div border color is #8F5246.


Opacity

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

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

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

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

This text has shadow with #8F5246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5246 on black background.


Color preview on white background

This text has color #8F5246 on white background.



Black color preview on #8F5246 background

This text has black color on #8F5246 background.


White color preview on #8F5246 background

This text has white color on #8F5246 background.