COLOR #546C87

HEX: #546C87
RGB: (84,108,135)

Color info

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

RGB color model

#546C87 color RGB value is (84,108,135).

  • red value is 84;
  • green value is 108;
  • blue value is 135.
RGB:
(84,108,135)
(33%,42%,53%)

RGB channels and saturation

R 84 of 255 = 33%
G 108 of 255 = 42%
B 135 of 255 = 53%

84
108
135

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

Portions of RGB colors in percentages

R + G + B =
84 + 108 + 135 = 327 (100%)
R 84 of 327 ~ 25.69%
G 108 of 327 ~ 33.03%
B 135 of 327 ~ 41.28%

%25.69
%33.03
%41.28

CMYK color model

#546C87 color CMYK value is (38,20,0,47).

  • cyan value is 37.78%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(38,20,0,47)
C38M20Y0K47 
(38%,20%,0%,47%)
(0.38/0.20/0.00/0.47)	

CMYK percentages

%37.78
%20
%0
%47.06

Codes

Color #546C87 in popluar color models

546C87
RGB84108135
HSL212°23.29%42.94%
HSB/HSV212°37.78%52.94%
CMYK37.78%20.00%0.00%
47.06%

Color #546C87 in popluar number systems.

HEX546C87
Decimal84108135
Binary1010100110110010000111
Octal124154207

Shades and tints

Shades of #546C87

#546C87
(84,108,135)
#4D637B
(77,99,123)
#465A6F
(70,90,111)
#3F5163
(63,81,99)
#384857
(56,72,87)
#313F4B
(49,63,75)
#2A363F
(42,54,63)
#232D33
(35,45,51)
#1C2427
(28,36,39)
#151B1B
(21,27,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #546C87

#546C87
(84,108,135)
#637991
(99,121,145)
#72869B
(114,134,155)
#8193A5
(129,147,165)
#90A0AF
(144,160,175)
#9FADB9
(159,173,185)
#AEBAC3
(174,186,195)
#BDC7CD
(189,199,205)
#CCD4D7
(204,212,215)
#DBE1E1
(219,225,225)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546C87 color. Also use rgb(84,108,135) instead hex code.

Text Font Color

.myTextColor { color: #546C87; }

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

This text font color is #546C87.


Background Color

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

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

This div background color is #546C87.


Border color

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

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

This div border color is #546C87.


Opacity

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

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

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

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

This text has shadow with #546C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546C87 on black background.


Color preview on white background

This text has color #546C87 on white background.



Black color preview on #546C87 background

This text has black color on #546C87 background.


White color preview on #546C87 background

This text has white color on #546C87 background.