COLOR #8D5349

HEX: #8D5349
RGB: (141,83,73)

Color info

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

RGB color model

#8D5349 color RGB value is (141,83,73).

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

RGB channels and saturation

R 141 of 255 = 55%
G 83 of 255 = 33%
B 73 of 255 = 29%

141
83
73

R + G + B ~ 39%. #8D5349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 83 + 73 = 297 (100%)
R 141 of 297 ~ 47.47%
G 83 of 297 ~ 27.95%
B 73 of 297 ~ 24.58%

%47.47
%27.95
%24.58

CMYK color model

#8D5349 color CMYK value is (0,41,48,45).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(0,41,48,45)
C0M41Y48K45 
(0%,41%,48%,45%)
(0.00/0.41/0.48/0.45)	

CMYK percentages

%0
%41.13
%48.23
%44.71

Codes

Color #8D5349 in popluar color models

8D5349
RGB1418373
HSL31.78%41.96%
HSB/HSV48.23%55.29%
CMYK0.00%41.13%48.23%
44.71%

Color #8D5349 in popluar number systems.

HEX8D5349
Decimal1418373
Binary1000110110100111001001
Octal215123111

Shades and tints

Shades of #8D5349

#8D5349
(141,83,73)
#814C43
(129,76,67)
#75453D
(117,69,61)
#693E37
(105,62,55)
#5D3731
(93,55,49)
#51302B
(81,48,43)
#452925
(69,41,37)
#39221F
(57,34,31)
#2D1B19
(45,27,25)
#211413
(33,20,19)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #8D5349

#8D5349
(141,83,73)
#976259
(151,98,89)
#A17169
(161,113,105)
#AB8079
(171,128,121)
#B58F89
(181,143,137)
#BF9E99
(191,158,153)
#C9ADA9
(201,173,169)
#D3BCB9
(211,188,185)
#DDCBC9
(221,203,201)
#E7DAD9
(231,218,217)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5349; }

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

This text font color is #8D5349.


Background Color

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

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

This div background color is #8D5349.


Border color

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

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

This div border color is #8D5349.


Opacity

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

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

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

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

This text has shadow with #8D5349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5349 on black background.


Color preview on white background

This text has color #8D5349 on white background.



Black color preview on #8D5349 background

This text has black color on #8D5349 background.


White color preview on #8D5349 background

This text has white color on #8D5349 background.