COLOR #8F636A

HEX: #8F636A
RGB: (143,99,106)

Color info

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

RGB color model

#8F636A color RGB value is (143,99,106).

  • red value is 143;
  • green value is 99;
  • blue value is 106.
RGB:
(143,99,106)
(56%,39%,42%)

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 106 of 255 = 42%

143
99
106

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

Portions of RGB colors in percentages

R + G + B =
143 + 99 + 106 = 348 (100%)
R 143 of 348 ~ 41.09%
G 99 of 348 ~ 28.45%
B 106 of 348 ~ 30.46%

%41.09
%28.45
%30.46

CMYK color model

#8F636A color CMYK value is (0,31,26,44).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 25.87%
  • key color value is 43.92%
CMYK:
(0,31,26,44)
C0M31Y26K44 
(0%,31%,26%,44%)
(0.00/0.31/0.26/0.44)	

CMYK percentages

%0
%30.77
%25.87
%43.92

Codes

Color #8F636A in popluar color models

8F636A
RGB14399106
HSL350°18.18%47.45%
HSB/HSV350°30.77%56.08%
CMYK0.00%30.77%25.87%
43.92%

Color #8F636A in popluar number systems.

HEX8F636A
Decimal14399106
Binary1000111111000111101010
Octal217143152

Shades and tints

Shades of #8F636A

#8F636A
(143,99,106)
#825A61
(130,90,97)
#755158
(117,81,88)
#68484F
(104,72,79)
#5B3F46
(91,63,70)
#4E363D
(78,54,61)
#412D34
(65,45,52)
#34242B
(52,36,43)
#271B22
(39,27,34)
#1A1219
(26,18,25)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #8F636A

#8F636A
(143,99,106)
#997177
(153,113,119)
#A37F84
(163,127,132)
#AD8D91
(173,141,145)
#B79B9E
(183,155,158)
#C1A9AB
(193,169,171)
#CBB7B8
(203,183,184)
#D5C5C5
(213,197,197)
#DFD3D2
(223,211,210)
#E9E1DF
(233,225,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F636A; }

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

This text font color is #8F636A.


Background Color

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

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

This div background color is #8F636A.


Border color

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

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

This div border color is #8F636A.


Opacity

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

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

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

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

This text has shadow with #8F636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F636A on black background.


Color preview on white background

This text has color #8F636A on white background.



Black color preview on #8F636A background

This text has black color on #8F636A background.


White color preview on #8F636A background

This text has white color on #8F636A background.