COLOR #546484

HEX: #546484
RGB: (84,100,132)

Color info

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

RGB color model

#546484 color RGB value is (84,100,132).

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

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 132 of 255 = 52%

84
100
132

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

Portions of RGB colors in percentages

R + G + B =
84 + 100 + 132 = 316 (100%)
R 84 of 316 ~ 26.58%
G 100 of 316 ~ 31.65%
B 132 of 316 ~ 41.77%

%26.58
%31.65
%41.77

CMYK color model

#546484 color CMYK value is (36,24,0,48).

  • cyan value is 36.36%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,24,0,48)
C36M24Y0K48 
(36%,24%,0%,48%)
(0.36/0.24/0.00/0.48)	

CMYK percentages

%36.36
%24.24
%0
%48.24

Codes

Color #546484 in popluar color models

546484
RGB84100132
HSL220°22.22%42.35%
HSB/HSV220°36.36%51.76%
CMYK36.36%24.24%0.00%
48.24%

Color #546484 in popluar number systems.

HEX546484
Decimal84100132
Binary1010100110010010000100
Octal124144204

Shades and tints

Shades of #546484

#546484
(84,100,132)
#4D5B78
(77,91,120)
#46526C
(70,82,108)
#3F4960
(63,73,96)
#384054
(56,64,84)
#313748
(49,55,72)
#2A2E3C
(42,46,60)
#232530
(35,37,48)
#1C1C24
(28,28,36)
#151318
(21,19,24)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #546484

#546484
(84,100,132)
#63728F
(99,114,143)
#72809A
(114,128,154)
#818EA5
(129,142,165)
#909CB0
(144,156,176)
#9FAABB
(159,170,187)
#AEB8C6
(174,184,198)
#BDC6D1
(189,198,209)
#CCD4DC
(204,212,220)
#DBE2E7
(219,226,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546484; }

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

This text font color is #546484.


Background Color

.myBgColor { background-color: #546484; }

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

This div background color is #546484.


Border color

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

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

This div border color is #546484.


Opacity

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

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

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

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

This text has shadow with #546484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546484 on black background.


Color preview on white background

This text has color #546484 on white background.



Black color preview on #546484 background

This text has black color on #546484 background.


White color preview on #546484 background

This text has white color on #546484 background.