COLOR #8F463C

HEX: #8F463C
RGB: (143,70,60)

Color info

#8F463C contains mainly red color. Web safe color of #8F463C is #993333 (or #933).

RGB color model

#8F463C color RGB value is (143,70,60).

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

RGB channels and saturation

R 143 of 255 = 56%
G 70 of 255 = 27%
B 60 of 255 = 24%

143
70
60

R + G + B ~ 36%. #8F463C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 70 + 60 = 273 (100%)
R 143 of 273 ~ 52.38%
G 70 of 273 ~ 25.64%
B 60 of 273 ~ 21.98%

%52.38
%25.64
%21.98

CMYK color model

#8F463C color CMYK value is (0,51,58,44).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 58.04%
  • key color value is 43.92%
CMYK:
(0,51,58,44)
C0M51Y58K44 
(0%,51%,58%,44%)
(0.00/0.51/0.58/0.44)	

CMYK percentages

%0
%51.05
%58.04
%43.92

Codes

Color #8F463C in popluar color models

8F463C
RGB1437060
HSL40.89%39.80%
HSB/HSV58.04%56.08%
CMYK0.00%51.05%58.04%
43.92%

Color #8F463C in popluar number systems.

HEX8F463C
Decimal1437060
Binary100011111000110111100
Octal21710674

Shades and tints

Shades of #8F463C

#8F463C
(143,70,60)
#824037
(130,64,55)
#753A32
(117,58,50)
#68342D
(104,52,45)
#5B2E28
(91,46,40)
#4E2823
(78,40,35)
#41221E
(65,34,30)
#341C19
(52,28,25)
#271614
(39,22,20)
#1A100F
(26,16,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #8F463C

#8F463C
(143,70,60)
#99564D
(153,86,77)
#A3665E
(163,102,94)
#AD766F
(173,118,111)
#B78680
(183,134,128)
#C19691
(193,150,145)
#CBA6A2
(203,166,162)
#D5B6B3
(213,182,179)
#DFC6C4
(223,198,196)
#E9D6D5
(233,214,213)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F463C; }

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

This text font color is #8F463C.


Background Color

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

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

This div background color is #8F463C.


Border color

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

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

This div border color is #8F463C.


Opacity

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

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

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

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

This text has shadow with #8F463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F463C on black background.


Color preview on white background

This text has color #8F463C on white background.



Black color preview on #8F463C background

This text has black color on #8F463C background.


White color preview on #8F463C background

This text has white color on #8F463C background.