COLOR #8F4751

HEX: #8F4751 RGB: (143,71,81)

Color info

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

RGB color model

#8F4751 color RGB value is (143,71,81).

RGB: (143,71,81) (56%, 28%, 32%)

RGB channels and saturation

R 143 of 255 = 56%
G 71 of 255 = 28%
B 81 of 255 = 32%

143
71
81

R + G + B ~ 39%. #8F4751 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 71 + 81 = 295 (100%)
R 143 of 295 ~ 48.47%
G 71 of 295 ~ 24.07%
B 81 of 295 ~ 27.46'%

%48.47
%24.07
%27.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.35%
  • yellow value is 43.36%
  • key color value is 43.92%

CMYK: (0,50,43,44)
C0M50Y43K44 (0%, 50%, 43%, 44%)
(0.00 / 0.50 / 0.43 / 0.44)

CMYK percentages

%0
%50.35
%43.36
%43.92

Codes

Color #8F4751 in popluar color models

8F 47 51
RGB 143 71 81
HSL 352° 33.64% 41.96%
HSB/HSV 352° 50.35% 56.08%
CMYK 0.00% 50.35% 43.36%
43.92%

Color #8F4751 in popluar number systems.

HEX 8F 47 51
Decimal 143 71 81
Binary 10001111 1000111 1010001
Octal 217 107 121

Shades and tints

Shades of #8F4751

#8F4751
(143,71,81)
#82414A
(130,65,74)
#753B43
(117,59,67)
#68353C
(104,53,60)
#5B2F35
(91,47,53)
#4E292E
(78,41,46)
#412327
(65,35,39)
#341D20
(52,29,32)
#271719
(39,23,25)
#1A1112
(26,17,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #8F4751

#8F4751
(143,71,81)
#995760
(153,87,96)
#A3676F
(163,103,111)
#AD777E
(173,119,126)
#B7878D
(183,135,141)
#C1979C
(193,151,156)
#CBA7AB
(203,167,171)
#D5B7BA
(213,183,186)
#DFC7C9
(223,199,201)
#E9D7D8
(233,215,216)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4751 color. Also use rgb(143,71,81) instead hex code.

Text Font Color

.myTextColor { color: #8F4751; }

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

This text font color is #8F4751.

Background Color

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

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

This div background color is #8F4751.

Border color

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

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

This div border color is #8F4751.

Opacity

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

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

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

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

This text has shadow with #8F4751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4751.

Preview

Color preview on black background

This text has color #8F4751 on black background.


Color preview on white background

This text has color #8F4751 on white background.


Black color preview on #8F4751 background

This text has black color on #8F4751 background.


White color preview on #8F4751 background

This text has white color on #8F4751 background.


Related colors

Complementary color

Complementary color for #hex is #70B8AE.


I love getcolorcode.com

Triadic colors

1 #518F47 and #47518F with #8F4751 are triadic colors.

2 #51478F and #478F51 with #8F4751 are triadic colors.