COLOR #8D4907

HEX: #8D4907
RGB: (141,73,7)

Color info

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

RGB color model

#8D4907 color RGB value is (141,73,7).

  • red value is 141;
  • green value is 73;
  • blue value is 7.
RGB:
(141,73,7)
(55%,29%,3%)

RGB channels and saturation

R 141 of 255 = 55%
G 73 of 255 = 29%
B 7 of 255 = 3%

141
73
7

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

Portions of RGB colors in percentages

R + G + B =
141 + 73 + 7 = 221 (100%)
R 141 of 221 ~ 63.8%
G 73 of 221 ~ 33.03%
B 7 of 221 ~ 3.17%

%63.8
%33.03

CMYK color model

#8D4907 color CMYK value is (0,48,95,45).

  • cyan value is 0.00%
  • magenta value is 48.23%
  • yellow value is 95.04%
  • key color value is 44.71%
CMYK:
(0,48,95,45)
C0M48Y95K45 
(0%,48%,95%,45%)
(0.00/0.48/0.95/0.45)	

CMYK percentages

%0
%48.23
%95.04
%44.71

Codes

Color #8D4907 in popluar color models

8D4907
RGB141737
HSL30°90.54%29.02%
HSB/HSV30°95.04%55.29%
CMYK0.00%48.23%95.04%
44.71%

Color #8D4907 in popluar number systems.

HEX8D4907
Decimal141737
Binary100011011001001111
Octal2151117

Shades and tints

Shades of #8D4907

#8D4907
(141,73,7)
#814307
(129,67,7)
#753D07
(117,61,7)
#693707
(105,55,7)
#5D3107
(93,49,7)
#512B07
(81,43,7)
#452507
(69,37,7)
#391F07
(57,31,7)
#2D1907
(45,25,7)
#211307
(33,19,7)
#150D07
(21,13,7)
#000000
(0,0,0)

Tints of #8D4907

#8D4907
(141,73,7)
#97591D
(151,89,29)
#A16933
(161,105,51)
#AB7949
(171,121,73)
#B5895F
(181,137,95)
#BF9975
(191,153,117)
#C9A98B
(201,169,139)
#D3B9A1
(211,185,161)
#DDC9B7
(221,201,183)
#E7D9CD
(231,217,205)
#F1E9E3
(241,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4907 color. Also use rgb(141,73,7) instead hex code.

Text Font Color

.myTextColor { color: #8D4907; }

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

This text font color is #8D4907.


Background Color

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

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

This div background color is #8D4907.


Border color

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

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

This div border color is #8D4907.


Opacity

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

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

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

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

This text has shadow with #8D4907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4907 on black background.


Color preview on white background

This text has color #8D4907 on white background.



Black color preview on #8D4907 background

This text has black color on #8D4907 background.


White color preview on #8D4907 background

This text has white color on #8D4907 background.