COLOR #8F6040

HEX: #8F6040 RGB: (143,96,64)

Color info

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

RGB color model

#8F6040 color RGB value is (143,96,64).

RGB: (143,96,64) (56%, 38%, 25%)

RGB channels and saturation

R 143 of 255 = 56%
G 96 of 255 = 38%
B 64 of 255 = 25%

143
96
64

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

Portions of RGB colors in percentages

R + G + B = 143 + 96 + 64 = 303 (100%)
R 143 of 303 ~ 47.19%
G 96 of 303 ~ 31.68%
B 64 of 303 ~ 21.12'%

%47.19
%31.68
%21.12

CMYK color model

#8F6040 color CMYK value is (0,33,55,44).

  • cyan value is 0.00%
  • magenta value is 32.87%
  • yellow value is 55.24%
  • key color value is 43.92%

CMYK: (0,33,55,44)
C0M33Y55K44 (0%, 33%, 55%, 44%)
(0.00 / 0.33 / 0.55 / 0.44)

CMYK percentages

%0
%32.87
%55.24
%43.92

Codes

Color #8F6040 in popluar color models

8F 60 40
RGB 143 96 64
HSL 24° 38.16% 40.59%
HSB/HSV 24° 55.24% 56.08%
CMYK 0.00% 32.87% 55.24%
43.92%

Color #8F6040 in popluar number systems.

HEX 8F 60 40
Decimal 143 96 64
Binary 10001111 1100000 1000000
Octal 217 140 100

Shades and tints

Shades of #8F6040

#8F6040
(143,96,64)
#82583B
(130,88,59)
#755036
(117,80,54)
#684831
(104,72,49)
#5B402C
(91,64,44)
#4E3827
(78,56,39)
#413022
(65,48,34)
#34281D
(52,40,29)
#272018
(39,32,24)
#1A1813
(26,24,19)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #8F6040

#8F6040
(143,96,64)
#996E51
(153,110,81)
#A37C62
(163,124,98)
#AD8A73
(173,138,115)
#B79884
(183,152,132)
#C1A695
(193,166,149)
#CBB4A6
(203,180,166)
#D5C2B7
(213,194,183)
#DFD0C8
(223,208,200)
#E9DED9
(233,222,217)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6040 color. Also use rgb(143,96,64) instead hex code.

Text Font Color

.myTextColor { color: #8F6040; }

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

This text font color is #8F6040.

Background Color

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

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

This div background color is #8F6040.

Border color

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

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

This div border color is #8F6040.

Opacity

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

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

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

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

This text has shadow with #8F6040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6040.

Preview

Color preview on black background

This text has color #8F6040 on black background.


Color preview on white background

This text has color #8F6040 on white background.


Black color preview on #8F6040 background

This text has black color on #8F6040 background.


White color preview on #8F6040 background

This text has white color on #8F6040 background.


Related colors

Complementary color

Complementary color for #hex is #709FBF.


I love getcolorcode.com

Triadic colors

1 #408F60 and #60408F with #8F6040 are triadic colors.

2 #40608F and #608F40 with #8F6040 are triadic colors.