COLOR #840F1E

HEX: #840F1E
RGB: (132,15,30)

Color info

#840F1E contains mainly red color. Web safe color of #840F1E is #990033 (or #903).

RGB color model

#840F1E color RGB value is (132,15,30).

  • red value is 132;
  • green value is 15;
  • blue value is 30.
RGB:
(132,15,30)
(52%,6%,12%)

RGB channels and saturation

R 132 of 255 = 52%
G 15 of 255 = 6%
B 30 of 255 = 12%

132
15
30

R + G + B ~ 23%. #840F1E is dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 15 + 30 = 177 (100%)
R 132 of 177 ~ 74.58%
G 15 of 177 ~ 8.47%
B 30 of 177 ~ 16.95%

%74.58
%16.95

CMYK color model

#840F1E color CMYK value is (0,89,77,48).

  • cyan value is 0.00%
  • magenta value is 88.64%
  • yellow value is 77.27%
  • key color value is 48.24%
CMYK:
(0,89,77,48)
C0M89Y77K48 
(0%,89%,77%,48%)
(0.00/0.89/0.77/0.48)	

CMYK percentages

%0
%88.64
%77.27
%48.24

Codes

Color #840F1E in popluar color models

840F1E
RGB1321530
HSL352°79.59%28.82%
HSB/HSV352°88.64%51.76%
CMYK0.00%88.64%77.27%
48.24%

Color #840F1E in popluar number systems.

HEX840F1E
Decimal1321530
Binary10000100111111110
Octal2041736

Shades and tints

Shades of #840F1E

#840F1E
(132,15,30)
#780E1C
(120,14,28)
#6C0D1A
(108,13,26)
#600C18
(96,12,24)
#540B16
(84,11,22)
#480A14
(72,10,20)
#3C0912
(60,9,18)
#300810
(48,8,16)
#24070E
(36,7,14)
#18060C
(24,6,12)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #840F1E

#840F1E
(132,15,30)
#8F2432
(143,36,50)
#9A3946
(154,57,70)
#A54E5A
(165,78,90)
#B0636E
(176,99,110)
#BB7882
(187,120,130)
#C68D96
(198,141,150)
#D1A2AA
(209,162,170)
#DCB7BE
(220,183,190)
#E7CCD2
(231,204,210)
#F2E1E6
(242,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840F1E color. Also use rgb(132,15,30) instead hex code.

Text Font Color

.myTextColor { color: #840F1E; }

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

This text font color is #840F1E.


Background Color

.myBgColor { background-color: #840F1E; }

<div style="background-color:#840F1E">Inner text</div>

This div background color is #840F1E.


Border color

.myBorderColor { border: 1px solid #840F1E; }

<div style="border:3px solid #840F1E">Div</div>

This div border color is #840F1E.


Opacity

.myOpacity80 { color: #840F1E; opacity: 0.8; }

<p style="color:#840F1E;opacity:0.8;">80%</p>

Text with #840F1E 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 #840F1E;}

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

This text has shadow with #840F1E color.

.textShadow {text-shadow: 3px 3px 1px #840F1E, 3px 3px 1px red;}

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

This text has shadow with #840F1E primary color and red secondary color.


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

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

This text has shadow with #840F1E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840F1E on black background.


Color preview on white background

This text has color #840F1E on white background.



Black color preview on #840F1E background

This text has black color on #840F1E background.


White color preview on #840F1E background

This text has white color on #840F1E background.