COLOR #54002B

HEX: #54002B
RGB: (84,0,43)

Color info

#54002B contains only red and blue colors. Web safe color of #54002B is #660033 (or #603).

RGB color model

#54002B color RGB value is (84,0,43).

  • red value is 84;
  • green value is 0;
  • blue value is 43.
RGB:
(84,0,43)
(33%,0%,17%)

RGB channels and saturation

R 84 of 255 = 33%
G 0 of 255 = 0%
B 43 of 255 = 17%

84
0
43

R + G + B ~ 17%. #54002B is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 0 + 43 = 127 (100%)
R 84 of 127 ~ 66.14%
G 0 of 127 ~ 0%
B 43 of 127 ~ 33.86%

%66.14
%33.86

CMYK color model

#54002B color CMYK value is (0,100,49,67).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 48.81%
  • key color value is 67.06%
CMYK:
(0,100,49,67)
C0M100Y49K67 
(0%,100%,49%,67%)
(0.00/1.00/0.49/0.67)	

CMYK percentages

%0
%100
%48.81
%67.06

Codes

Color #54002B in popluar color models

54002B
RGB84043
HSL329°100.00%16.47%
HSB/HSV329°100.00%32.94%
CMYK0.00%100.00%48.81%
67.06%

Color #54002B in popluar number systems.

HEX54002B
Decimal84043
Binary10101000101011
Octal124053

Shades and tints

Shades of #54002B

#54002B
(84,0,43)
#4D0028
(77,0,40)
#460025
(70,0,37)
#3F0022
(63,0,34)
#38001F
(56,0,31)
#31001C
(49,0,28)
#2A0019
(42,0,25)
#230016
(35,0,22)
#1C0013
(28,0,19)
#150010
(21,0,16)
#0E000D
(14,0,13)
#000000
(0,0,0)

Tints of #54002B

#54002B
(84,0,43)
#63173E
(99,23,62)
#722E51
(114,46,81)
#814564
(129,69,100)
#905C77
(144,92,119)
#9F738A
(159,115,138)
#AE8A9D
(174,138,157)
#BDA1B0
(189,161,176)
#CCB8C3
(204,184,195)
#DBCFD6
(219,207,214)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54002B color. Also use rgb(84,0,43) instead hex code.

Text Font Color

.myTextColor { color: #54002B; }

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

This text font color is #54002B.


Background Color

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

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

This div background color is #54002B.


Border color

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

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

This div border color is #54002B.


Opacity

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

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

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

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

This text has shadow with #54002B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54002B on black background.


Color preview on white background

This text has color #54002B on white background.



Black color preview on #54002B background

This text has black color on #54002B background.


White color preview on #54002B background

This text has white color on #54002B background.