COLOR #8F4B5F

HEX: #8F4B5F
RGB: (143,75,95)

Color info

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

RGB color model

#8F4B5F color RGB value is (143,75,95).

  • red value is 143;
  • green value is 75;
  • blue value is 95.
RGB:
(143,75,95)
(56%,29%,37%)

RGB channels and saturation

R 143 of 255 = 56%
G 75 of 255 = 29%
B 95 of 255 = 37%

143
75
95

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

Portions of RGB colors in percentages

R + G + B =
143 + 75 + 95 = 313 (100%)
R 143 of 313 ~ 45.69%
G 75 of 313 ~ 23.96%
B 95 of 313 ~ 30.35%

%45.69
%23.96
%30.35

CMYK color model

#8F4B5F color CMYK value is (0,48,34,44).

  • cyan value is 0.00%
  • magenta value is 47.55%
  • yellow value is 33.57%
  • key color value is 43.92%
CMYK:
(0,48,34,44)
C0M48Y34K44 
(0%,48%,34%,44%)
(0.00/0.48/0.34/0.44)	

CMYK percentages

%0
%47.55
%33.57
%43.92

Codes

Color #8F4B5F in popluar color models

8F4B5F
RGB1437595
HSL342°31.19%42.75%
HSB/HSV342°47.55%56.08%
CMYK0.00%47.55%33.57%
43.92%

Color #8F4B5F in popluar number systems.

HEX8F4B5F
Decimal1437595
Binary1000111110010111011111
Octal217113137

Shades and tints

Shades of #8F4B5F

#8F4B5F
(143,75,95)
#824557
(130,69,87)
#753F4F
(117,63,79)
#683947
(104,57,71)
#5B333F
(91,51,63)
#4E2D37
(78,45,55)
#41272F
(65,39,47)
#342127
(52,33,39)
#271B1F
(39,27,31)
#1A1517
(26,21,23)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #8F4B5F

#8F4B5F
(143,75,95)
#995B6D
(153,91,109)
#A36B7B
(163,107,123)
#AD7B89
(173,123,137)
#B78B97
(183,139,151)
#C19BA5
(193,155,165)
#CBABB3
(203,171,179)
#D5BBC1
(213,187,193)
#DFCBCF
(223,203,207)
#E9DBDD
(233,219,221)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4B5F color. Also use rgb(143,75,95) instead hex code.

Text Font Color

.myTextColor { color: #8F4B5F; }

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

This text font color is #8F4B5F.


Background Color

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

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

This div background color is #8F4B5F.


Border color

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

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

This div border color is #8F4B5F.


Opacity

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

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

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

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

This text has shadow with #8F4B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4B5F on black background.


Color preview on white background

This text has color #8F4B5F on white background.



Black color preview on #8F4B5F background

This text has black color on #8F4B5F background.


White color preview on #8F4B5F background

This text has white color on #8F4B5F background.