COLOR #8F6E3D

HEX: #8F6E3D
RGB: (143,110,61)

Color info

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

RGB color model

#8F6E3D color RGB value is (143,110,61).

  • red value is 143;
  • green value is 110;
  • blue value is 61.
RGB:
(143,110,61)
(56%,43%,24%)

RGB channels and saturation

R 143 of 255 = 56%
G 110 of 255 = 43%
B 61 of 255 = 24%

143
110
61

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

Portions of RGB colors in percentages

R + G + B =
143 + 110 + 61 = 314 (100%)
R 143 of 314 ~ 45.54%
G 110 of 314 ~ 35.03%
B 61 of 314 ~ 19.43%

%45.54
%35.03
%19.43

CMYK color model

#8F6E3D color CMYK value is (0,23,57,44).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 57.34%
  • key color value is 43.92%
CMYK:
(0,23,57,44)
C0M23Y57K44 
(0%,23%,57%,44%)
(0.00/0.23/0.57/0.44)	

CMYK percentages

%0
%23.08
%57.34
%43.92

Codes

Color #8F6E3D in popluar color models

8F6E3D
RGB14311061
HSL36°40.20%40.00%
HSB/HSV36°57.34%56.08%
CMYK0.00%23.08%57.34%
43.92%

Color #8F6E3D in popluar number systems.

HEX8F6E3D
Decimal14311061
Binary100011111101110111101
Octal21715675

Shades and tints

Shades of #8F6E3D

#8F6E3D
(143,110,61)
#826438
(130,100,56)
#755A33
(117,90,51)
#68502E
(104,80,46)
#5B4629
(91,70,41)
#4E3C24
(78,60,36)
#41321F
(65,50,31)
#34281A
(52,40,26)
#271E15
(39,30,21)
#1A1410
(26,20,16)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #8F6E3D

#8F6E3D
(143,110,61)
#997B4E
(153,123,78)
#A3885F
(163,136,95)
#AD9570
(173,149,112)
#B7A281
(183,162,129)
#C1AF92
(193,175,146)
#CBBCA3
(203,188,163)
#D5C9B4
(213,201,180)
#DFD6C5
(223,214,197)
#E9E3D6
(233,227,214)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6E3D; }

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

This text font color is #8F6E3D.


Background Color

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

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

This div background color is #8F6E3D.


Border color

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

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

This div border color is #8F6E3D.


Opacity

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

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

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

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

This text has shadow with #8F6E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6E3D on black background.


Color preview on white background

This text has color #8F6E3D on white background.



Black color preview on #8F6E3D background

This text has black color on #8F6E3D background.


White color preview on #8F6E3D background

This text has white color on #8F6E3D background.