COLOR #8F454B

HEX: #8F454B
RGB: (143,69,75)

Color info

#8F454B contains mainly red color. Web safe color of #8F454B is #993333 (or #933).

RGB color model

#8F454B color RGB value is (143,69,75).

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

RGB channels and saturation

R 143 of 255 = 56%
G 69 of 255 = 27%
B 75 of 255 = 29%

143
69
75

R + G + B ~ 37%. #8F454B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 69 + 75 = 287 (100%)
R 143 of 287 ~ 49.83%
G 69 of 287 ~ 24.04%
B 75 of 287 ~ 26.13%

%49.83
%24.04
%26.13

CMYK color model

#8F454B color CMYK value is (0,52,48,44).

  • cyan value is 0.00%
  • magenta value is 51.75%
  • yellow value is 47.55%
  • key color value is 43.92%
CMYK:
(0,52,48,44)
C0M52Y48K44 
(0%,52%,48%,44%)
(0.00/0.52/0.48/0.44)	

CMYK percentages

%0
%51.75
%47.55
%43.92

Codes

Color #8F454B in popluar color models

8F454B
RGB1436975
HSL355°34.91%41.57%
HSB/HSV355°51.75%56.08%
CMYK0.00%51.75%47.55%
43.92%

Color #8F454B in popluar number systems.

HEX8F454B
Decimal1436975
Binary1000111110001011001011
Octal217105113

Shades and tints

Shades of #8F454B

#8F454B
(143,69,75)
#823F45
(130,63,69)
#75393F
(117,57,63)
#683339
(104,51,57)
#5B2D33
(91,45,51)
#4E272D
(78,39,45)
#412127
(65,33,39)
#341B21
(52,27,33)
#27151B
(39,21,27)
#1A0F15
(26,15,21)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #8F454B

#8F454B
(143,69,75)
#99555B
(153,85,91)
#A3656B
(163,101,107)
#AD757B
(173,117,123)
#B7858B
(183,133,139)
#C1959B
(193,149,155)
#CBA5AB
(203,165,171)
#D5B5BB
(213,181,187)
#DFC5CB
(223,197,203)
#E9D5DB
(233,213,219)
#F3E5EB
(243,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F454B; }

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

This text font color is #8F454B.


Background Color

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

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

This div background color is #8F454B.


Border color

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

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

This div border color is #8F454B.


Opacity

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

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

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

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

This text has shadow with #8F454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F454B on black background.


Color preview on white background

This text has color #8F454B on white background.



Black color preview on #8F454B background

This text has black color on #8F454B background.


White color preview on #8F454B background

This text has white color on #8F454B background.