COLOR #8D374F

HEX: #8D374F
RGB: (141,55,79)

Color info

#8D374F contains mainly red color. Web safe color of #8D374F is #993366 (or #936).

RGB color model

#8D374F color RGB value is (141,55,79).

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

RGB channels and saturation

R 141 of 255 = 55%
G 55 of 255 = 22%
B 79 of 255 = 31%

141
55
79

R + G + B ~ 36%. #8D374F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 55 + 79 = 275 (100%)
R 141 of 275 ~ 51.27%
G 55 of 275 ~ 20%
B 79 of 275 ~ 28.73%

%51.27
%20
%28.73

CMYK color model

#8D374F color CMYK value is (0,61,44,45).

  • cyan value is 0.00%
  • magenta value is 60.99%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK:
(0,61,44,45)
C0M61Y44K45 
(0%,61%,44%,45%)
(0.00/0.61/0.44/0.45)	

CMYK percentages

%0
%60.99
%43.97
%44.71

Codes

Color #8D374F in popluar color models

8D374F
RGB1415579
HSL343°43.88%38.43%
HSB/HSV343°60.99%55.29%
CMYK0.00%60.99%43.97%
44.71%

Color #8D374F in popluar number systems.

HEX8D374F
Decimal1415579
Binary100011011101111001111
Octal21567117

Shades and tints

Shades of #8D374F

#8D374F
(141,55,79)
#813248
(129,50,72)
#752D41
(117,45,65)
#69283A
(105,40,58)
#5D2333
(93,35,51)
#511E2C
(81,30,44)
#451925
(69,25,37)
#39141E
(57,20,30)
#2D0F17
(45,15,23)
#210A10
(33,10,16)
#150509
(21,5,9)
#000000
(0,0,0)

Tints of #8D374F

#8D374F
(141,55,79)
#97495F
(151,73,95)
#A15B6F
(161,91,111)
#AB6D7F
(171,109,127)
#B57F8F
(181,127,143)
#BF919F
(191,145,159)
#C9A3AF
(201,163,175)
#D3B5BF
(211,181,191)
#DDC7CF
(221,199,207)
#E7D9DF
(231,217,223)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D374F; }

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

This text font color is #8D374F.


Background Color

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

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

This div background color is #8D374F.


Border color

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

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

This div border color is #8D374F.


Opacity

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

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

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

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

This text has shadow with #8D374F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D374F on black background.


Color preview on white background

This text has color #8D374F on white background.



Black color preview on #8D374F background

This text has black color on #8D374F background.


White color preview on #8D374F background

This text has white color on #8D374F background.