COLOR #8F6161

HEX: #8F6161
RGB: (143,97,97)

Color info

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

RGB color model

#8F6161 color RGB value is (143,97,97).

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

RGB channels and saturation

R 143 of 255 = 56%
G 97 of 255 = 38%
B 97 of 255 = 38%

143
97
97

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

Portions of RGB colors in percentages

R + G + B =
143 + 97 + 97 = 337 (100%)
R 143 of 337 ~ 42.43%
G 97 of 337 ~ 28.78%
B 97 of 337 ~ 28.78%

%42.43
%28.78
%28.78

CMYK color model

#8F6161 color CMYK value is (0,32,32,44).

  • cyan value is 0.00%
  • magenta value is 32.17%
  • yellow value is 32.17%
  • key color value is 43.92%
CMYK:
(0,32,32,44)
C0M32Y32K44 
(0%,32%,32%,44%)
(0.00/0.32/0.32/0.44)	

CMYK percentages

%0
%32.17
%32.17
%43.92

Codes

Color #8F6161 in popluar color models

8F6161
RGB1439797
HSL19.17%47.06%
HSB/HSV32.17%56.08%
CMYK0.00%32.17%32.17%
43.92%

Color #8F6161 in popluar number systems.

HEX8F6161
Decimal1439797
Binary1000111111000011100001
Octal217141141

Shades and tints

Shades of #8F6161

#8F6161
(143,97,97)
#825959
(130,89,89)
#755151
(117,81,81)
#684949
(104,73,73)
#5B4141
(91,65,65)
#4E3939
(78,57,57)
#413131
(65,49,49)
#342929
(52,41,41)
#272121
(39,33,33)
#1A1919
(26,25,25)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #8F6161

#8F6161
(143,97,97)
#996F6F
(153,111,111)
#A37D7D
(163,125,125)
#AD8B8B
(173,139,139)
#B79999
(183,153,153)
#C1A7A7
(193,167,167)
#CBB5B5
(203,181,181)
#D5C3C3
(213,195,195)
#DFD1D1
(223,209,209)
#E9DFDF
(233,223,223)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6161; }

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

This text font color is #8F6161.


Background Color

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

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

This div background color is #8F6161.


Border color

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

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

This div border color is #8F6161.


Opacity

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

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

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

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

This text has shadow with #8F6161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6161 on black background.


Color preview on white background

This text has color #8F6161 on white background.



Black color preview on #8F6161 background

This text has black color on #8F6161 background.


White color preview on #8F6161 background

This text has white color on #8F6161 background.