COLOR #8F663B

HEX: #8F663B
RGB: (143,102,59)

Color info

#8F663B contains mainly red and green colors. Web safe color of #8F663B is #996633 (or #963).

RGB color model

#8F663B color RGB value is (143,102,59).

  • red value is 143;
  • green value is 102;
  • blue value is 59.
RGB:
(143,102,59)
(56%,40%,23%)

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 59 of 255 = 23%

143
102
59

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

Portions of RGB colors in percentages

R + G + B =
143 + 102 + 59 = 304 (100%)
R 143 of 304 ~ 47.04%
G 102 of 304 ~ 33.55%
B 59 of 304 ~ 19.41%

%47.04
%33.55
%19.41

CMYK color model

#8F663B color CMYK value is (0,29,59,44).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 58.74%
  • key color value is 43.92%
CMYK:
(0,29,59,44)
C0M29Y59K44 
(0%,29%,59%,44%)
(0.00/0.29/0.59/0.44)	

CMYK percentages

%0
%28.67
%58.74
%43.92

Codes

Color #8F663B in popluar color models

8F663B
RGB14310259
HSL31°41.58%39.61%
HSB/HSV31°58.74%56.08%
CMYK0.00%28.67%58.74%
43.92%

Color #8F663B in popluar number systems.

HEX8F663B
Decimal14310259
Binary100011111100110111011
Octal21714673

Shades and tints

Shades of #8F663B

#8F663B
(143,102,59)
#825D36
(130,93,54)
#755431
(117,84,49)
#684B2C
(104,75,44)
#5B4227
(91,66,39)
#4E3922
(78,57,34)
#41301D
(65,48,29)
#342718
(52,39,24)
#271E13
(39,30,19)
#1A150E
(26,21,14)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #8F663B

#8F663B
(143,102,59)
#99734C
(153,115,76)
#A3805D
(163,128,93)
#AD8D6E
(173,141,110)
#B79A7F
(183,154,127)
#C1A790
(193,167,144)
#CBB4A1
(203,180,161)
#D5C1B2
(213,193,178)
#DFCEC3
(223,206,195)
#E9DBD4
(233,219,212)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F663B; }

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

This text font color is #8F663B.


Background Color

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

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

This div background color is #8F663B.


Border color

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

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

This div border color is #8F663B.


Opacity

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

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

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

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

This text has shadow with #8F663B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F663B on black background.


Color preview on white background

This text has color #8F663B on white background.



Black color preview on #8F663B background

This text has black color on #8F663B background.


White color preview on #8F663B background

This text has white color on #8F663B background.