COLOR #8D4A35

HEX: #8D4A35
RGB: (141,74,53)

Color info

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

RGB color model

#8D4A35 color RGB value is (141,74,53).

  • red value is 141;
  • green value is 74;
  • blue value is 53.
RGB:
(141,74,53)
(55%,29%,21%)

RGB channels and saturation

R 141 of 255 = 55%
G 74 of 255 = 29%
B 53 of 255 = 21%

141
74
53

R + G + B ~ 35%. #8D4A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 74 + 53 = 268 (100%)
R 141 of 268 ~ 52.61%
G 74 of 268 ~ 27.61%
B 53 of 268 ~ 19.78%

%52.61
%27.61
%19.78

CMYK color model

#8D4A35 color CMYK value is (0,48,62,45).

  • cyan value is 0.00%
  • magenta value is 47.52%
  • yellow value is 62.41%
  • key color value is 44.71%
CMYK:
(0,48,62,45)
C0M48Y62K45 
(0%,48%,62%,45%)
(0.00/0.48/0.62/0.45)	

CMYK percentages

%0
%47.52
%62.41
%44.71

Codes

Color #8D4A35 in popluar color models

8D4A35
RGB1417453
HSL14°45.36%38.04%
HSB/HSV14°62.41%55.29%
CMYK0.00%47.52%62.41%
44.71%

Color #8D4A35 in popluar number systems.

HEX8D4A35
Decimal1417453
Binary100011011001010110101
Octal21511265

Shades and tints

Shades of #8D4A35

#8D4A35
(141,74,53)
#814431
(129,68,49)
#753E2D
(117,62,45)
#693829
(105,56,41)
#5D3225
(93,50,37)
#512C21
(81,44,33)
#45261D
(69,38,29)
#392019
(57,32,25)
#2D1A15
(45,26,21)
#211411
(33,20,17)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #8D4A35

#8D4A35
(141,74,53)
#975A47
(151,90,71)
#A16A59
(161,106,89)
#AB7A6B
(171,122,107)
#B58A7D
(181,138,125)
#BF9A8F
(191,154,143)
#C9AAA1
(201,170,161)
#D3BAB3
(211,186,179)
#DDCAC5
(221,202,197)
#E7DAD7
(231,218,215)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4A35 color. Also use rgb(141,74,53) instead hex code.

Text Font Color

.myTextColor { color: #8D4A35; }

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

This text font color is #8D4A35.


Background Color

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

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

This div background color is #8D4A35.


Border color

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

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

This div border color is #8D4A35.


Opacity

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

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

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

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

This text has shadow with #8D4A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4A35 on black background.


Color preview on white background

This text has color #8D4A35 on white background.



Black color preview on #8D4A35 background

This text has black color on #8D4A35 background.


White color preview on #8D4A35 background

This text has white color on #8D4A35 background.