COLOR #8F4A58

HEX: #8F4A58
RGB: (143,74,88)

Color info

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

RGB color model

#8F4A58 color RGB value is (143,74,88).

  • red value is 143;
  • green value is 74;
  • blue value is 88.
RGB:
(143,74,88)
(56%,29%,35%)

RGB channels and saturation

R 143 of 255 = 56%
G 74 of 255 = 29%
B 88 of 255 = 35%

143
74
88

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

Portions of RGB colors in percentages

R + G + B =
143 + 74 + 88 = 305 (100%)
R 143 of 305 ~ 46.89%
G 74 of 305 ~ 24.26%
B 88 of 305 ~ 28.85%

%46.89
%24.26
%28.85

CMYK color model

#8F4A58 color CMYK value is (0,48,38,44).

  • cyan value is 0.00%
  • magenta value is 48.25%
  • yellow value is 38.46%
  • key color value is 43.92%
CMYK:
(0,48,38,44)
C0M48Y38K44 
(0%,48%,38%,44%)
(0.00/0.48/0.38/0.44)	

CMYK percentages

%0
%48.25
%38.46
%43.92

Codes

Color #8F4A58 in popluar color models

8F4A58
RGB1437488
HSL348°31.80%42.55%
HSB/HSV348°48.25%56.08%
CMYK0.00%48.25%38.46%
43.92%

Color #8F4A58 in popluar number systems.

HEX8F4A58
Decimal1437488
Binary1000111110010101011000
Octal217112130

Shades and tints

Shades of #8F4A58

#8F4A58
(143,74,88)
#824450
(130,68,80)
#753E48
(117,62,72)
#683840
(104,56,64)
#5B3238
(91,50,56)
#4E2C30
(78,44,48)
#412628
(65,38,40)
#342020
(52,32,32)
#271A18
(39,26,24)
#1A1410
(26,20,16)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #8F4A58

#8F4A58
(143,74,88)
#995A67
(153,90,103)
#A36A76
(163,106,118)
#AD7A85
(173,122,133)
#B78A94
(183,138,148)
#C19AA3
(193,154,163)
#CBAAB2
(203,170,178)
#D5BAC1
(213,186,193)
#DFCAD0
(223,202,208)
#E9DADF
(233,218,223)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4A58 color. Also use rgb(143,74,88) instead hex code.

Text Font Color

.myTextColor { color: #8F4A58; }

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

This text font color is #8F4A58.


Background Color

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

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

This div background color is #8F4A58.


Border color

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

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

This div border color is #8F4A58.


Opacity

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

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

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

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

This text has shadow with #8F4A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4A58 on black background.


Color preview on white background

This text has color #8F4A58 on white background.



Black color preview on #8F4A58 background

This text has black color on #8F4A58 background.


White color preview on #8F4A58 background

This text has white color on #8F4A58 background.