COLOR #8F5D65

HEX: #8F5D65
RGB: (143,93,101)

Color info

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

RGB color model

#8F5D65 color RGB value is (143,93,101).

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

RGB channels and saturation

R 143 of 255 = 56%
G 93 of 255 = 36%
B 101 of 255 = 40%

143
93
101

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

Portions of RGB colors in percentages

R + G + B =
143 + 93 + 101 = 337 (100%)
R 143 of 337 ~ 42.43%
G 93 of 337 ~ 27.6%
B 101 of 337 ~ 29.97%

%42.43
%27.6
%29.97

CMYK color model

#8F5D65 color CMYK value is (0,35,29,44).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 29.37%
  • key color value is 43.92%
CMYK:
(0,35,29,44)
C0M35Y29K44 
(0%,35%,29%,44%)
(0.00/0.35/0.29/0.44)	

CMYK percentages

%0
%34.97
%29.37
%43.92

Codes

Color #8F5D65 in popluar color models

8F5D65
RGB14393101
HSL350°21.19%46.27%
HSB/HSV350°34.97%56.08%
CMYK0.00%34.97%29.37%
43.92%

Color #8F5D65 in popluar number systems.

HEX8F5D65
Decimal14393101
Binary1000111110111011100101
Octal217135145

Shades and tints

Shades of #8F5D65

#8F5D65
(143,93,101)
#82555C
(130,85,92)
#754D53
(117,77,83)
#68454A
(104,69,74)
#5B3D41
(91,61,65)
#4E3538
(78,53,56)
#412D2F
(65,45,47)
#342526
(52,37,38)
#271D1D
(39,29,29)
#1A1514
(26,21,20)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #8F5D65

#8F5D65
(143,93,101)
#996B73
(153,107,115)
#A37981
(163,121,129)
#AD878F
(173,135,143)
#B7959D
(183,149,157)
#C1A3AB
(193,163,171)
#CBB1B9
(203,177,185)
#D5BFC7
(213,191,199)
#DFCDD5
(223,205,213)
#E9DBE3
(233,219,227)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5D65; }

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

This text font color is #8F5D65.


Background Color

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

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

This div background color is #8F5D65.


Border color

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

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

This div border color is #8F5D65.


Opacity

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

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

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

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

This text has shadow with #8F5D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5D65 on black background.


Color preview on white background

This text has color #8F5D65 on white background.



Black color preview on #8F5D65 background

This text has black color on #8F5D65 background.


White color preview on #8F5D65 background

This text has white color on #8F5D65 background.