COLOR #84023B

HEX: #84023B
RGB: (132,2,59)

Color info

#84023B contains mainly red color. Web safe color of #84023B is #990033 (or #903).

RGB color model

#84023B color RGB value is (132,2,59).

  • red value is 132;
  • green value is 2;
  • blue value is 59.
RGB:
(132,2,59)
(52%,1%,23%)

RGB channels and saturation

R 132 of 255 = 52%
G 2 of 255 = 1%
B 59 of 255 = 23%

132
2
59

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

Portions of RGB colors in percentages

R + G + B =
132 + 2 + 59 = 193 (100%)
R 132 of 193 ~ 68.39%
G 2 of 193 ~ 1.04%
B 59 of 193 ~ 30.57%

%68.39
%30.57

CMYK color model

#84023B color CMYK value is (0,98,55,48).

  • cyan value is 0.00%
  • magenta value is 98.48%
  • yellow value is 55.30%
  • key color value is 48.24%
CMYK:
(0,98,55,48)
C0M98Y55K48 
(0%,98%,55%,48%)
(0.00/0.98/0.55/0.48)	

CMYK percentages

%0
%98.48
%55.3
%48.24

Codes

Color #84023B in popluar color models

84023B
RGB132259
HSL334°97.01%26.27%
HSB/HSV334°98.48%51.76%
CMYK0.00%98.48%55.30%
48.24%

Color #84023B in popluar number systems.

HEX84023B
Decimal132259
Binary1000010010111011
Octal204273

Shades and tints

Shades of #84023B

#84023B
(132,2,59)
#780236
(120,2,54)
#6C0231
(108,2,49)
#60022C
(96,2,44)
#540227
(84,2,39)
#480222
(72,2,34)
#3C021D
(60,2,29)
#300218
(48,2,24)
#240213
(36,2,19)
#18020E
(24,2,14)
#0C0209
(12,2,9)
#000000
(0,0,0)

Tints of #84023B

#84023B
(132,2,59)
#8F194C
(143,25,76)
#9A305D
(154,48,93)
#A5476E
(165,71,110)
#B05E7F
(176,94,127)
#BB7590
(187,117,144)
#C68CA1
(198,140,161)
#D1A3B2
(209,163,178)
#DCBAC3
(220,186,195)
#E7D1D4
(231,209,212)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84023B color. Also use rgb(132,2,59) instead hex code.

Text Font Color

.myTextColor { color: #84023B; }

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

This text font color is #84023B.


Background Color

.myBgColor { background-color: #84023B; }

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

This div background color is #84023B.


Border color

.myBorderColor { border: 1px solid #84023B; }

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

This div border color is #84023B.


Opacity

.myOpacity80 { color: #84023B; opacity: 0.8; }

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

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

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

This text has shadow with #84023B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84023B on black background.


Color preview on white background

This text has color #84023B on white background.



Black color preview on #84023B background

This text has black color on #84023B background.


White color preview on #84023B background

This text has white color on #84023B background.