COLOR #8D5B17

HEX: #8D5B17
RGB: (141,91,23)

Color info

#8D5B17 contains mainly red and green colors. Web safe color of #8D5B17 is #996600 (or #960).

RGB color model

#8D5B17 color RGB value is (141,91,23).

  • red value is 141;
  • green value is 91;
  • blue value is 23.
RGB:
(141,91,23)
(55%,36%,9%)

RGB channels and saturation

R 141 of 255 = 55%
G 91 of 255 = 36%
B 23 of 255 = 9%

141
91
23

R + G + B ~ 33%. #8D5B17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 91 + 23 = 255 (100%)
R 141 of 255 ~ 55.29%
G 91 of 255 ~ 35.69%
B 23 of 255 ~ 9.02%

%55.29
%35.69

CMYK color model

#8D5B17 color CMYK value is (0,35,84,45).

  • cyan value is 0.00%
  • magenta value is 35.46%
  • yellow value is 83.69%
  • key color value is 44.71%
CMYK:
(0,35,84,45)
C0M35Y84K45 
(0%,35%,84%,45%)
(0.00/0.35/0.84/0.45)	

CMYK percentages

%0
%35.46
%83.69
%44.71

Codes

Color #8D5B17 in popluar color models

8D5B17
RGB1419123
HSL35°71.95%32.16%
HSB/HSV35°83.69%55.29%
CMYK0.00%35.46%83.69%
44.71%

Color #8D5B17 in popluar number systems.

HEX8D5B17
Decimal1419123
Binary10001101101101110111
Octal21513327

Shades and tints

Shades of #8D5B17

#8D5B17
(141,91,23)
#815315
(129,83,21)
#754B13
(117,75,19)
#694311
(105,67,17)
#5D3B0F
(93,59,15)
#51330D
(81,51,13)
#452B0B
(69,43,11)
#392309
(57,35,9)
#2D1B07
(45,27,7)
#211305
(33,19,5)
#150B03
(21,11,3)
#000000
(0,0,0)

Tints of #8D5B17

#8D5B17
(141,91,23)
#97692C
(151,105,44)
#A17741
(161,119,65)
#AB8556
(171,133,86)
#B5936B
(181,147,107)
#BFA180
(191,161,128)
#C9AF95
(201,175,149)
#D3BDAA
(211,189,170)
#DDCBBF
(221,203,191)
#E7D9D4
(231,217,212)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5B17 color. Also use rgb(141,91,23) instead hex code.

Text Font Color

.myTextColor { color: #8D5B17; }

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

This text font color is #8D5B17.


Background Color

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

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

This div background color is #8D5B17.


Border color

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

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

This div border color is #8D5B17.


Opacity

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

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

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

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

This text has shadow with #8D5B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5B17 on black background.


Color preview on white background

This text has color #8D5B17 on white background.



Black color preview on #8D5B17 background

This text has black color on #8D5B17 background.


White color preview on #8D5B17 background

This text has white color on #8D5B17 background.