COLOR #8F5353

HEX: #8F5353
RGB: (143,83,83)

Color info

#8F5353 contains mainly red color. Web safe color of #8F5353 is #996666 (or #966).

RGB color model

#8F5353 color RGB value is (143,83,83).

  • red value is 143;
  • green value is 83;
  • blue value is 83.
RGB:
(143,83,83)
(56%,33%,33%)

RGB channels and saturation

R 143 of 255 = 56%
G 83 of 255 = 33%
B 83 of 255 = 33%

143
83
83

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

Portions of RGB colors in percentages

R + G + B =
143 + 83 + 83 = 309 (100%)
R 143 of 309 ~ 46.28%
G 83 of 309 ~ 26.86%
B 83 of 309 ~ 26.86%

%46.28
%26.86
%26.86

CMYK color model

#8F5353 color CMYK value is (0,42,42,44).

  • cyan value is 0.00%
  • magenta value is 41.96%
  • yellow value is 41.96%
  • key color value is 43.92%
CMYK:
(0,42,42,44)
C0M42Y42K44 
(0%,42%,42%,44%)
(0.00/0.42/0.42/0.44)	

CMYK percentages

%0
%41.96
%41.96
%43.92

Codes

Color #8F5353 in popluar color models

8F5353
RGB1438383
HSL26.55%44.31%
HSB/HSV41.96%56.08%
CMYK0.00%41.96%41.96%
43.92%

Color #8F5353 in popluar number systems.

HEX8F5353
Decimal1438383
Binary1000111110100111010011
Octal217123123

Shades and tints

Shades of #8F5353

#8F5353
(143,83,83)
#824C4C
(130,76,76)
#754545
(117,69,69)
#683E3E
(104,62,62)
#5B3737
(91,55,55)
#4E3030
(78,48,48)
#412929
(65,41,41)
#342222
(52,34,34)
#271B1B
(39,27,27)
#1A1414
(26,20,20)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #8F5353

#8F5353
(143,83,83)
#996262
(153,98,98)
#A37171
(163,113,113)
#AD8080
(173,128,128)
#B78F8F
(183,143,143)
#C19E9E
(193,158,158)
#CBADAD
(203,173,173)
#D5BCBC
(213,188,188)
#DFCBCB
(223,203,203)
#E9DADA
(233,218,218)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5353; }

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

This text font color is #8F5353.


Background Color

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

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

This div background color is #8F5353.


Border color

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

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

This div border color is #8F5353.


Opacity

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

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

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

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

This text has shadow with #8F5353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5353 on black background.


Color preview on white background

This text has color #8F5353 on white background.



Black color preview on #8F5353 background

This text has black color on #8F5353 background.


White color preview on #8F5353 background

This text has white color on #8F5353 background.