COLOR #8D4B44

HEX: #8D4B44
RGB: (141,75,68)

Color info

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

RGB color model

#8D4B44 color RGB value is (141,75,68).

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

RGB channels and saturation

R 141 of 255 = 55%
G 75 of 255 = 29%
B 68 of 255 = 27%

141
75
68

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

Portions of RGB colors in percentages

R + G + B =
141 + 75 + 68 = 284 (100%)
R 141 of 284 ~ 49.65%
G 75 of 284 ~ 26.41%
B 68 of 284 ~ 23.94%

%49.65
%26.41
%23.94

CMYK color model

#8D4B44 color CMYK value is (0,47,52,45).

  • cyan value is 0.00%
  • magenta value is 46.81%
  • yellow value is 51.77%
  • key color value is 44.71%
CMYK:
(0,47,52,45)
C0M47Y52K45 
(0%,47%,52%,45%)
(0.00/0.47/0.52/0.45)	

CMYK percentages

%0
%46.81
%51.77
%44.71

Codes

Color #8D4B44 in popluar color models

8D4B44
RGB1417568
HSL34.93%40.98%
HSB/HSV51.77%55.29%
CMYK0.00%46.81%51.77%
44.71%

Color #8D4B44 in popluar number systems.

HEX8D4B44
Decimal1417568
Binary1000110110010111000100
Octal215113104

Shades and tints

Shades of #8D4B44

#8D4B44
(141,75,68)
#81453E
(129,69,62)
#753F38
(117,63,56)
#693932
(105,57,50)
#5D332C
(93,51,44)
#512D26
(81,45,38)
#452720
(69,39,32)
#39211A
(57,33,26)
#2D1B14
(45,27,20)
#21150E
(33,21,14)
#150F08
(21,15,8)
#000000
(0,0,0)

Tints of #8D4B44

#8D4B44
(141,75,68)
#975B55
(151,91,85)
#A16B66
(161,107,102)
#AB7B77
(171,123,119)
#B58B88
(181,139,136)
#BF9B99
(191,155,153)
#C9ABAA
(201,171,170)
#D3BBBB
(211,187,187)
#DDCBCC
(221,203,204)
#E7DBDD
(231,219,221)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4B44; }

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

This text font color is #8D4B44.


Background Color

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

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

This div background color is #8D4B44.


Border color

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

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

This div border color is #8D4B44.


Opacity

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

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

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

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

This text has shadow with #8D4B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4B44 on black background.


Color preview on white background

This text has color #8D4B44 on white background.



Black color preview on #8D4B44 background

This text has black color on #8D4B44 background.


White color preview on #8D4B44 background

This text has white color on #8D4B44 background.