COLOR #546A8A

HEX: #546A8A
RGB: (84,106,138)

Color info

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

RGB color model

#546A8A color RGB value is (84,106,138).

  • red value is 84;
  • green value is 106;
  • blue value is 138.
RGB:
(84,106,138)
(33%,42%,54%)

RGB channels and saturation

R 84 of 255 = 33%
G 106 of 255 = 42%
B 138 of 255 = 54%

84
106
138

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

Portions of RGB colors in percentages

R + G + B =
84 + 106 + 138 = 328 (100%)
R 84 of 328 ~ 25.61%
G 106 of 328 ~ 32.32%
B 138 of 328 ~ 42.07%

%25.61
%32.32
%42.07

CMYK color model

#546A8A color CMYK value is (39,23,0,46).

  • cyan value is 39.13%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(39,23,0,46)
C39M23Y0K46 
(39%,23%,0%,46%)
(0.39/0.23/0.00/0.46)	

CMYK percentages

%39.13
%23.19
%0
%45.88

Codes

Color #546A8A in popluar color models

546A8A
RGB84106138
HSL216°24.32%43.53%
HSB/HSV216°39.13%54.12%
CMYK39.13%23.19%0.00%
45.88%

Color #546A8A in popluar number systems.

HEX546A8A
Decimal84106138
Binary1010100110101010001010
Octal124152212

Shades and tints

Shades of #546A8A

#546A8A
(84,106,138)
#4D617E
(77,97,126)
#465872
(70,88,114)
#3F4F66
(63,79,102)
#38465A
(56,70,90)
#313D4E
(49,61,78)
#2A3442
(42,52,66)
#232B36
(35,43,54)
#1C222A
(28,34,42)
#15191E
(21,25,30)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #546A8A

#546A8A
(84,106,138)
#637794
(99,119,148)
#72849E
(114,132,158)
#8191A8
(129,145,168)
#909EB2
(144,158,178)
#9FABBC
(159,171,188)
#AEB8C6
(174,184,198)
#BDC5D0
(189,197,208)
#CCD2DA
(204,210,218)
#DBDFE4
(219,223,228)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546A8A color. Also use rgb(84,106,138) instead hex code.

Text Font Color

.myTextColor { color: #546A8A; }

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

This text font color is #546A8A.


Background Color

.myBgColor { background-color: #546A8A; }

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

This div background color is #546A8A.


Border color

.myBorderColor { border: 1px solid #546A8A; }

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

This div border color is #546A8A.


Opacity

.myOpacity80 { color: #546A8A; opacity: 0.8; }

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

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

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

This text has shadow with #546A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546A8A on black background.


Color preview on white background

This text has color #546A8A on white background.



Black color preview on #546A8A background

This text has black color on #546A8A background.


White color preview on #546A8A background

This text has white color on #546A8A background.