COLOR #8F4D33

HEX: #8F4D33
RGB: (143,77,51)

Color info

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

RGB color model

#8F4D33 color RGB value is (143,77,51).

  • red value is 143;
  • green value is 77;
  • blue value is 51.
RGB:
(143,77,51)
(56%,30%,20%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 51 of 255 = 20%

143
77
51

R + G + B ~ 35%. #8F4D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 77 + 51 = 271 (100%)
R 143 of 271 ~ 52.77%
G 77 of 271 ~ 28.41%
B 51 of 271 ~ 18.82%

%52.77
%28.41
%18.82

CMYK color model

#8F4D33 color CMYK value is (0,46,64,44).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 64.34%
  • key color value is 43.92%
CMYK:
(0,46,64,44)
C0M46Y64K44 
(0%,46%,64%,44%)
(0.00/0.46/0.64/0.44)	

CMYK percentages

%0
%46.15
%64.34
%43.92

Codes

Color #8F4D33 in popluar color models

8F4D33
RGB1437751
HSL17°47.42%38.04%
HSB/HSV17°64.34%56.08%
CMYK0.00%46.15%64.34%
43.92%

Color #8F4D33 in popluar number systems.

HEX8F4D33
Decimal1437751
Binary100011111001101110011
Octal21711563

Shades and tints

Shades of #8F4D33

#8F4D33
(143,77,51)
#82462F
(130,70,47)
#753F2B
(117,63,43)
#683827
(104,56,39)
#5B3123
(91,49,35)
#4E2A1F
(78,42,31)
#41231B
(65,35,27)
#341C17
(52,28,23)
#271513
(39,21,19)
#1A0E0F
(26,14,15)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #8F4D33

#8F4D33
(143,77,51)
#995D45
(153,93,69)
#A36D57
(163,109,87)
#AD7D69
(173,125,105)
#B78D7B
(183,141,123)
#C19D8D
(193,157,141)
#CBAD9F
(203,173,159)
#D5BDB1
(213,189,177)
#DFCDC3
(223,205,195)
#E9DDD5
(233,221,213)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4D33 color. Also use rgb(143,77,51) instead hex code.

Text Font Color

.myTextColor { color: #8F4D33; }

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

This text font color is #8F4D33.


Background Color

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

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

This div background color is #8F4D33.


Border color

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

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

This div border color is #8F4D33.


Opacity

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

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

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

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

This text has shadow with #8F4D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4D33 on black background.


Color preview on white background

This text has color #8F4D33 on white background.



Black color preview on #8F4D33 background

This text has black color on #8F4D33 background.


White color preview on #8F4D33 background

This text has white color on #8F4D33 background.