COLOR #8D4E30

HEX: #8D4E30
RGB: (141,78,48)

Color info

#8D4E30 contains mainly red color. Web safe color of #8D4E30 is #996633 (or #963).

RGB color model

#8D4E30 color RGB value is (141,78,48).

  • red value is 141;
  • green value is 78;
  • blue value is 48.
RGB:
(141,78,48)
(55%,31%,19%)

RGB channels and saturation

R 141 of 255 = 55%
G 78 of 255 = 31%
B 48 of 255 = 19%

141
78
48

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

Portions of RGB colors in percentages

R + G + B =
141 + 78 + 48 = 267 (100%)
R 141 of 267 ~ 52.81%
G 78 of 267 ~ 29.21%
B 48 of 267 ~ 17.98%

%52.81
%29.21
%17.98

CMYK color model

#8D4E30 color CMYK value is (0,45,66,45).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 65.96%
  • key color value is 44.71%
CMYK:
(0,45,66,45)
C0M45Y66K45 
(0%,45%,66%,45%)
(0.00/0.45/0.66/0.45)	

CMYK percentages

%0
%44.68
%65.96
%44.71

Codes

Color #8D4E30 in popluar color models

8D4E30
RGB1417848
HSL19°49.21%37.06%
HSB/HSV19°65.96%55.29%
CMYK0.00%44.68%65.96%
44.71%

Color #8D4E30 in popluar number systems.

HEX8D4E30
Decimal1417848
Binary100011011001110110000
Octal21511660

Shades and tints

Shades of #8D4E30

#8D4E30
(141,78,48)
#81472C
(129,71,44)
#754028
(117,64,40)
#693924
(105,57,36)
#5D3220
(93,50,32)
#512B1C
(81,43,28)
#452418
(69,36,24)
#391D14
(57,29,20)
#2D1610
(45,22,16)
#210F0C
(33,15,12)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #8D4E30

#8D4E30
(141,78,48)
#975E42
(151,94,66)
#A16E54
(161,110,84)
#AB7E66
(171,126,102)
#B58E78
(181,142,120)
#BF9E8A
(191,158,138)
#C9AE9C
(201,174,156)
#D3BEAE
(211,190,174)
#DDCEC0
(221,206,192)
#E7DED2
(231,222,210)
#F1EEE4
(241,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4E30 color. Also use rgb(141,78,48) instead hex code.

Text Font Color

.myTextColor { color: #8D4E30; }

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

This text font color is #8D4E30.


Background Color

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

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

This div background color is #8D4E30.


Border color

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

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

This div border color is #8D4E30.


Opacity

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

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

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

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

This text has shadow with #8D4E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4E30 on black background.


Color preview on white background

This text has color #8D4E30 on white background.



Black color preview on #8D4E30 background

This text has black color on #8D4E30 background.


White color preview on #8D4E30 background

This text has white color on #8D4E30 background.