COLOR #546984

HEX: #546984
RGB: (84,105,132)

Color info

#546984 contains red, green and blue colors in about the same proportion. Web safe color of #546984 is #666699 (or #669).

RGB color model

#546984 color RGB value is (84,105,132).

  • red value is 84;
  • green value is 105;
  • blue value is 132.
RGB:
(84,105,132)
(33%,41%,52%)

RGB channels and saturation

R 84 of 255 = 33%
G 105 of 255 = 41%
B 132 of 255 = 52%

84
105
132

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

Portions of RGB colors in percentages

R + G + B =
84 + 105 + 132 = 321 (100%)
R 84 of 321 ~ 26.17%
G 105 of 321 ~ 32.71%
B 132 of 321 ~ 41.12%

%26.17
%32.71
%41.12

CMYK color model

#546984 color CMYK value is (36,20,0,48).

  • cyan value is 36.36%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,20,0,48)
C36M20Y0K48 
(36%,20%,0%,48%)
(0.36/0.20/0.00/0.48)	

CMYK percentages

%36.36
%20.45
%0
%48.24

Codes

Color #546984 in popluar color models

546984
RGB84105132
HSL214°22.22%42.35%
HSB/HSV214°36.36%51.76%
CMYK36.36%20.45%0.00%
48.24%

Color #546984 in popluar number systems.

HEX546984
Decimal84105132
Binary1010100110100110000100
Octal124151204

Shades and tints

Shades of #546984

#546984
(84,105,132)
#4D6078
(77,96,120)
#46576C
(70,87,108)
#3F4E60
(63,78,96)
#384554
(56,69,84)
#313C48
(49,60,72)
#2A333C
(42,51,60)
#232A30
(35,42,48)
#1C2124
(28,33,36)
#151818
(21,24,24)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #546984

#546984
(84,105,132)
#63768F
(99,118,143)
#72839A
(114,131,154)
#8190A5
(129,144,165)
#909DB0
(144,157,176)
#9FAABB
(159,170,187)
#AEB7C6
(174,183,198)
#BDC4D1
(189,196,209)
#CCD1DC
(204,209,220)
#DBDEE7
(219,222,231)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546984 color. Also use rgb(84,105,132) instead hex code.

Text Font Color

.myTextColor { color: #546984; }

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

This text font color is #546984.


Background Color

.myBgColor { background-color: #546984; }

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

This div background color is #546984.


Border color

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

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

This div border color is #546984.


Opacity

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

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

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

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

This text has shadow with #546984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546984 on black background.


Color preview on white background

This text has color #546984 on white background.



Black color preview on #546984 background

This text has black color on #546984 background.


White color preview on #546984 background

This text has white color on #546984 background.