COLOR #8D492E

HEX: #8D492E
RGB: (141,73,46)

Color info

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

RGB color model

#8D492E color RGB value is (141,73,46).

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

RGB channels and saturation

R 141 of 255 = 55%
G 73 of 255 = 29%
B 46 of 255 = 18%

141
73
46

R + G + B ~ 34%. #8D492E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 73 + 46 = 260 (100%)
R 141 of 260 ~ 54.23%
G 73 of 260 ~ 28.08%
B 46 of 260 ~ 17.69%

%54.23
%28.08
%17.69

CMYK color model

#8D492E color CMYK value is (0,48,67,45).

  • cyan value is 0.00%
  • magenta value is 48.23%
  • yellow value is 67.38%
  • key color value is 44.71%
CMYK:
(0,48,67,45)
C0M48Y67K45 
(0%,48%,67%,45%)
(0.00/0.48/0.67/0.45)	

CMYK percentages

%0
%48.23
%67.38
%44.71

Codes

Color #8D492E in popluar color models

8D492E
RGB1417346
HSL17°50.80%36.67%
HSB/HSV17°67.38%55.29%
CMYK0.00%48.23%67.38%
44.71%

Color #8D492E in popluar number systems.

HEX8D492E
Decimal1417346
Binary100011011001001101110
Octal21511156

Shades and tints

Shades of #8D492E

#8D492E
(141,73,46)
#81432A
(129,67,42)
#753D26
(117,61,38)
#693722
(105,55,34)
#5D311E
(93,49,30)
#512B1A
(81,43,26)
#452516
(69,37,22)
#391F12
(57,31,18)
#2D190E
(45,25,14)
#21130A
(33,19,10)
#150D06
(21,13,6)
#000000
(0,0,0)

Tints of #8D492E

#8D492E
(141,73,46)
#975941
(151,89,65)
#A16954
(161,105,84)
#AB7967
(171,121,103)
#B5897A
(181,137,122)
#BF998D
(191,153,141)
#C9A9A0
(201,169,160)
#D3B9B3
(211,185,179)
#DDC9C6
(221,201,198)
#E7D9D9
(231,217,217)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D492E; }

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

This text font color is #8D492E.


Background Color

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

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

This div background color is #8D492E.


Border color

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

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

This div border color is #8D492E.


Opacity

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

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

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

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

This text has shadow with #8D492E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D492E on black background.


Color preview on white background

This text has color #8D492E on white background.



Black color preview on #8D492E background

This text has black color on #8D492E background.


White color preview on #8D492E background

This text has white color on #8D492E background.