COLOR #8D682F

HEX: #8D682F RGB: (141,104,47)

Color info

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

RGB color model

#8D682F color RGB value is (141,104,47).

RGB: (141,104,47) (55%, 41%, 18%)

RGB channels and saturation

R 141 of 255 = 55%
G 104 of 255 = 41%
B 47 of 255 = 18%

141
104
47

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

Portions of RGB colors in percentages

R + G + B = 141 + 104 + 47 = 292 (100%)
R 141 of 292 ~ 48.29%
G 104 of 292 ~ 35.62%
B 47 of 292 ~ 16.1'%

%48.29
%35.62
%16.1

CMYK color model

#8D682F color CMYK value is (0,26,67,45).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 66.67%
  • key color value is 44.71%
CMYK: (0,26,67,45) C0M26Y67K45 (0%,26%,67%,45%) (0.00/0.26/0.67/0.45) 

CMYK percentages

%0
%26.24
%66.67
%44.71

Codes

Color #8D682F in popluar color models

8D 68 2F
RGB 141 104 47
HSL 36° 50.00% 36.86%
HSB/HSV 36° 66.67% 55.29%
CMYK 0.00% 26.24% 66.67%
44.71%

Color #8D682F in popluar number systems.

HEX 8D 68 2F
Decimal 141 104 47
Binary 10001101 1101000 101111
Octal 215 150 57

Shades and tints

Shades of #8D682F

#8D682F
(141,104,47)
#815F2B
(129,95,43)
#755627
(117,86,39)
#694D23
(105,77,35)
#5D441F
(93,68,31)
#513B1B
(81,59,27)
#453217
(69,50,23)
#392913
(57,41,19)
#2D200F
(45,32,15)
#21170B
(33,23,11)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #8D682F

#8D682F
(141,104,47)
#977541
(151,117,65)
#A18253
(161,130,83)
#AB8F65
(171,143,101)
#B59C77
(181,156,119)
#BFA989
(191,169,137)
#C9B69B
(201,182,155)
#D3C3AD
(211,195,173)
#DDD0BF
(221,208,191)
#E7DDD1
(231,221,209)
#F1EAE3
(241,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D682F; }

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

This text font color is #8D682F.

Background Color

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

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

This div background color is #8D682F.

Border color

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

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

This div border color is #8D682F.

Opacity

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

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

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

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

This text has shadow with #8D682F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D682F.

Preview

Color preview on black background

This text has color #8D682F on black background.


Color preview on white background

This text has color #8D682F on white background.


Black color preview on #8D682F background

This text has black color on #8D682F background.


White color preview on #8D682F background

This text has white color on #8D682F background.


Related colors

Complementary color

Complementary color for #hex is #7297D0.


I love getcolorcode.com

Triadic colors

1 #2F8D68 and #682F8D with #8D682F are triadic colors.

2 #2F688D and #688D2F with #8D682F are triadic colors.