COLOR #546392

HEX: #546392
RGB: (84,99,146)

Color info

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

RGB color model

#546392 color RGB value is (84,99,146).

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

RGB channels and saturation

R 84 of 255 = 33%
G 99 of 255 = 39%
B 146 of 255 = 57%

84
99
146

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

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 146 = 329 (100%)
R 84 of 329 ~ 25.53%
G 99 of 329 ~ 30.09%
B 146 of 329 ~ 44.38%

%25.53
%30.09
%44.38

CMYK color model

#546392 color CMYK value is (42,32,0,43).

  • cyan value is 42.47%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(42,32,0,43)
C42M32Y0K43 
(42%,32%,0%,43%)
(0.42/0.32/0.00/0.43)	

CMYK percentages

%42.47
%32.19
%0
%42.75

Codes

Color #546392 in popluar color models

546392
RGB8499146
HSL225°26.96%45.10%
HSB/HSV225°42.47%57.25%
CMYK42.47%32.19%0.00%
42.75%

Color #546392 in popluar number systems.

HEX546392
Decimal8499146
Binary1010100110001110010010
Octal124143222

Shades and tints

Shades of #546392

#546392
(84,99,146)
#4D5A85
(77,90,133)
#465178
(70,81,120)
#3F486B
(63,72,107)
#383F5E
(56,63,94)
#313651
(49,54,81)
#2A2D44
(42,45,68)
#232437
(35,36,55)
#1C1B2A
(28,27,42)
#15121D
(21,18,29)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #546392

#546392
(84,99,146)
#63719B
(99,113,155)
#727FA4
(114,127,164)
#818DAD
(129,141,173)
#909BB6
(144,155,182)
#9FA9BF
(159,169,191)
#AEB7C8
(174,183,200)
#BDC5D1
(189,197,209)
#CCD3DA
(204,211,218)
#DBE1E3
(219,225,227)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546392; }

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

This text font color is #546392.


Background Color

.myBgColor { background-color: #546392; }

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

This div background color is #546392.


Border color

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

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

This div border color is #546392.


Opacity

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

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

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

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

This text has shadow with #546392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546392 on black background.


Color preview on white background

This text has color #546392 on white background.



Black color preview on #546392 background

This text has black color on #546392 background.


White color preview on #546392 background

This text has white color on #546392 background.