COLOR #8F5365

HEX: #8F5365
RGB: (143,83,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
83
101

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

Portions of RGB colors in percentages

R + G + B =
143 + 83 + 101 = 327 (100%)
R 143 of 327 ~ 43.73%
G 83 of 327 ~ 25.38%
B 101 of 327 ~ 30.89%

%43.73
%25.38
%30.89

CMYK color model

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

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

CMYK percentages

%0
%41.96
%29.37
%43.92

Codes

Color #8F5365 in popluar color models

8F5365
RGB14383101
HSL342°26.55%44.31%
HSB/HSV342°41.96%56.08%
CMYK0.00%41.96%29.37%
43.92%

Color #8F5365 in popluar number systems.

HEX8F5365
Decimal14383101
Binary1000111110100111100101
Octal217123145

Shades and tints

Shades of #8F5365

#8F5365
(143,83,101)
#824C5C
(130,76,92)
#754553
(117,69,83)
#683E4A
(104,62,74)
#5B3741
(91,55,65)
#4E3038
(78,48,56)
#41292F
(65,41,47)
#342226
(52,34,38)
#271B1D
(39,27,29)
#1A1414
(26,20,20)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #8F5365

#8F5365
(143,83,101)
#996273
(153,98,115)
#A37181
(163,113,129)
#AD808F
(173,128,143)
#B78F9D
(183,143,157)
#C19EAB
(193,158,171)
#CBADB9
(203,173,185)
#D5BCC7
(213,188,199)
#DFCBD5
(223,203,213)
#E9DAE3
(233,218,227)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5365; }

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

This text font color is #8F5365.


Background Color

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

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

This div background color is #8F5365.


Border color

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

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

This div border color is #8F5365.


Opacity

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

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

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

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

This text has shadow with #8F5365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5365 on black background.


Color preview on white background

This text has color #8F5365 on white background.



Black color preview on #8F5365 background

This text has black color on #8F5365 background.


White color preview on #8F5365 background

This text has white color on #8F5365 background.