COLOR #8F5158

HEX: #8F5158
RGB: (143,81,88)

Color info

#8F5158 contains mainly red and blue colors. Web safe color of #8F5158 is #996666 (or #966).

RGB color model

#8F5158 color RGB value is (143,81,88).

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

RGB channels and saturation

R 143 of 255 = 56%
G 81 of 255 = 32%
B 88 of 255 = 35%

143
81
88

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

Portions of RGB colors in percentages

R + G + B =
143 + 81 + 88 = 312 (100%)
R 143 of 312 ~ 45.83%
G 81 of 312 ~ 25.96%
B 88 of 312 ~ 28.21%

%45.83
%25.96
%28.21

CMYK color model

#8F5158 color CMYK value is (0,43,38,44).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 38.46%
  • key color value is 43.92%
CMYK:
(0,43,38,44)
C0M43Y38K44 
(0%,43%,38%,44%)
(0.00/0.43/0.38/0.44)	

CMYK percentages

%0
%43.36
%38.46
%43.92

Codes

Color #8F5158 in popluar color models

8F5158
RGB1438188
HSL353°27.68%43.92%
HSB/HSV353°43.36%56.08%
CMYK0.00%43.36%38.46%
43.92%

Color #8F5158 in popluar number systems.

HEX8F5158
Decimal1438188
Binary1000111110100011011000
Octal217121130

Shades and tints

Shades of #8F5158

#8F5158
(143,81,88)
#824A50
(130,74,80)
#754348
(117,67,72)
#683C40
(104,60,64)
#5B3538
(91,53,56)
#4E2E30
(78,46,48)
#412728
(65,39,40)
#342020
(52,32,32)
#271918
(39,25,24)
#1A1210
(26,18,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #8F5158

#8F5158
(143,81,88)
#996067
(153,96,103)
#A36F76
(163,111,118)
#AD7E85
(173,126,133)
#B78D94
(183,141,148)
#C19CA3
(193,156,163)
#CBABB2
(203,171,178)
#D5BAC1
(213,186,193)
#DFC9D0
(223,201,208)
#E9D8DF
(233,216,223)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5158; }

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

This text font color is #8F5158.


Background Color

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

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

This div background color is #8F5158.


Border color

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

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

This div border color is #8F5158.


Opacity

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

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

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

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

This text has shadow with #8F5158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5158 on black background.


Color preview on white background

This text has color #8F5158 on white background.



Black color preview on #8F5158 background

This text has black color on #8F5158 background.


White color preview on #8F5158 background

This text has white color on #8F5158 background.