COLOR #842718

HEX: #842718
RGB: (132,39,24)

Color info

#842718 contains mainly red color. Web safe color of #842718 is #993300 (or #930).

RGB color model

#842718 color RGB value is (132,39,24).

  • red value is 132;
  • green value is 39;
  • blue value is 24.
RGB:
(132,39,24)
(52%,15%,9%)

RGB channels and saturation

R 132 of 255 = 52%
G 39 of 255 = 15%
B 24 of 255 = 9%

132
39
24

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

Portions of RGB colors in percentages

R + G + B =
132 + 39 + 24 = 195 (100%)
R 132 of 195 ~ 67.69%
G 39 of 195 ~ 20%
B 24 of 195 ~ 12.31%

%67.69
%20
%12.31

CMYK color model

#842718 color CMYK value is (0,70,82,48).

  • cyan value is 0.00%
  • magenta value is 70.45%
  • yellow value is 81.82%
  • key color value is 48.24%
CMYK:
(0,70,82,48)
C0M70Y82K48 
(0%,70%,82%,48%)
(0.00/0.70/0.82/0.48)	

CMYK percentages

%0
%70.45
%81.82
%48.24

Codes

Color #842718 in popluar color models

842718
RGB1323924
HSL69.23%30.59%
HSB/HSV81.82%51.76%
CMYK0.00%70.45%81.82%
48.24%

Color #842718 in popluar number systems.

HEX842718
Decimal1323924
Binary1000010010011111000
Octal2044730

Shades and tints

Shades of #842718

#842718
(132,39,24)
#782416
(120,36,22)
#6C2114
(108,33,20)
#601E12
(96,30,18)
#541B10
(84,27,16)
#48180E
(72,24,14)
#3C150C
(60,21,12)
#30120A
(48,18,10)
#240F08
(36,15,8)
#180C06
(24,12,6)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #842718

#842718
(132,39,24)
#8F3A2D
(143,58,45)
#9A4D42
(154,77,66)
#A56057
(165,96,87)
#B0736C
(176,115,108)
#BB8681
(187,134,129)
#C69996
(198,153,150)
#D1ACAB
(209,172,171)
#DCBFC0
(220,191,192)
#E7D2D5
(231,210,213)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842718 color. Also use rgb(132,39,24) instead hex code.

Text Font Color

.myTextColor { color: #842718; }

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

This text font color is #842718.


Background Color

.myBgColor { background-color: #842718; }

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

This div background color is #842718.


Border color

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

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

This div border color is #842718.


Opacity

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

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

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

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

This text has shadow with #842718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842718 on black background.


Color preview on white background

This text has color #842718 on white background.



Black color preview on #842718 background

This text has black color on #842718 background.


White color preview on #842718 background

This text has white color on #842718 background.