COLOR #8F3D48

HEX: #8F3D48
RGB: (143,61,72)

Color info

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

RGB color model

#8F3D48 color RGB value is (143,61,72).

  • red value is 143;
  • green value is 61;
  • blue value is 72.
RGB:
(143,61,72)
(56%,24%,28%)

RGB channels and saturation

R 143 of 255 = 56%
G 61 of 255 = 24%
B 72 of 255 = 28%

143
61
72

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

Portions of RGB colors in percentages

R + G + B =
143 + 61 + 72 = 276 (100%)
R 143 of 276 ~ 51.81%
G 61 of 276 ~ 22.1%
B 72 of 276 ~ 26.09%

%51.81
%22.1
%26.09

CMYK color model

#8F3D48 color CMYK value is (0,57,50,44).

  • cyan value is 0.00%
  • magenta value is 57.34%
  • yellow value is 49.65%
  • key color value is 43.92%
CMYK:
(0,57,50,44)
C0M57Y50K44 
(0%,57%,50%,44%)
(0.00/0.57/0.50/0.44)	

CMYK percentages

%0
%57.34
%49.65
%43.92

Codes

Color #8F3D48 in popluar color models

8F3D48
RGB1436172
HSL352°40.20%40.00%
HSB/HSV352°57.34%56.08%
CMYK0.00%57.34%49.65%
43.92%

Color #8F3D48 in popluar number systems.

HEX8F3D48
Decimal1436172
Binary100011111111011001000
Octal21775110

Shades and tints

Shades of #8F3D48

#8F3D48
(143,61,72)
#823842
(130,56,66)
#75333C
(117,51,60)
#682E36
(104,46,54)
#5B2930
(91,41,48)
#4E242A
(78,36,42)
#411F24
(65,31,36)
#341A1E
(52,26,30)
#271518
(39,21,24)
#1A1012
(26,16,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #8F3D48

#8F3D48
(143,61,72)
#994E58
(153,78,88)
#A35F68
(163,95,104)
#AD7078
(173,112,120)
#B78188
(183,129,136)
#C19298
(193,146,152)
#CBA3A8
(203,163,168)
#D5B4B8
(213,180,184)
#DFC5C8
(223,197,200)
#E9D6D8
(233,214,216)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F3D48 color. Also use rgb(143,61,72) instead hex code.

Text Font Color

.myTextColor { color: #8F3D48; }

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

This text font color is #8F3D48.


Background Color

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

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

This div background color is #8F3D48.


Border color

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

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

This div border color is #8F3D48.


Opacity

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

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

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

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

This text has shadow with #8F3D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3D48 on black background.


Color preview on white background

This text has color #8F3D48 on white background.



Black color preview on #8F3D48 background

This text has black color on #8F3D48 background.


White color preview on #8F3D48 background

This text has white color on #8F3D48 background.