COLOR #8F3349

HEX: #8F3349
RGB: (143,51,73)

Color info

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

RGB color model

#8F3349 color RGB value is (143,51,73).

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

RGB channels and saturation

R 143 of 255 = 56%
G 51 of 255 = 20%
B 73 of 255 = 29%

143
51
73

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

Portions of RGB colors in percentages

R + G + B =
143 + 51 + 73 = 267 (100%)
R 143 of 267 ~ 53.56%
G 51 of 267 ~ 19.1%
B 73 of 267 ~ 27.34%

%53.56
%19.1
%27.34

CMYK color model

#8F3349 color CMYK value is (0,64,49,44).

  • cyan value is 0.00%
  • magenta value is 64.34%
  • yellow value is 48.95%
  • key color value is 43.92%
CMYK:
(0,64,49,44)
C0M64Y49K44 
(0%,64%,49%,44%)
(0.00/0.64/0.49/0.44)	

CMYK percentages

%0
%64.34
%48.95
%43.92

Codes

Color #8F3349 in popluar color models

8F3349
RGB1435173
HSL346°47.42%38.04%
HSB/HSV346°64.34%56.08%
CMYK0.00%64.34%48.95%
43.92%

Color #8F3349 in popluar number systems.

HEX8F3349
Decimal1435173
Binary100011111100111001001
Octal21763111

Shades and tints

Shades of #8F3349

#8F3349
(143,51,73)
#822F43
(130,47,67)
#752B3D
(117,43,61)
#682737
(104,39,55)
#5B2331
(91,35,49)
#4E1F2B
(78,31,43)
#411B25
(65,27,37)
#34171F
(52,23,31)
#271319
(39,19,25)
#1A0F13
(26,15,19)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #8F3349

#8F3349
(143,51,73)
#994559
(153,69,89)
#A35769
(163,87,105)
#AD6979
(173,105,121)
#B77B89
(183,123,137)
#C18D99
(193,141,153)
#CB9FA9
(203,159,169)
#D5B1B9
(213,177,185)
#DFC3C9
(223,195,201)
#E9D5D9
(233,213,217)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F3349; }

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

This text font color is #8F3349.


Background Color

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

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

This div background color is #8F3349.


Border color

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

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

This div border color is #8F3349.


Opacity

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

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

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

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

This text has shadow with #8F3349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3349 on black background.


Color preview on white background

This text has color #8F3349 on white background.



Black color preview on #8F3349 background

This text has black color on #8F3349 background.


White color preview on #8F3349 background

This text has white color on #8F3349 background.