COLOR #540209

HEX: #540209
RGB: (84,2,9)

Color info

#540209 contains mainly red color. Web safe color of #540209 is #660000 (or #600).

RGB color model

#540209 color RGB value is (84,2,9).

  • red value is 84;
  • green value is 2;
  • blue value is 9.
RGB:
(84,2,9)
(33%,1%,4%)

RGB channels and saturation

R 84 of 255 = 33%
G 2 of 255 = 1%
B 9 of 255 = 4%

84
2
9

R + G + B ~ 13%. #540209 is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 2 + 9 = 95 (100%)
R 84 of 95 ~ 88.42%
G 2 of 95 ~ 2.11%
B 9 of 95 ~ 9.47%

%88.42

CMYK color model

#540209 color CMYK value is (0,98,89,67).

  • cyan value is 0.00%
  • magenta value is 97.62%
  • yellow value is 89.29%
  • key color value is 67.06%
CMYK:
(0,98,89,67)
C0M98Y89K67 
(0%,98%,89%,67%)
(0.00/0.98/0.89/0.67)	

CMYK percentages

%0
%97.62
%89.29
%67.06

Codes

Color #540209 in popluar color models

540209
RGB8429
HSL355°95.35%16.86%
HSB/HSV355°97.62%32.94%
CMYK0.00%97.62%89.29%
67.06%

Color #540209 in popluar number systems.

HEX540209
Decimal8429
Binary1010100101001
Octal124211

Shades and tints

Shades of #540209

#540209
(84,2,9)
#4D0209
(77,2,9)
#460209
(70,2,9)
#3F0209
(63,2,9)
#380209
(56,2,9)
#310209
(49,2,9)
#2A0209
(42,2,9)
#230209
(35,2,9)
#1C0209
(28,2,9)
#150209
(21,2,9)
#0E0209
(14,2,9)
#000000
(0,0,0)

Tints of #540209

#540209
(84,2,9)
#63191F
(99,25,31)
#723035
(114,48,53)
#81474B
(129,71,75)
#905E61
(144,94,97)
#9F7577
(159,117,119)
#AE8C8D
(174,140,141)
#BDA3A3
(189,163,163)
#CCBAB9
(204,186,185)
#DBD1CF
(219,209,207)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #540209 color. Also use rgb(84,2,9) instead hex code.

Text Font Color

.myTextColor { color: #540209; }

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

This text font color is #540209.


Background Color

.myBgColor { background-color: #540209; }

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

This div background color is #540209.


Border color

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

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

This div border color is #540209.


Opacity

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

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

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

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

This text has shadow with #540209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #540209 on black background.


Color preview on white background

This text has color #540209 on white background.



Black color preview on #540209 background

This text has black color on #540209 background.


White color preview on #540209 background

This text has white color on #540209 background.