COLOR #8D5D25

HEX: #8D5D25
RGB: (141,93,37)

Color info

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

RGB color model

#8D5D25 color RGB value is (141,93,37).

  • red value is 141;
  • green value is 93;
  • blue value is 37.
RGB:
(141,93,37)
(55%,36%,15%)

RGB channels and saturation

R 141 of 255 = 55%
G 93 of 255 = 36%
B 37 of 255 = 15%

141
93
37

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

Portions of RGB colors in percentages

R + G + B =
141 + 93 + 37 = 271 (100%)
R 141 of 271 ~ 52.03%
G 93 of 271 ~ 34.32%
B 37 of 271 ~ 13.65%

%52.03
%34.32
%13.65

CMYK color model

#8D5D25 color CMYK value is (0,34,74,45).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 73.76%
  • key color value is 44.71%
CMYK:
(0,34,74,45)
C0M34Y74K45 
(0%,34%,74%,45%)
(0.00/0.34/0.74/0.45)	

CMYK percentages

%0
%34.04
%73.76
%44.71

Codes

Color #8D5D25 in popluar color models

8D5D25
RGB1419337
HSL32°58.43%34.90%
HSB/HSV32°73.76%55.29%
CMYK0.00%34.04%73.76%
44.71%

Color #8D5D25 in popluar number systems.

HEX8D5D25
Decimal1419337
Binary100011011011101100101
Octal21513545

Shades and tints

Shades of #8D5D25

#8D5D25
(141,93,37)
#815522
(129,85,34)
#754D1F
(117,77,31)
#69451C
(105,69,28)
#5D3D19
(93,61,25)
#513516
(81,53,22)
#452D13
(69,45,19)
#392510
(57,37,16)
#2D1D0D
(45,29,13)
#21150A
(33,21,10)
#150D07
(21,13,7)
#000000
(0,0,0)

Tints of #8D5D25

#8D5D25
(141,93,37)
#976B38
(151,107,56)
#A1794B
(161,121,75)
#AB875E
(171,135,94)
#B59571
(181,149,113)
#BFA384
(191,163,132)
#C9B197
(201,177,151)
#D3BFAA
(211,191,170)
#DDCDBD
(221,205,189)
#E7DBD0
(231,219,208)
#F1E9E3
(241,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5D25 color. Also use rgb(141,93,37) instead hex code.

Text Font Color

.myTextColor { color: #8D5D25; }

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

This text font color is #8D5D25.


Background Color

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

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

This div background color is #8D5D25.


Border color

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

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

This div border color is #8D5D25.


Opacity

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

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

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

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

This text has shadow with #8D5D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5D25 on black background.


Color preview on white background

This text has color #8D5D25 on white background.



Black color preview on #8D5D25 background

This text has black color on #8D5D25 background.


White color preview on #8D5D25 background

This text has white color on #8D5D25 background.