COLOR #8D3D35

HEX: #8D3D35
RGB: (141,61,53)

Color info

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

RGB color model

#8D3D35 color RGB value is (141,61,53).

  • red value is 141;
  • green value is 61;
  • blue value is 53.
RGB:
(141,61,53)
(55%,24%,21%)

RGB channels and saturation

R 141 of 255 = 55%
G 61 of 255 = 24%
B 53 of 255 = 21%

141
61
53

R + G + B ~ 33%. #8D3D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 61 + 53 = 255 (100%)
R 141 of 255 ~ 55.29%
G 61 of 255 ~ 23.92%
B 53 of 255 ~ 20.78%

%55.29
%23.92
%20.78

CMYK color model

#8D3D35 color CMYK value is (0,57,62,45).

  • cyan value is 0.00%
  • magenta value is 56.74%
  • yellow value is 62.41%
  • key color value is 44.71%
CMYK:
(0,57,62,45)
C0M57Y62K45 
(0%,57%,62%,45%)
(0.00/0.57/0.62/0.45)	

CMYK percentages

%0
%56.74
%62.41
%44.71

Codes

Color #8D3D35 in popluar color models

8D3D35
RGB1416153
HSL45.36%38.04%
HSB/HSV62.41%55.29%
CMYK0.00%56.74%62.41%
44.71%

Color #8D3D35 in popluar number systems.

HEX8D3D35
Decimal1416153
Binary10001101111101110101
Octal2157565

Shades and tints

Shades of #8D3D35

#8D3D35
(141,61,53)
#813831
(129,56,49)
#75332D
(117,51,45)
#692E29
(105,46,41)
#5D2925
(93,41,37)
#512421
(81,36,33)
#451F1D
(69,31,29)
#391A19
(57,26,25)
#2D1515
(45,21,21)
#211011
(33,16,17)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #8D3D35

#8D3D35
(141,61,53)
#974E47
(151,78,71)
#A15F59
(161,95,89)
#AB706B
(171,112,107)
#B5817D
(181,129,125)
#BF928F
(191,146,143)
#C9A3A1
(201,163,161)
#D3B4B3
(211,180,179)
#DDC5C5
(221,197,197)
#E7D6D7
(231,214,215)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D3D35 color. Also use rgb(141,61,53) instead hex code.

Text Font Color

.myTextColor { color: #8D3D35; }

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

This text font color is #8D3D35.


Background Color

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

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

This div background color is #8D3D35.


Border color

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

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

This div border color is #8D3D35.


Opacity

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

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

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

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

This text has shadow with #8D3D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D3D35 on black background.


Color preview on white background

This text has color #8D3D35 on white background.



Black color preview on #8D3D35 background

This text has black color on #8D3D35 background.


White color preview on #8D3D35 background

This text has white color on #8D3D35 background.