COLOR #8F6342

HEX: #8F6342
RGB: (143,99,66)

Color info

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

RGB color model

#8F6342 color RGB value is (143,99,66).

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

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 66 of 255 = 26%

143
99
66

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

Portions of RGB colors in percentages

R + G + B =
143 + 99 + 66 = 308 (100%)
R 143 of 308 ~ 46.43%
G 99 of 308 ~ 32.14%
B 66 of 308 ~ 21.43%

%46.43
%32.14
%21.43

CMYK color model

#8F6342 color CMYK value is (0,31,54,44).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 53.85%
  • key color value is 43.92%
CMYK:
(0,31,54,44)
C0M31Y54K44 
(0%,31%,54%,44%)
(0.00/0.31/0.54/0.44)	

CMYK percentages

%0
%30.77
%53.85
%43.92

Codes

Color #8F6342 in popluar color models

8F6342
RGB1439966
HSL26°36.84%40.98%
HSB/HSV26°53.85%56.08%
CMYK0.00%30.77%53.85%
43.92%

Color #8F6342 in popluar number systems.

HEX8F6342
Decimal1439966
Binary1000111111000111000010
Octal217143102

Shades and tints

Shades of #8F6342

#8F6342
(143,99,66)
#825A3C
(130,90,60)
#755136
(117,81,54)
#684830
(104,72,48)
#5B3F2A
(91,63,42)
#4E3624
(78,54,36)
#412D1E
(65,45,30)
#342418
(52,36,24)
#271B12
(39,27,18)
#1A120C
(26,18,12)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #8F6342

#8F6342
(143,99,66)
#997153
(153,113,83)
#A37F64
(163,127,100)
#AD8D75
(173,141,117)
#B79B86
(183,155,134)
#C1A997
(193,169,151)
#CBB7A8
(203,183,168)
#D5C5B9
(213,197,185)
#DFD3CA
(223,211,202)
#E9E1DB
(233,225,219)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6342; }

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

This text font color is #8F6342.


Background Color

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

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

This div background color is #8F6342.


Border color

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

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

This div border color is #8F6342.


Opacity

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

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

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

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

This text has shadow with #8F6342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6342 on black background.


Color preview on white background

This text has color #8F6342 on white background.



Black color preview on #8F6342 background

This text has black color on #8F6342 background.


White color preview on #8F6342 background

This text has white color on #8F6342 background.