COLOR #8F6A4D

HEX: #8F6A4D RGB: (143,106,77)

Color info

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

RGB color model

#8F6A4D color RGB value is (143,106,77).

RGB: (143,106,77) (56%, 42%, 30%)

RGB channels and saturation

R 143 of 255 = 56%
G 106 of 255 = 42%
B 77 of 255 = 30%

143
106
77

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

Portions of RGB colors in percentages

R + G + B = 143 + 106 + 77 = 326 (100%)
R 143 of 326 ~ 43.87%
G 106 of 326 ~ 32.52%
B 77 of 326 ~ 23.62'%

%43.87
%32.52
%23.62

CMYK color model

#8F6A4D color CMYK value is (0,26,46,44).

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 46.15%
  • key color value is 43.92%

CMYK: (0,26,46,44)
C0M26Y46K44 (0%, 26%, 46%, 44%)
(0.00 / 0.26 / 0.46 / 0.44)

CMYK percentages

%0
%25.87
%46.15
%43.92

Codes

Color #8F6A4D in popluar color models

8F 6A 4D
RGB 143 106 77
HSL 26° 30.00% 43.14%
HSB/HSV 26° 46.15% 56.08%
CMYK 0.00% 25.87% 46.15%
43.92%

Color #8F6A4D in popluar number systems.

HEX 8F 6A 4D
Decimal 143 106 77
Binary 10001111 1101010 1001101
Octal 217 152 115

Shades and tints

Shades of #8F6A4D

#8F6A4D
(143,106,77)
#826146
(130,97,70)
#75583F
(117,88,63)
#684F38
(104,79,56)
#5B4631
(91,70,49)
#4E3D2A
(78,61,42)
#413423
(65,52,35)
#342B1C
(52,43,28)
#272215
(39,34,21)
#1A190E
(26,25,14)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #8F6A4D

#8F6A4D
(143,106,77)
#99775D
(153,119,93)
#A3846D
(163,132,109)
#AD917D
(173,145,125)
#B79E8D
(183,158,141)
#C1AB9D
(193,171,157)
#CBB8AD
(203,184,173)
#D5C5BD
(213,197,189)
#DFD2CD
(223,210,205)
#E9DFDD
(233,223,221)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6A4D; }

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

This text font color is #8F6A4D.

Background Color

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

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

This div background color is #8F6A4D.

Border color

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

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

This div border color is #8F6A4D.

Opacity

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

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

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

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

This text has shadow with #8F6A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6A4D.

Preview

Color preview on black background

This text has color #8F6A4D on black background.


Color preview on white background

This text has color #8F6A4D on white background.


Black color preview on #8F6A4D background

This text has black color on #8F6A4D background.


White color preview on #8F6A4D background

This text has white color on #8F6A4D background.


Related colors

Complementary color

Complementary color for #hex is #7095B2.


I love getcolorcode.com

Triadic colors

1 #4D8F6A and #6A4D8F with #8F6A4D are triadic colors.

2 #4D6A8F and #6A8F4D with #8F6A4D are triadic colors.