COLOR #84270C

HEX: #84270C
RGB: (132,39,12)

Color info

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

RGB color model

#84270C color RGB value is (132,39,12).

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

RGB channels and saturation

R 132 of 255 = 52%
G 39 of 255 = 15%
B 12 of 255 = 5%

132
39
12

R + G + B ~ 24%. #84270C is dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 39 + 12 = 183 (100%)
R 132 of 183 ~ 72.13%
G 39 of 183 ~ 21.31%
B 12 of 183 ~ 6.56%

%72.13
%21.31

CMYK color model

#84270C color CMYK value is (0,70,91,48).

  • cyan value is 0.00%
  • magenta value is 70.45%
  • yellow value is 90.91%
  • key color value is 48.24%
CMYK:
(0,70,91,48)
C0M70Y91K48 
(0%,70%,91%,48%)
(0.00/0.70/0.91/0.48)	

CMYK percentages

%0
%70.45
%90.91
%48.24

Codes

Color #84270C in popluar color models

84270C
RGB1323912
HSL14°83.33%28.24%
HSB/HSV14°90.91%51.76%
CMYK0.00%70.45%90.91%
48.24%

Color #84270C in popluar number systems.

HEX84270C
Decimal1323912
Binary100001001001111100
Octal2044714

Shades and tints

Shades of #84270C

#84270C
(132,39,12)
#78240B
(120,36,11)
#6C210A
(108,33,10)
#601E09
(96,30,9)
#541B08
(84,27,8)
#481807
(72,24,7)
#3C1506
(60,21,6)
#301205
(48,18,5)
#240F04
(36,15,4)
#180C03
(24,12,3)
#0C0902
(12,9,2)
#000000
(0,0,0)

Tints of #84270C

#84270C
(132,39,12)
#8F3A22
(143,58,34)
#9A4D38
(154,77,56)
#A5604E
(165,96,78)
#B07364
(176,115,100)
#BB867A
(187,134,122)
#C69990
(198,153,144)
#D1ACA6
(209,172,166)
#DCBFBC
(220,191,188)
#E7D2D2
(231,210,210)
#F2E5E8
(242,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84270C; }

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

This text font color is #84270C.


Background Color

.myBgColor { background-color: #84270C; }

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

This div background color is #84270C.


Border color

.myBorderColor { border: 1px solid #84270C; }

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

This div border color is #84270C.


Opacity

.myOpacity80 { color: #84270C; opacity: 0.8; }

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

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

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

This text has shadow with #84270C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84270C on black background.


Color preview on white background

This text has color #84270C on white background.



Black color preview on #84270C background

This text has black color on #84270C background.


White color preview on #84270C background

This text has white color on #84270C background.