COLOR #8F4364

HEX: #8F4364
RGB: (143,67,100)

Color info

#8F4364 contains mainly red and blue colors. Web safe color of #8F4364 is #993366 (or #936).

RGB color model

#8F4364 color RGB value is (143,67,100).

  • red value is 143;
  • green value is 67;
  • blue value is 100.
RGB:
(143,67,100)
(56%,26%,39%)

RGB channels and saturation

R 143 of 255 = 56%
G 67 of 255 = 26%
B 100 of 255 = 39%

143
67
100

R + G + B ~ 40%. #8F4364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 67 + 100 = 310 (100%)
R 143 of 310 ~ 46.13%
G 67 of 310 ~ 21.61%
B 100 of 310 ~ 32.26%

%46.13
%21.61
%32.26

CMYK color model

#8F4364 color CMYK value is (0,53,30,44).

  • cyan value is 0.00%
  • magenta value is 53.15%
  • yellow value is 30.07%
  • key color value is 43.92%
CMYK:
(0,53,30,44)
C0M53Y30K44 
(0%,53%,30%,44%)
(0.00/0.53/0.30/0.44)	

CMYK percentages

%0
%53.15
%30.07
%43.92

Codes

Color #8F4364 in popluar color models

8F4364
RGB14367100
HSL334°36.19%41.18%
HSB/HSV334°53.15%56.08%
CMYK0.00%53.15%30.07%
43.92%

Color #8F4364 in popluar number systems.

HEX8F4364
Decimal14367100
Binary1000111110000111100100
Octal217103144

Shades and tints

Shades of #8F4364

#8F4364
(143,67,100)
#823D5B
(130,61,91)
#753752
(117,55,82)
#683149
(104,49,73)
#5B2B40
(91,43,64)
#4E2537
(78,37,55)
#411F2E
(65,31,46)
#341925
(52,25,37)
#27131C
(39,19,28)
#1A0D13
(26,13,19)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #8F4364

#8F4364
(143,67,100)
#995472
(153,84,114)
#A36580
(163,101,128)
#AD768E
(173,118,142)
#B7879C
(183,135,156)
#C198AA
(193,152,170)
#CBA9B8
(203,169,184)
#D5BAC6
(213,186,198)
#DFCBD4
(223,203,212)
#E9DCE2
(233,220,226)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4364 color. Also use rgb(143,67,100) instead hex code.

Text Font Color

.myTextColor { color: #8F4364; }

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

This text font color is #8F4364.


Background Color

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

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

This div background color is #8F4364.


Border color

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

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

This div border color is #8F4364.


Opacity

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

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

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

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

This text has shadow with #8F4364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4364 on black background.


Color preview on white background

This text has color #8F4364 on white background.



Black color preview on #8F4364 background

This text has black color on #8F4364 background.


White color preview on #8F4364 background

This text has white color on #8F4364 background.