COLOR #8F6265

HEX: #8F6265
RGB: (143,98,101)

Color info

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

RGB color model

#8F6265 color RGB value is (143,98,101).

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

RGB channels and saturation

R 143 of 255 = 56%
G 98 of 255 = 38%
B 101 of 255 = 40%

143
98
101

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

Portions of RGB colors in percentages

R + G + B =
143 + 98 + 101 = 342 (100%)
R 143 of 342 ~ 41.81%
G 98 of 342 ~ 28.65%
B 101 of 342 ~ 29.53%

%41.81
%28.65
%29.53

CMYK color model

#8F6265 color CMYK value is (0,31,29,44).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 29.37%
  • key color value is 43.92%
CMYK:
(0,31,29,44)
C0M31Y29K44 
(0%,31%,29%,44%)
(0.00/0.31/0.29/0.44)	

CMYK percentages

%0
%31.47
%29.37
%43.92

Codes

Color #8F6265 in popluar color models

8F6265
RGB14398101
HSL356°18.67%47.25%
HSB/HSV356°31.47%56.08%
CMYK0.00%31.47%29.37%
43.92%

Color #8F6265 in popluar number systems.

HEX8F6265
Decimal14398101
Binary1000111111000101100101
Octal217142145

Shades and tints

Shades of #8F6265

#8F6265
(143,98,101)
#825A5C
(130,90,92)
#755253
(117,82,83)
#684A4A
(104,74,74)
#5B4241
(91,66,65)
#4E3A38
(78,58,56)
#41322F
(65,50,47)
#342A26
(52,42,38)
#27221D
(39,34,29)
#1A1A14
(26,26,20)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #8F6265

#8F6265
(143,98,101)
#997073
(153,112,115)
#A37E81
(163,126,129)
#AD8C8F
(173,140,143)
#B79A9D
(183,154,157)
#C1A8AB
(193,168,171)
#CBB6B9
(203,182,185)
#D5C4C7
(213,196,199)
#DFD2D5
(223,210,213)
#E9E0E3
(233,224,227)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6265; }

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

This text font color is #8F6265.


Background Color

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

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

This div background color is #8F6265.


Border color

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

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

This div border color is #8F6265.


Opacity

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

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

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

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

This text has shadow with #8F6265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6265 on black background.


Color preview on white background

This text has color #8F6265 on white background.



Black color preview on #8F6265 background

This text has black color on #8F6265 background.


White color preview on #8F6265 background

This text has white color on #8F6265 background.