COLOR #8F5667

HEX: #8F5667
RGB: (143,86,103)

Color info

#8F5667 contains red, green and blue colors in about the same proportion. Web safe color of #8F5667 is #996666 (or #966).

RGB color model

#8F5667 color RGB value is (143,86,103).

  • red value is 143;
  • green value is 86;
  • blue value is 103.
RGB:
(143,86,103)
(56%,34%,40%)

RGB channels and saturation

R 143 of 255 = 56%
G 86 of 255 = 34%
B 103 of 255 = 40%

143
86
103

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

Portions of RGB colors in percentages

R + G + B =
143 + 86 + 103 = 332 (100%)
R 143 of 332 ~ 43.07%
G 86 of 332 ~ 25.9%
B 103 of 332 ~ 31.02%

%43.07
%25.9
%31.02

CMYK color model

#8F5667 color CMYK value is (0,40,28,44).

  • cyan value is 0.00%
  • magenta value is 39.86%
  • yellow value is 27.97%
  • key color value is 43.92%
CMYK:
(0,40,28,44)
C0M40Y28K44 
(0%,40%,28%,44%)
(0.00/0.40/0.28/0.44)	

CMYK percentages

%0
%39.86
%27.97
%43.92

Codes

Color #8F5667 in popluar color models

8F5667
RGB14386103
HSL342°24.89%44.90%
HSB/HSV342°39.86%56.08%
CMYK0.00%39.86%27.97%
43.92%

Color #8F5667 in popluar number systems.

HEX8F5667
Decimal14386103
Binary1000111110101101100111
Octal217126147

Shades and tints

Shades of #8F5667

#8F5667
(143,86,103)
#824F5E
(130,79,94)
#754855
(117,72,85)
#68414C
(104,65,76)
#5B3A43
(91,58,67)
#4E333A
(78,51,58)
#412C31
(65,44,49)
#342528
(52,37,40)
#271E1F
(39,30,31)
#1A1716
(26,23,22)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #8F5667

#8F5667
(143,86,103)
#996574
(153,101,116)
#A37481
(163,116,129)
#AD838E
(173,131,142)
#B7929B
(183,146,155)
#C1A1A8
(193,161,168)
#CBB0B5
(203,176,181)
#D5BFC2
(213,191,194)
#DFCECF
(223,206,207)
#E9DDDC
(233,221,220)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5667; }

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

This text font color is #8F5667.


Background Color

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

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

This div background color is #8F5667.


Border color

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

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

This div border color is #8F5667.


Opacity

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

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

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

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

This text has shadow with #8F5667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5667 on black background.


Color preview on white background

This text has color #8F5667 on white background.



Black color preview on #8F5667 background

This text has black color on #8F5667 background.


White color preview on #8F5667 background

This text has white color on #8F5667 background.