COLOR #8D4F46

HEX: #8D4F46
RGB: (141,79,70)

Color info

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

RGB color model

#8D4F46 color RGB value is (141,79,70).

  • red value is 141;
  • green value is 79;
  • blue value is 70.
RGB:
(141,79,70)
(55%,31%,27%)

RGB channels and saturation

R 141 of 255 = 55%
G 79 of 255 = 31%
B 70 of 255 = 27%

141
79
70

R + G + B ~ 38%. #8D4F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 79 + 70 = 290 (100%)
R 141 of 290 ~ 48.62%
G 79 of 290 ~ 27.24%
B 70 of 290 ~ 24.14%

%48.62
%27.24
%24.14

CMYK color model

#8D4F46 color CMYK value is (0,44,50,45).

  • cyan value is 0.00%
  • magenta value is 43.97%
  • yellow value is 50.35%
  • key color value is 44.71%
CMYK:
(0,44,50,45)
C0M44Y50K45 
(0%,44%,50%,45%)
(0.00/0.44/0.50/0.45)	

CMYK percentages

%0
%43.97
%50.35
%44.71

Codes

Color #8D4F46 in popluar color models

8D4F46
RGB1417970
HSL33.65%41.37%
HSB/HSV50.35%55.29%
CMYK0.00%43.97%50.35%
44.71%

Color #8D4F46 in popluar number systems.

HEX8D4F46
Decimal1417970
Binary1000110110011111000110
Octal215117106

Shades and tints

Shades of #8D4F46

#8D4F46
(141,79,70)
#814840
(129,72,64)
#75413A
(117,65,58)
#693A34
(105,58,52)
#5D332E
(93,51,46)
#512C28
(81,44,40)
#452522
(69,37,34)
#391E1C
(57,30,28)
#2D1716
(45,23,22)
#211010
(33,16,16)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #8D4F46

#8D4F46
(141,79,70)
#975F56
(151,95,86)
#A16F66
(161,111,102)
#AB7F76
(171,127,118)
#B58F86
(181,143,134)
#BF9F96
(191,159,150)
#C9AFA6
(201,175,166)
#D3BFB6
(211,191,182)
#DDCFC6
(221,207,198)
#E7DFD6
(231,223,214)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4F46 color. Also use rgb(141,79,70) instead hex code.

Text Font Color

.myTextColor { color: #8D4F46; }

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

This text font color is #8D4F46.


Background Color

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

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

This div background color is #8D4F46.


Border color

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

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

This div border color is #8D4F46.


Opacity

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

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

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

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

This text has shadow with #8D4F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4F46 on black background.


Color preview on white background

This text has color #8D4F46 on white background.



Black color preview on #8D4F46 background

This text has black color on #8D4F46 background.


White color preview on #8D4F46 background

This text has white color on #8D4F46 background.