COLOR #8F4A41

HEX: #8F4A41
RGB: (143,74,65)

Color info

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

RGB color model

#8F4A41 color RGB value is (143,74,65).

  • red value is 143;
  • green value is 74;
  • blue value is 65.
RGB:
(143,74,65)
(56%,29%,25%)

RGB channels and saturation

R 143 of 255 = 56%
G 74 of 255 = 29%
B 65 of 255 = 25%

143
74
65

R + G + B ~ 37%. #8F4A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 74 + 65 = 282 (100%)
R 143 of 282 ~ 50.71%
G 74 of 282 ~ 26.24%
B 65 of 282 ~ 23.05%

%50.71
%26.24
%23.05

CMYK color model

#8F4A41 color CMYK value is (0,48,55,44).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 54.55%
  • key color value is 43.92%
CMYK:
(0,48,55,44)
C0M48Y55K44 
(0%,48%,55%,44%)
(0.00/0.48/0.55/0.44)	

CMYK percentages

%0
%48.25
%54.55
%43.92

Codes

Color #8F4A41 in popluar color models

8F4A41
RGB1437465
HSL37.50%40.78%
HSB/HSV54.55%56.08%
CMYK0.00%48.25%54.55%
43.92%

Color #8F4A41 in popluar number systems.

HEX8F4A41
Decimal1437465
Binary1000111110010101000001
Octal217112101

Shades and tints

Shades of #8F4A41

#8F4A41
(143,74,65)
#82443C
(130,68,60)
#753E37
(117,62,55)
#683832
(104,56,50)
#5B322D
(91,50,45)
#4E2C28
(78,44,40)
#412623
(65,38,35)
#34201E
(52,32,30)
#271A19
(39,26,25)
#1A1414
(26,20,20)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #8F4A41

#8F4A41
(143,74,65)
#995A52
(153,90,82)
#A36A63
(163,106,99)
#AD7A74
(173,122,116)
#B78A85
(183,138,133)
#C19A96
(193,154,150)
#CBAAA7
(203,170,167)
#D5BAB8
(213,186,184)
#DFCAC9
(223,202,201)
#E9DADA
(233,218,218)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4A41 color. Also use rgb(143,74,65) instead hex code.

Text Font Color

.myTextColor { color: #8F4A41; }

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

This text font color is #8F4A41.


Background Color

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

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

This div background color is #8F4A41.


Border color

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

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

This div border color is #8F4A41.


Opacity

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

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

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

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

This text has shadow with #8F4A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4A41 on black background.


Color preview on white background

This text has color #8F4A41 on white background.



Black color preview on #8F4A41 background

This text has black color on #8F4A41 background.


White color preview on #8F4A41 background

This text has white color on #8F4A41 background.