COLOR #8D382A

HEX: #8D382A
RGB: (141,56,42)

Color info

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

RGB color model

#8D382A color RGB value is (141,56,42).

  • red value is 141;
  • green value is 56;
  • blue value is 42.
RGB:
(141,56,42)
(55%,22%,16%)

RGB channels and saturation

R 141 of 255 = 55%
G 56 of 255 = 22%
B 42 of 255 = 16%

141
56
42

R + G + B ~ 31%. #8D382A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 56 + 42 = 239 (100%)
R 141 of 239 ~ 59%
G 56 of 239 ~ 23.43%
B 42 of 239 ~ 17.57%

%59
%23.43
%17.57

CMYK color model

#8D382A color CMYK value is (0,60,70,45).

  • cyan value is 0.00%
  • magenta value is 60.28%
  • yellow value is 70.21%
  • key color value is 44.71%
CMYK:
(0,60,70,45)
C0M60Y70K45 
(0%,60%,70%,45%)
(0.00/0.60/0.70/0.45)	

CMYK percentages

%0
%60.28
%70.21
%44.71

Codes

Color #8D382A in popluar color models

8D382A
RGB1415642
HSL54.10%35.88%
HSB/HSV70.21%55.29%
CMYK0.00%60.28%70.21%
44.71%

Color #8D382A in popluar number systems.

HEX8D382A
Decimal1415642
Binary10001101111000101010
Octal2157052

Shades and tints

Shades of #8D382A

#8D382A
(141,56,42)
#813327
(129,51,39)
#752E24
(117,46,36)
#692921
(105,41,33)
#5D241E
(93,36,30)
#511F1B
(81,31,27)
#451A18
(69,26,24)
#391515
(57,21,21)
#2D1012
(45,16,18)
#210B0F
(33,11,15)
#15060C
(21,6,12)
#000000
(0,0,0)

Tints of #8D382A

#8D382A
(141,56,42)
#974A3D
(151,74,61)
#A15C50
(161,92,80)
#AB6E63
(171,110,99)
#B58076
(181,128,118)
#BF9289
(191,146,137)
#C9A49C
(201,164,156)
#D3B6AF
(211,182,175)
#DDC8C2
(221,200,194)
#E7DAD5
(231,218,213)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D382A color. Also use rgb(141,56,42) instead hex code.

Text Font Color

.myTextColor { color: #8D382A; }

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

This text font color is #8D382A.


Background Color

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

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

This div background color is #8D382A.


Border color

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

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

This div border color is #8D382A.


Opacity

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

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

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

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

This text has shadow with #8D382A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D382A on black background.


Color preview on white background

This text has color #8D382A on white background.



Black color preview on #8D382A background

This text has black color on #8D382A background.


White color preview on #8D382A background

This text has white color on #8D382A background.