COLOR #8D4725

HEX: #8D4725
RGB: (141,71,37)

Color info

#8D4725 contains mainly red color. Web safe color of #8D4725 is #993333 (or #933).

RGB color model

#8D4725 color RGB value is (141,71,37).

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

RGB channels and saturation

R 141 of 255 = 55%
G 71 of 255 = 28%
B 37 of 255 = 15%

141
71
37

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

Portions of RGB colors in percentages

R + G + B =
141 + 71 + 37 = 249 (100%)
R 141 of 249 ~ 56.63%
G 71 of 249 ~ 28.51%
B 37 of 249 ~ 14.86%

%56.63
%28.51
%14.86

CMYK color model

#8D4725 color CMYK value is (0,50,74,45).

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 73.76%
  • key color value is 44.71%
CMYK:
(0,50,74,45)
C0M50Y74K45 
(0%,50%,74%,45%)
(0.00/0.50/0.74/0.45)	

CMYK percentages

%0
%49.65
%73.76
%44.71

Codes

Color #8D4725 in popluar color models

8D4725
RGB1417137
HSL20°58.43%34.90%
HSB/HSV20°73.76%55.29%
CMYK0.00%49.65%73.76%
44.71%

Color #8D4725 in popluar number systems.

HEX8D4725
Decimal1417137
Binary100011011000111100101
Octal21510745

Shades and tints

Shades of #8D4725

#8D4725
(141,71,37)
#814122
(129,65,34)
#753B1F
(117,59,31)
#69351C
(105,53,28)
#5D2F19
(93,47,25)
#512916
(81,41,22)
#452313
(69,35,19)
#391D10
(57,29,16)
#2D170D
(45,23,13)
#21110A
(33,17,10)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #8D4725

#8D4725
(141,71,37)
#975738
(151,87,56)
#A1674B
(161,103,75)
#AB775E
(171,119,94)
#B58771
(181,135,113)
#BF9784
(191,151,132)
#C9A797
(201,167,151)
#D3B7AA
(211,183,170)
#DDC7BD
(221,199,189)
#E7D7D0
(231,215,208)
#F1E7E3
(241,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4725; }

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

This text font color is #8D4725.


Background Color

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

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

This div background color is #8D4725.


Border color

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

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

This div border color is #8D4725.


Opacity

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

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

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

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

This text has shadow with #8D4725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4725 on black background.


Color preview on white background

This text has color #8D4725 on white background.



Black color preview on #8D4725 background

This text has black color on #8D4725 background.


White color preview on #8D4725 background

This text has white color on #8D4725 background.