COLOR #8D4509

HEX: #8D4509 RGB: (141,69,9)

Color info

#8D4509 contains mainly red color. Web safe color of #8D4509 is #993300 (or #930).

RGB color model

#8D4509 color RGB value is (141,69,9).

RGB: (141,69,9) (55%, 27%, 4%)

RGB channels and saturation

R 141 of 255 = 55%
G 69 of 255 = 27%
B 9 of 255 = 4%

141
69
9

R + G + B ~ 29%. #8D4509 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 69 + 9 = 219 (100%)
R 141 of 219 ~ 64.38%
G 69 of 219 ~ 31.51%
B 9 of 219 ~ 4.11'%

%64.38
%31.51

CMYK color model

#8D4509 color CMYK value is (0,51,94,45).

  • cyan value is 0.00%
  • magenta value is 51.06%
  • yellow value is 93.62%
  • key color value is 44.71%

CMYK: (0,51,94,45)
C0M51Y94K45 (0%, 51%, 94%, 45%)
(0.00 / 0.51 / 0.94 / 0.45)

CMYK percentages

%0
%51.06
%93.62
%44.71

Codes

Color #8D4509 in popluar color models

8D 45 09
RGB 141 69 9
HSL 27° 88.00% 29.41%
HSB/HSV 27° 93.62% 55.29%
CMYK 0.00% 51.06% 93.62%
44.71%

Color #8D4509 in popluar number systems.

HEX 8D 45 09
Decimal 141 69 9
Binary 10001101 1000101 1001
Octal 215 105 11

Shades and tints

Shades of #8D4509

#8D4509
(141,69,9)
#813F09
(129,63,9)
#753909
(117,57,9)
#693309
(105,51,9)
#5D2D09
(93,45,9)
#512709
(81,39,9)
#452109
(69,33,9)
#391B09
(57,27,9)
#2D1509
(45,21,9)
#210F09
(33,15,9)
#150909
(21,9,9)
#000000
(0,0,0)

Tints of #8D4509

#8D4509
(141,69,9)
#97551F
(151,85,31)
#A16535
(161,101,53)
#AB754B
(171,117,75)
#B58561
(181,133,97)
#BF9577
(191,149,119)
#C9A58D
(201,165,141)
#D3B5A3
(211,181,163)
#DDC5B9
(221,197,185)
#E7D5CF
(231,213,207)
#F1E5E5
(241,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4509 color. Also use rgb(141,69,9) instead hex code.

Text Font Color

.myTextColor { color: #8D4509; }

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

This text font color is #8D4509.

Background Color

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

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

This div background color is #8D4509.

Border color

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

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

This div border color is #8D4509.

Opacity

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

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

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

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

This text has shadow with #8D4509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4509.

Preview

Color preview on black background

This text has color #8D4509 on black background.


Color preview on white background

This text has color #8D4509 on white background.


Black color preview on #8D4509 background

This text has black color on #8D4509 background.


White color preview on #8D4509 background

This text has white color on #8D4509 background.


Related colors

Complementary color

Complementary color for #hex is #72BAF6.


I love getcolorcode.com

Triadic colors

1 #098D45 and #45098D with #8D4509 are triadic colors.

2 #09458D and #458D09 with #8D4509 are triadic colors.