COLOR #841E1B

HEX: #841E1B
RGB: (132,30,27)

Color info

#841E1B contains mainly red color. Web safe color of #841E1B is #993333 (or #933).

RGB color model

#841E1B color RGB value is (132,30,27).

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

RGB channels and saturation

R 132 of 255 = 52%
G 30 of 255 = 12%
B 27 of 255 = 11%

132
30
27

R + G + B ~ 25%. #841E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 30 + 27 = 189 (100%)
R 132 of 189 ~ 69.84%
G 30 of 189 ~ 15.87%
B 27 of 189 ~ 14.29%

%69.84
%15.87
%14.29

CMYK color model

#841E1B color CMYK value is (0,77,80,48).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 79.55%
  • key color value is 48.24%
CMYK:
(0,77,80,48)
C0M77Y80K48 
(0%,77%,80%,48%)
(0.00/0.77/0.80/0.48)	

CMYK percentages

%0
%77.27
%79.55
%48.24

Codes

Color #841E1B in popluar color models

841E1B
RGB1323027
HSL66.04%31.18%
HSB/HSV79.55%51.76%
CMYK0.00%77.27%79.55%
48.24%

Color #841E1B in popluar number systems.

HEX841E1B
Decimal1323027
Binary100001001111011011
Octal2043633

Shades and tints

Shades of #841E1B

#841E1B
(132,30,27)
#781C19
(120,28,25)
#6C1A17
(108,26,23)
#601815
(96,24,21)
#541613
(84,22,19)
#481411
(72,20,17)
#3C120F
(60,18,15)
#30100D
(48,16,13)
#240E0B
(36,14,11)
#180C09
(24,12,9)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #841E1B

#841E1B
(132,30,27)
#8F322F
(143,50,47)
#9A4643
(154,70,67)
#A55A57
(165,90,87)
#B06E6B
(176,110,107)
#BB827F
(187,130,127)
#C69693
(198,150,147)
#D1AAA7
(209,170,167)
#DCBEBB
(220,190,187)
#E7D2CF
(231,210,207)
#F2E6E3
(242,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #841E1B color. Also use rgb(132,30,27) instead hex code.

Text Font Color

.myTextColor { color: #841E1B; }

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

This text font color is #841E1B.


Background Color

.myBgColor { background-color: #841E1B; }

<div style="background-color:#841E1B">Inner text</div>

This div background color is #841E1B.


Border color

.myBorderColor { border: 1px solid #841E1B; }

<div style="border:3px solid #841E1B">Div</div>

This div border color is #841E1B.


Opacity

.myOpacity80 { color: #841E1B; opacity: 0.8; }

<p style="color:#841E1B;opacity:0.8;">80%</p>

Text with #841E1B 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 #841E1B;}

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

This text has shadow with #841E1B color.

.textShadow {text-shadow: 3px 3px 1px #841E1B, 3px 3px 1px red;}

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

This text has shadow with #841E1B primary color and red secondary color.


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

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

This text has shadow with #841E1B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841E1B on black background.


Color preview on white background

This text has color #841E1B on white background.



Black color preview on #841E1B background

This text has black color on #841E1B background.


White color preview on #841E1B background

This text has white color on #841E1B background.