COLOR #8F3449

HEX: #8F3449
RGB: (143,52,73)

Color info

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

RGB color model

#8F3449 color RGB value is (143,52,73).

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

RGB channels and saturation

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

143
52
73

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

Portions of RGB colors in percentages

R + G + B =
143 + 52 + 73 = 268 (100%)
R 143 of 268 ~ 53.36%
G 52 of 268 ~ 19.4%
B 73 of 268 ~ 27.24%

%53.36
%19.4
%27.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 63.64%
  • 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
%63.64
%48.95
%43.92

Codes

Color #8F3449 in popluar color models

8F3449
RGB1435273
HSL346°46.67%38.24%
HSB/HSV346°63.64%56.08%
CMYK0.00%63.64%48.95%
43.92%

Color #8F3449 in popluar number systems.

HEX8F3449
Decimal1435273
Binary100011111101001001001
Octal21764111

Shades and tints

Shades of #8F3449

#8F3449
(143,52,73)
#823043
(130,48,67)
#752C3D
(117,44,61)
#682837
(104,40,55)
#5B2431
(91,36,49)
#4E202B
(78,32,43)
#411C25
(65,28,37)
#34181F
(52,24,31)
#271419
(39,20,25)
#1A1013
(26,16,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #8F3449

#8F3449
(143,52,73)
#994659
(153,70,89)
#A35869
(163,88,105)
#AD6A79
(173,106,121)
#B77C89
(183,124,137)
#C18E99
(193,142,153)
#CBA0A9
(203,160,169)
#D5B2B9
(213,178,185)
#DFC4C9
(223,196,201)
#E9D6D9
(233,214,217)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F3449; }

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

This text font color is #8F3449.


Background Color

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

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

This div background color is #8F3449.


Border color

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

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

This div border color is #8F3449.


Opacity

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

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

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

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

This text has shadow with #8F3449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F3449 on black background.


Color preview on white background

This text has color #8F3449 on white background.



Black color preview on #8F3449 background

This text has black color on #8F3449 background.


White color preview on #8F3449 background

This text has white color on #8F3449 background.