COLOR #8F353D

HEX: #8F353D
RGB: (143,53,61)

Color info

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

RGB color model

#8F353D color RGB value is (143,53,61).

  • red value is 143;
  • green value is 53;
  • blue value is 61.
RGB:
(143,53,61)
(56%,21%,24%)

RGB channels and saturation

R 143 of 255 = 56%
G 53 of 255 = 21%
B 61 of 255 = 24%

143
53
61

R + G + B ~ 34%. #8F353D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 53 + 61 = 257 (100%)
R 143 of 257 ~ 55.64%
G 53 of 257 ~ 20.62%
B 61 of 257 ~ 23.74%

%55.64
%20.62
%23.74

CMYK color model

#8F353D color CMYK value is (0,63,57,44).

  • cyan value is 0.00%
  • magenta value is 62.94%
  • yellow value is 57.34%
  • key color value is 43.92%
CMYK:
(0,63,57,44)
C0M63Y57K44 
(0%,63%,57%,44%)
(0.00/0.63/0.57/0.44)	

CMYK percentages

%0
%62.94
%57.34
%43.92

Codes

Color #8F353D in popluar color models

8F353D
RGB1435361
HSL355°45.92%38.43%
HSB/HSV355°62.94%56.08%
CMYK0.00%62.94%57.34%
43.92%

Color #8F353D in popluar number systems.

HEX8F353D
Decimal1435361
Binary10001111110101111101
Octal2176575

Shades and tints

Shades of #8F353D

#8F353D
(143,53,61)
#823138
(130,49,56)
#752D33
(117,45,51)
#68292E
(104,41,46)
#5B2529
(91,37,41)
#4E2124
(78,33,36)
#411D1F
(65,29,31)
#34191A
(52,25,26)
#271515
(39,21,21)
#1A1110
(26,17,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #8F353D

#8F353D
(143,53,61)
#99474E
(153,71,78)
#A3595F
(163,89,95)
#AD6B70
(173,107,112)
#B77D81
(183,125,129)
#C18F92
(193,143,146)
#CBA1A3
(203,161,163)
#D5B3B4
(213,179,180)
#DFC5C5
(223,197,197)
#E9D7D6
(233,215,214)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F353D; }

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

This text font color is #8F353D.


Background Color

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

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

This div background color is #8F353D.


Border color

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

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

This div border color is #8F353D.


Opacity

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

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

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

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

This text has shadow with #8F353D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F353D on black background.


Color preview on white background

This text has color #8F353D on white background.



Black color preview on #8F353D background

This text has black color on #8F353D background.


White color preview on #8F353D background

This text has white color on #8F353D background.