COLOR #840C0D

HEX: #840C0D
RGB: (132,12,13)

Color info

#840C0D contains mainly red color. Web safe color of #840C0D is #990000 (or #900).

RGB color model

#840C0D color RGB value is (132,12,13).

  • red value is 132;
  • green value is 12;
  • blue value is 13.
RGB:
(132,12,13)
(52%,5%,5%)

RGB channels and saturation

R 132 of 255 = 52%
G 12 of 255 = 5%
B 13 of 255 = 5%

132
12
13

R + G + B ~ 21%. #840C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 12 + 13 = 157 (100%)
R 132 of 157 ~ 84.08%
G 12 of 157 ~ 7.64%
B 13 of 157 ~ 8.28%

%84.08

CMYK color model

#840C0D color CMYK value is (0,91,90,48).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 90.15%
  • key color value is 48.24%
CMYK:
(0,91,90,48)
C0M91Y90K48 
(0%,91%,90%,48%)
(0.00/0.91/0.90/0.48)	

CMYK percentages

%0
%90.91
%90.15
%48.24

Codes

Color #840C0D in popluar color models

840C0D
RGB1321213
HSL360°83.33%28.24%
HSB/HSV360°90.91%51.76%
CMYK0.00%90.91%90.15%
48.24%

Color #840C0D in popluar number systems.

HEX840C0D
Decimal1321213
Binary1000010011001101
Octal2041415

Shades and tints

Shades of #840C0D

#840C0D
(132,12,13)
#780B0C
(120,11,12)
#6C0A0B
(108,10,11)
#60090A
(96,9,10)
#540809
(84,8,9)
#480708
(72,7,8)
#3C0607
(60,6,7)
#300506
(48,5,6)
#240405
(36,4,5)
#180304
(24,3,4)
#0C0203
(12,2,3)
#000000
(0,0,0)

Tints of #840C0D

#840C0D
(132,12,13)
#8F2223
(143,34,35)
#9A3839
(154,56,57)
#A54E4F
(165,78,79)
#B06465
(176,100,101)
#BB7A7B
(187,122,123)
#C69091
(198,144,145)
#D1A6A7
(209,166,167)
#DCBCBD
(220,188,189)
#E7D2D3
(231,210,211)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840C0D color. Also use rgb(132,12,13) instead hex code.

Text Font Color

.myTextColor { color: #840C0D; }

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

This text font color is #840C0D.


Background Color

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

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

This div background color is #840C0D.


Border color

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

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

This div border color is #840C0D.


Opacity

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

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

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

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

This text has shadow with #840C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840C0D on black background.


Color preview on white background

This text has color #840C0D on white background.



Black color preview on #840C0D background

This text has black color on #840C0D background.


White color preview on #840C0D background

This text has white color on #840C0D background.