COLOR #546393

HEX: #546393
RGB: (84,99,147)

Color info

#546393 contains mainly green and blue colors. Web safe color of #546393 is #666699 (or #669).

RGB color model

#546393 color RGB value is (84,99,147).

  • red value is 84;
  • green value is 99;
  • blue value is 147.
RGB:
(84,99,147)
(33%,39%,58%)

RGB channels and saturation

R 84 of 255 = 33%
G 99 of 255 = 39%
B 147 of 255 = 58%

84
99
147

R + G + B ~ 43%. #546393 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 147 = 330 (100%)
R 84 of 330 ~ 25.45%
G 99 of 330 ~ 30%
B 147 of 330 ~ 44.55%

%25.45
%30
%44.55

CMYK color model

#546393 color CMYK value is (43,33,0,42).

  • cyan value is 42.86%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(43,33,0,42)
C43M33Y0K42 
(43%,33%,0%,42%)
(0.43/0.33/0.00/0.42)	

CMYK percentages

%42.86
%32.65
%0
%42.35

Codes

Color #546393 in popluar color models

546393
RGB8499147
HSL226°27.27%45.29%
HSB/HSV226°42.86%57.65%
CMYK42.86%32.65%0.00%
42.35%

Color #546393 in popluar number systems.

HEX546393
Decimal8499147
Binary1010100110001110010011
Octal124143223

Shades and tints

Shades of #546393

#546393
(84,99,147)
#4D5A86
(77,90,134)
#465179
(70,81,121)
#3F486C
(63,72,108)
#383F5F
(56,63,95)
#313652
(49,54,82)
#2A2D45
(42,45,69)
#232438
(35,36,56)
#1C1B2B
(28,27,43)
#15121E
(21,18,30)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #546393

#546393
(84,99,147)
#63719C
(99,113,156)
#727FA5
(114,127,165)
#818DAE
(129,141,174)
#909BB7
(144,155,183)
#9FA9C0
(159,169,192)
#AEB7C9
(174,183,201)
#BDC5D2
(189,197,210)
#CCD3DB
(204,211,219)
#DBE1E4
(219,225,228)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546393 color. Also use rgb(84,99,147) instead hex code.

Text Font Color

.myTextColor { color: #546393; }

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

This text font color is #546393.


Background Color

.myBgColor { background-color: #546393; }

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

This div background color is #546393.


Border color

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

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

This div border color is #546393.


Opacity

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

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

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

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

This text has shadow with #546393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546393 on black background.


Color preview on white background

This text has color #546393 on white background.



Black color preview on #546393 background

This text has black color on #546393 background.


White color preview on #546393 background

This text has white color on #546393 background.