COLOR #842928

HEX: #842928
RGB: (132,41,40)

Color info

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

RGB color model

#842928 color RGB value is (132,41,40).

  • red value is 132;
  • green value is 41;
  • blue value is 40.
RGB:
(132,41,40)
(52%,16%,16%)

RGB channels and saturation

R 132 of 255 = 52%
G 41 of 255 = 16%
B 40 of 255 = 16%

132
41
40

R + G + B ~ 28%. #842928 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 41 + 40 = 213 (100%)
R 132 of 213 ~ 61.97%
G 41 of 213 ~ 19.25%
B 40 of 213 ~ 18.78%

%61.97
%19.25
%18.78

CMYK color model

#842928 color CMYK value is (0,69,70,48).

  • cyan value is 0.00%
  • magenta value is 68.94%
  • yellow value is 69.70%
  • key color value is 48.24%
CMYK:
(0,69,70,48)
C0M69Y70K48 
(0%,69%,70%,48%)
(0.00/0.69/0.70/0.48)	

CMYK percentages

%0
%68.94
%69.7
%48.24

Codes

Color #842928 in popluar color models

842928
RGB1324140
HSL53.49%33.73%
HSB/HSV69.70%51.76%
CMYK0.00%68.94%69.70%
48.24%

Color #842928 in popluar number systems.

HEX842928
Decimal1324140
Binary10000100101001101000
Octal2045150

Shades and tints

Shades of #842928

#842928
(132,41,40)
#782625
(120,38,37)
#6C2322
(108,35,34)
#60201F
(96,32,31)
#541D1C
(84,29,28)
#481A19
(72,26,25)
#3C1716
(60,23,22)
#301413
(48,20,19)
#241110
(36,17,16)
#180E0D
(24,14,13)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #842928

#842928
(132,41,40)
#8F3C3B
(143,60,59)
#9A4F4E
(154,79,78)
#A56261
(165,98,97)
#B07574
(176,117,116)
#BB8887
(187,136,135)
#C69B9A
(198,155,154)
#D1AEAD
(209,174,173)
#DCC1C0
(220,193,192)
#E7D4D3
(231,212,211)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842928 color. Also use rgb(132,41,40) instead hex code.

Text Font Color

.myTextColor { color: #842928; }

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

This text font color is #842928.


Background Color

.myBgColor { background-color: #842928; }

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

This div background color is #842928.


Border color

.myBorderColor { border: 1px solid #842928; }

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

This div border color is #842928.


Opacity

.myOpacity80 { color: #842928; opacity: 0.8; }

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

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

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

This text has shadow with #842928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842928 on black background.


Color preview on white background

This text has color #842928 on white background.



Black color preview on #842928 background

This text has black color on #842928 background.


White color preview on #842928 background

This text has white color on #842928 background.