COLOR #8D4B48

HEX: #8D4B48
RGB: (141,75,72)

Color info

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

RGB color model

#8D4B48 color RGB value is (141,75,72).

  • red value is 141;
  • green value is 75;
  • blue value is 72.
RGB:
(141,75,72)
(55%,29%,28%)

RGB channels and saturation

R 141 of 255 = 55%
G 75 of 255 = 29%
B 72 of 255 = 28%

141
75
72

R + G + B ~ 37%. #8D4B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 75 + 72 = 288 (100%)
R 141 of 288 ~ 48.96%
G 75 of 288 ~ 26.04%
B 72 of 288 ~ 25%

%48.96
%26.04
%25

CMYK color model

#8D4B48 color CMYK value is (0,47,49,45).

  • cyan value is 0.00%
  • magenta value is 46.81%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(0,47,49,45)
C0M47Y49K45 
(0%,47%,49%,45%)
(0.00/0.47/0.49/0.45)	

CMYK percentages

%0
%46.81
%48.94
%44.71

Codes

Color #8D4B48 in popluar color models

8D4B48
RGB1417572
HSL32.39%41.76%
HSB/HSV48.94%55.29%
CMYK0.00%46.81%48.94%
44.71%

Color #8D4B48 in popluar number systems.

HEX8D4B48
Decimal1417572
Binary1000110110010111001000
Octal215113110

Shades and tints

Shades of #8D4B48

#8D4B48
(141,75,72)
#814542
(129,69,66)
#753F3C
(117,63,60)
#693936
(105,57,54)
#5D3330
(93,51,48)
#512D2A
(81,45,42)
#452724
(69,39,36)
#39211E
(57,33,30)
#2D1B18
(45,27,24)
#211512
(33,21,18)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #8D4B48

#8D4B48
(141,75,72)
#975B58
(151,91,88)
#A16B68
(161,107,104)
#AB7B78
(171,123,120)
#B58B88
(181,139,136)
#BF9B98
(191,155,152)
#C9ABA8
(201,171,168)
#D3BBB8
(211,187,184)
#DDCBC8
(221,203,200)
#E7DBD8
(231,219,216)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4B48 color. Also use rgb(141,75,72) instead hex code.

Text Font Color

.myTextColor { color: #8D4B48; }

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

This text font color is #8D4B48.


Background Color

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

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

This div background color is #8D4B48.


Border color

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

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

This div border color is #8D4B48.


Opacity

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

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

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

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

This text has shadow with #8D4B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4B48 on black background.


Color preview on white background

This text has color #8D4B48 on white background.



Black color preview on #8D4B48 background

This text has black color on #8D4B48 background.


White color preview on #8D4B48 background

This text has white color on #8D4B48 background.