COLOR #8D5628

HEX: #8D5628
RGB: (141,86,40)

Color info

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

RGB color model

#8D5628 color RGB value is (141,86,40).

  • red value is 141;
  • green value is 86;
  • blue value is 40.
RGB:
(141,86,40)
(55%,34%,16%)

RGB channels and saturation

R 141 of 255 = 55%
G 86 of 255 = 34%
B 40 of 255 = 16%

141
86
40

R + G + B ~ 35%. #8D5628 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 86 + 40 = 267 (100%)
R 141 of 267 ~ 52.81%
G 86 of 267 ~ 32.21%
B 40 of 267 ~ 14.98%

%52.81
%32.21
%14.98

CMYK color model

#8D5628 color CMYK value is (0,39,72,45).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 71.63%
  • key color value is 44.71%
CMYK:
(0,39,72,45)
C0M39Y72K45 
(0%,39%,72%,45%)
(0.00/0.39/0.72/0.45)	

CMYK percentages

%0
%39.01
%71.63
%44.71

Codes

Color #8D5628 in popluar color models

8D5628
RGB1418640
HSL27°55.80%35.49%
HSB/HSV27°71.63%55.29%
CMYK0.00%39.01%71.63%
44.71%

Color #8D5628 in popluar number systems.

HEX8D5628
Decimal1418640
Binary100011011010110101000
Octal21512650

Shades and tints

Shades of #8D5628

#8D5628
(141,86,40)
#814F25
(129,79,37)
#754822
(117,72,34)
#69411F
(105,65,31)
#5D3A1C
(93,58,28)
#513319
(81,51,25)
#452C16
(69,44,22)
#392513
(57,37,19)
#2D1E10
(45,30,16)
#21170D
(33,23,13)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #8D5628

#8D5628
(141,86,40)
#97653B
(151,101,59)
#A1744E
(161,116,78)
#AB8361
(171,131,97)
#B59274
(181,146,116)
#BFA187
(191,161,135)
#C9B09A
(201,176,154)
#D3BFAD
(211,191,173)
#DDCEC0
(221,206,192)
#E7DDD3
(231,221,211)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5628 color. Also use rgb(141,86,40) instead hex code.

Text Font Color

.myTextColor { color: #8D5628; }

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

This text font color is #8D5628.


Background Color

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

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

This div background color is #8D5628.


Border color

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

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

This div border color is #8D5628.


Opacity

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

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

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

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

This text has shadow with #8D5628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5628 on black background.


Color preview on white background

This text has color #8D5628 on white background.



Black color preview on #8D5628 background

This text has black color on #8D5628 background.


White color preview on #8D5628 background

This text has white color on #8D5628 background.