COLOR #842300

HEX: #842300
RGB: (132,35,0)

Color info

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

RGB color model

#842300 color RGB value is (132,35,0).

  • red value is 132;
  • green value is 35;
  • blue value is 0.
RGB:
(132,35,0)
(52%,14%,0%)

RGB channels and saturation

R 132 of 255 = 52%
G 35 of 255 = 14%
B 0 of 255 = 0%

132
35
0

R + G + B ~ 22%. #842300 is dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 35 + 0 = 167 (100%)
R 132 of 167 ~ 79.04%
G 35 of 167 ~ 20.96%
B 0 of 167 ~ 0%

%79.04
%20.96

CMYK color model

#842300 color CMYK value is (0,73,100,48).

  • cyan value is 0.00%
  • magenta value is 73.48%
  • yellow value is 100.00%
  • key color value is 48.24%
CMYK:
(0,73,100,48)
C0M73Y100K48 
(0%,73%,100%,48%)
(0.00/0.73/1.00/0.48)	

CMYK percentages

%0
%73.48
%100
%48.24

Codes

Color #842300 in popluar color models

842300
RGB132350
HSL16°100.00%25.88%
HSB/HSV16°100.00%51.76%
CMYK0.00%73.48%100.00%
48.24%

Color #842300 in popluar number systems.

HEX842300
Decimal132350
Binary100001001000110
Octal204430

Shades and tints

Shades of #842300

#842300
(132,35,0)
#782000
(120,32,0)
#6C1D00
(108,29,0)
#601A00
(96,26,0)
#541700
(84,23,0)
#481400
(72,20,0)
#3C1100
(60,17,0)
#300E00
(48,14,0)
#240B00
(36,11,0)
#180800
(24,8,0)
#0C0500
(12,5,0)
#000000
(0,0,0)

Tints of #842300

#842300
(132,35,0)
#8F3717
(143,55,23)
#9A4B2E
(154,75,46)
#A55F45
(165,95,69)
#B0735C
(176,115,92)
#BB8773
(187,135,115)
#C69B8A
(198,155,138)
#D1AFA1
(209,175,161)
#DCC3B8
(220,195,184)
#E7D7CF
(231,215,207)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842300 color. Also use rgb(132,35,0) instead hex code.

Text Font Color

.myTextColor { color: #842300; }

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

This text font color is #842300.


Background Color

.myBgColor { background-color: #842300; }

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

This div background color is #842300.


Border color

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

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

This div border color is #842300.


Opacity

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

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

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

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

This text has shadow with #842300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842300 on black background.


Color preview on white background

This text has color #842300 on white background.



Black color preview on #842300 background

This text has black color on #842300 background.


White color preview on #842300 background

This text has white color on #842300 background.