COLOR #8F4367

HEX: #8F4367
RGB: (143,67,103)

Color info

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

RGB color model

#8F4367 color RGB value is (143,67,103).

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

RGB channels and saturation

R 143 of 255 = 56%
G 67 of 255 = 26%
B 103 of 255 = 40%

143
67
103

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

Portions of RGB colors in percentages

R + G + B =
143 + 67 + 103 = 313 (100%)
R 143 of 313 ~ 45.69%
G 67 of 313 ~ 21.41%
B 103 of 313 ~ 32.91%

%45.69
%21.41
%32.91

CMYK color model

#8F4367 color CMYK value is (0,53,28,44).

  • cyan value is 0.00%
  • magenta value is 53.15%
  • yellow value is 27.97%
  • key color value is 43.92%
CMYK:
(0,53,28,44)
C0M53Y28K44 
(0%,53%,28%,44%)
(0.00/0.53/0.28/0.44)	

CMYK percentages

%0
%53.15
%27.97
%43.92

Codes

Color #8F4367 in popluar color models

8F4367
RGB14367103
HSL332°36.19%41.18%
HSB/HSV332°53.15%56.08%
CMYK0.00%53.15%27.97%
43.92%

Color #8F4367 in popluar number systems.

HEX8F4367
Decimal14367103
Binary1000111110000111100111
Octal217103147

Shades and tints

Shades of #8F4367

#8F4367
(143,67,103)
#823D5E
(130,61,94)
#753755
(117,55,85)
#68314C
(104,49,76)
#5B2B43
(91,43,67)
#4E253A
(78,37,58)
#411F31
(65,31,49)
#341928
(52,25,40)
#27131F
(39,19,31)
#1A0D16
(26,13,22)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #8F4367

#8F4367
(143,67,103)
#995474
(153,84,116)
#A36581
(163,101,129)
#AD768E
(173,118,142)
#B7879B
(183,135,155)
#C198A8
(193,152,168)
#CBA9B5
(203,169,181)
#D5BAC2
(213,186,194)
#DFCBCF
(223,203,207)
#E9DCDC
(233,220,220)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F4367; }

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

This text font color is #8F4367.


Background Color

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

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

This div background color is #8F4367.


Border color

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

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

This div border color is #8F4367.


Opacity

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

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

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

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

This text has shadow with #8F4367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4367 on black background.


Color preview on white background

This text has color #8F4367 on white background.



Black color preview on #8F4367 background

This text has black color on #8F4367 background.


White color preview on #8F4367 background

This text has white color on #8F4367 background.