COLOR #84312F

HEX: #84312F
RGB: (132,49,47)

Color info

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

RGB color model

#84312F color RGB value is (132,49,47).

  • red value is 132;
  • green value is 49;
  • blue value is 47.
RGB:
(132,49,47)
(52%,19%,18%)

RGB channels and saturation

R 132 of 255 = 52%
G 49 of 255 = 19%
B 47 of 255 = 18%

132
49
47

R + G + B ~ 30%. #84312F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 49 + 47 = 228 (100%)
R 132 of 228 ~ 57.89%
G 49 of 228 ~ 21.49%
B 47 of 228 ~ 20.61%

%57.89
%21.49
%20.61

CMYK color model

#84312F color CMYK value is (0,63,64,48).

  • cyan value is 0.00%
  • magenta value is 62.88%
  • yellow value is 64.39%
  • key color value is 48.24%
CMYK:
(0,63,64,48)
C0M63Y64K48 
(0%,63%,64%,48%)
(0.00/0.63/0.64/0.48)	

CMYK percentages

%0
%62.88
%64.39
%48.24

Codes

Color #84312F in popluar color models

84312F
RGB1324947
HSL47.49%35.10%
HSB/HSV64.39%51.76%
CMYK0.00%62.88%64.39%
48.24%

Color #84312F in popluar number systems.

HEX84312F
Decimal1324947
Binary10000100110001101111
Octal2046157

Shades and tints

Shades of #84312F

#84312F
(132,49,47)
#782D2B
(120,45,43)
#6C2927
(108,41,39)
#602523
(96,37,35)
#54211F
(84,33,31)
#481D1B
(72,29,27)
#3C1917
(60,25,23)
#301513
(48,21,19)
#24110F
(36,17,15)
#180D0B
(24,13,11)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #84312F

#84312F
(132,49,47)
#8F4341
(143,67,65)
#9A5553
(154,85,83)
#A56765
(165,103,101)
#B07977
(176,121,119)
#BB8B89
(187,139,137)
#C69D9B
(198,157,155)
#D1AFAD
(209,175,173)
#DCC1BF
(220,193,191)
#E7D3D1
(231,211,209)
#F2E5E3
(242,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84312F color. Also use rgb(132,49,47) instead hex code.

Text Font Color

.myTextColor { color: #84312F; }

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

This text font color is #84312F.


Background Color

.myBgColor { background-color: #84312F; }

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

This div background color is #84312F.


Border color

.myBorderColor { border: 1px solid #84312F; }

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

This div border color is #84312F.


Opacity

.myOpacity80 { color: #84312F; opacity: 0.8; }

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

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

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

This text has shadow with #84312F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84312F on black background.


Color preview on white background

This text has color #84312F on white background.



Black color preview on #84312F background

This text has black color on #84312F background.


White color preview on #84312F background

This text has white color on #84312F background.