COLOR #8D492A

HEX: #8D492A RGB: (141,73,42)

Color info

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

RGB color model

#8D492A color RGB value is (141,73,42).

RGB: (141,73,42) (55%, 29%, 16%)

RGB channels and saturation

R 141 of 255 = 55%
G 73 of 255 = 29%
B 42 of 255 = 16%

141
73
42

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

Portions of RGB colors in percentages

R + G + B = 141 + 73 + 42 = 256 (100%)
R 141 of 256 ~ 55.08%
G 73 of 256 ~ 28.52%
B 42 of 256 ~ 16.41'%

%55.08
%28.52
%16.41

CMYK color model

#8D492A color CMYK value is (0,48,70,45).

  • cyan value is 0.00%
  • magenta value is 48.23%
  • yellow value is 70.21%
  • key color value is 44.71%
CMYK: (0,48,70,45) C0M48Y70K45 (0%,48%,70%,45%) (0.00/0.48/0.70/0.45) 

CMYK percentages

%0
%48.23
%70.21
%44.71

Codes

Color #8D492A in popluar color models

8D 49 2A
RGB 141 73 42
HSL 19° 54.10% 35.88%
HSB/HSV 19° 70.21% 55.29%
CMYK 0.00% 48.23% 70.21%
44.71%

Color #8D492A in popluar number systems.

HEX 8D 49 2A
Decimal 141 73 42
Binary 10001101 1001001 101010
Octal 215 111 52

Shades and tints

Shades of #8D492A

#8D492A
(141,73,42)
#814327
(129,67,39)
#753D24
(117,61,36)
#693721
(105,55,33)
#5D311E
(93,49,30)
#512B1B
(81,43,27)
#452518
(69,37,24)
#391F15
(57,31,21)
#2D1912
(45,25,18)
#21130F
(33,19,15)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #8D492A

#8D492A
(141,73,42)
#97593D
(151,89,61)
#A16950
(161,105,80)
#AB7963
(171,121,99)
#B58976
(181,137,118)
#BF9989
(191,153,137)
#C9A99C
(201,169,156)
#D3B9AF
(211,185,175)
#DDC9C2
(221,201,194)
#E7D9D5
(231,217,213)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D492A; }

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

This text font color is #8D492A.

Background Color

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

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

This div background color is #8D492A.

Border color

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

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

This div border color is #8D492A.

Opacity

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

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

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

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

This text has shadow with #8D492A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D492A.

Preview

Color preview on black background

This text has color #8D492A on black background.


Color preview on white background

This text has color #8D492A on white background.


Black color preview on #8D492A background

This text has black color on #8D492A background.


White color preview on #8D492A background

This text has white color on #8D492A background.


Related colors

Complementary color

Complementary color for #hex is #72B6D5.


I love getcolorcode.com

Triadic colors

1 #2A8D49 and #492A8D with #8D492A are triadic colors.

2 #2A498D and #498D2A with #8D492A are triadic colors.