COLOR #8F4850

HEX: #8F4850 RGB: (143,72,80)

Color info

#8F4850 contains mainly red color. Web safe color of #8F4850 is #993366 (or #936).

RGB color model

#8F4850 color RGB value is (143,72,80).

RGB: (143,72,80) (56%, 28%, 31%)

RGB channels and saturation

R 143 of 255 = 56%
G 72 of 255 = 28%
B 80 of 255 = 31%

143
72
80

R + G + B ~ 38%. #8F4850 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 72 + 80 = 295 (100%)
R 143 of 295 ~ 48.47%
G 72 of 295 ~ 24.41%
B 80 of 295 ~ 27.12'%

%48.47
%24.41
%27.12

CMYK color model

#8F4850 color CMYK value is (0,50,44,44).

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 44.06%
  • key color value is 43.92%

CMYK: (0,50,44,44)
C0M50Y44K44 (0%, 50%, 44%, 44%)
(0.00 / 0.50 / 0.44 / 0.44)

CMYK percentages

%0
%49.65
%44.06
%43.92

Codes

Color #8F4850 in popluar color models

8F 48 50
RGB 143 72 80
HSL 353° 33.02% 42.16%
HSB/HSV 353° 49.65% 56.08%
CMYK 0.00% 49.65% 44.06%
43.92%

Color #8F4850 in popluar number systems.

HEX 8F 48 50
Decimal 143 72 80
Binary 10001111 1001000 1010000
Octal 217 110 120

Shades and tints

Shades of #8F4850

#8F4850
(143,72,80)
#824249
(130,66,73)
#753C42
(117,60,66)
#68363B
(104,54,59)
#5B3034
(91,48,52)
#4E2A2D
(78,42,45)
#412426
(65,36,38)
#341E1F
(52,30,31)
#271818
(39,24,24)
#1A1211
(26,18,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #8F4850

#8F4850
(143,72,80)
#99585F
(153,88,95)
#A3686E
(163,104,110)
#AD787D
(173,120,125)
#B7888C
(183,136,140)
#C1989B
(193,152,155)
#CBA8AA
(203,168,170)
#D5B8B9
(213,184,185)
#DFC8C8
(223,200,200)
#E9D8D7
(233,216,215)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4850 color. Also use rgb(143,72,80) instead hex code.

Text Font Color

.myTextColor { color: #8F4850; }

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

This text font color is #8F4850.

Background Color

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

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

This div background color is #8F4850.

Border color

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

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

This div border color is #8F4850.

Opacity

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

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

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

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

This text has shadow with #8F4850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4850.

Preview

Color preview on black background

This text has color #8F4850 on black background.


Color preview on white background

This text has color #8F4850 on white background.


Black color preview on #8F4850 background

This text has black color on #8F4850 background.


White color preview on #8F4850 background

This text has white color on #8F4850 background.


Related colors

Complementary color

Complementary color for #hex is #70B7AF.


I love getcolorcode.com

Triadic colors

1 #508F48 and #48508F with #8F4850 are triadic colors.

2 #50488F and #488F50 with #8F4850 are triadic colors.