COLOR #8F682F

HEX: #8F682F RGB: (143,104,47)

Color info

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

RGB color model

#8F682F color RGB value is (143,104,47).

RGB: (143,104,47) (56%, 41%, 18%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 47 of 255 = 18%

143
104
47

R + G + B ~ 38%. #8F682F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 47 = 294 (100%)
R 143 of 294 ~ 48.64%
G 104 of 294 ~ 35.37%
B 47 of 294 ~ 15.99'%

%48.64
%35.37
%15.99

CMYK color model

#8F682F color CMYK value is (0,27,67,44).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 67.13%
  • key color value is 43.92%

CMYK: (0,27,67,44)
C0M27Y67K44 (0%, 27%, 67%, 44%)
(0.00 / 0.27 / 0.67 / 0.44)

CMYK percentages

%0
%27.27
%67.13
%43.92

Codes

Color #8F682F in popluar color models

8F 68 2F
RGB 143 104 47
HSL 36° 50.53% 37.25%
HSB/HSV 36° 67.13% 56.08%
CMYK 0.00% 27.27% 67.13%
43.92%

Color #8F682F in popluar number systems.

HEX 8F 68 2F
Decimal 143 104 47
Binary 10001111 1101000 101111
Octal 217 150 57

Shades and tints

Shades of #8F682F

#8F682F
(143,104,47)
#825F2B
(130,95,43)
#755627
(117,86,39)
#684D23
(104,77,35)
#5B441F
(91,68,31)
#4E3B1B
(78,59,27)
#413217
(65,50,23)
#342913
(52,41,19)
#27200F
(39,32,15)
#1A170B
(26,23,11)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #8F682F

#8F682F
(143,104,47)
#997541
(153,117,65)
#A38253
(163,130,83)
#AD8F65
(173,143,101)
#B79C77
(183,156,119)
#C1A989
(193,169,137)
#CBB69B
(203,182,155)
#D5C3AD
(213,195,173)
#DFD0BF
(223,208,191)
#E9DDD1
(233,221,209)
#F3EAE3
(243,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F682F color. Also use rgb(143,104,47) instead hex code.

Text Font Color

.myTextColor { color: #8F682F; }

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

This text font color is #8F682F.

Background Color

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

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

This div background color is #8F682F.

Border color

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

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

This div border color is #8F682F.

Opacity

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

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

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

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

This text has shadow with #8F682F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F682F.

Preview

Color preview on black background

This text has color #8F682F on black background.


Color preview on white background

This text has color #8F682F on white background.


Black color preview on #8F682F background

This text has black color on #8F682F background.


White color preview on #8F682F background

This text has white color on #8F682F background.


Related colors

Complementary color

Complementary color for #hex is #7097D0.


I love getcolorcode.com

Triadic colors

1 #2F8F68 and #682F8F with #8F682F are triadic colors.

2 #2F688F and #688F2F with #8F682F are triadic colors.