COLOR #546788

HEX: #546788
RGB: (84,103,136)

Color info

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

RGB color model

#546788 color RGB value is (84,103,136).

  • red value is 84;
  • green value is 103;
  • blue value is 136.
RGB:
(84,103,136)
(33%,40%,53%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 136 of 255 = 53%

84
103
136

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

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 136 = 323 (100%)
R 84 of 323 ~ 26.01%
G 103 of 323 ~ 31.89%
B 136 of 323 ~ 42.11%

%26.01
%31.89
%42.11

CMYK color model

#546788 color CMYK value is (38,24,0,47).

  • cyan value is 38.24%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(38,24,0,47)
C38M24Y0K47 
(38%,24%,0%,47%)
(0.38/0.24/0.00/0.47)	

CMYK percentages

%38.24
%24.26
%0
%46.67

Codes

Color #546788 in popluar color models

546788
RGB84103136
HSL218°23.64%43.14%
HSB/HSV218°38.24%53.33%
CMYK38.24%24.26%0.00%
46.67%

Color #546788 in popluar number systems.

HEX546788
Decimal84103136
Binary1010100110011110001000
Octal124147210

Shades and tints

Shades of #546788

#546788
(84,103,136)
#4D5E7C
(77,94,124)
#465570
(70,85,112)
#3F4C64
(63,76,100)
#384358
(56,67,88)
#313A4C
(49,58,76)
#2A3140
(42,49,64)
#232834
(35,40,52)
#1C1F28
(28,31,40)
#15161C
(21,22,28)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #546788

#546788
(84,103,136)
#637492
(99,116,146)
#72819C
(114,129,156)
#818EA6
(129,142,166)
#909BB0
(144,155,176)
#9FA8BA
(159,168,186)
#AEB5C4
(174,181,196)
#BDC2CE
(189,194,206)
#CCCFD8
(204,207,216)
#DBDCE2
(219,220,226)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546788 color. Also use rgb(84,103,136) instead hex code.

Text Font Color

.myTextColor { color: #546788; }

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

This text font color is #546788.


Background Color

.myBgColor { background-color: #546788; }

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

This div background color is #546788.


Border color

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

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

This div border color is #546788.


Opacity

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

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

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

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

This text has shadow with #546788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546788 on black background.


Color preview on white background

This text has color #546788 on white background.



Black color preview on #546788 background

This text has black color on #546788 background.


White color preview on #546788 background

This text has white color on #546788 background.