COLOR #8F6B33

HEX: #8F6B33 RGB: (143,107,51)

Color info

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

RGB color model

#8F6B33 color RGB value is (143,107,51).

RGB: (143,107,51) (56%, 42%, 20%)

RGB channels and saturation

R 143 of 255 = 56%
G 107 of 255 = 42%
B 51 of 255 = 20%

143
107
51

R + G + B ~ 39%. #8F6B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 107 + 51 = 301 (100%)
R 143 of 301 ~ 47.51%
G 107 of 301 ~ 35.55%
B 51 of 301 ~ 16.94'%

%47.51
%35.55
%16.94

CMYK color model

#8F6B33 color CMYK value is (0,25,64,44).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 64.34%
  • key color value is 43.92%

CMYK: (0,25,64,44)
C0M25Y64K44 (0%, 25%, 64%, 44%)
(0.00 / 0.25 / 0.64 / 0.44)

CMYK percentages

%0
%25.17
%64.34
%43.92

Codes

Color #8F6B33 in popluar color models

8F 6B 33
RGB 143 107 51
HSL 37° 47.42% 38.04%
HSB/HSV 37° 64.34% 56.08%
CMYK 0.00% 25.17% 64.34%
43.92%

Color #8F6B33 in popluar number systems.

HEX 8F 6B 33
Decimal 143 107 51
Binary 10001111 1101011 110011
Octal 217 153 63

Shades and tints

Shades of #8F6B33

#8F6B33
(143,107,51)
#82622F
(130,98,47)
#75592B
(117,89,43)
#685027
(104,80,39)
#5B4723
(91,71,35)
#4E3E1F
(78,62,31)
#41351B
(65,53,27)
#342C17
(52,44,23)
#272313
(39,35,19)
#1A1A0F
(26,26,15)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #8F6B33

#8F6B33
(143,107,51)
#997845
(153,120,69)
#A38557
(163,133,87)
#AD9269
(173,146,105)
#B79F7B
(183,159,123)
#C1AC8D
(193,172,141)
#CBB99F
(203,185,159)
#D5C6B1
(213,198,177)
#DFD3C3
(223,211,195)
#E9E0D5
(233,224,213)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6B33 color. Also use rgb(143,107,51) instead hex code.

Text Font Color

.myTextColor { color: #8F6B33; }

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

This text font color is #8F6B33.

Background Color

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

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

This div background color is #8F6B33.

Border color

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

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

This div border color is #8F6B33.

Opacity

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

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

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

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

This text has shadow with #8F6B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6B33.

Preview

Color preview on black background

This text has color #8F6B33 on black background.


Color preview on white background

This text has color #8F6B33 on white background.


Black color preview on #8F6B33 background

This text has black color on #8F6B33 background.


White color preview on #8F6B33 background

This text has white color on #8F6B33 background.


Related colors

Complementary color

Complementary color for #hex is #7094CC.


I love getcolorcode.com

Triadic colors

1 #338F6B and #6B338F with #8F6B33 are triadic colors.

2 #336B8F and #6B8F33 with #8F6B33 are triadic colors.