COLOR #546979

HEX: #546979
RGB: (84,105,121)

Color info

#546979 contains red, green and blue colors in about the same proportion. Web safe color of #546979 is #666666 (or #666).

RGB color model

#546979 color RGB value is (84,105,121).

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

RGB channels and saturation

R 84 of 255 = 33%
G 105 of 255 = 41%
B 121 of 255 = 47%

84
105
121

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

Portions of RGB colors in percentages

R + G + B =
84 + 105 + 121 = 310 (100%)
R 84 of 310 ~ 27.1%
G 105 of 310 ~ 33.87%
B 121 of 310 ~ 39.03%

%27.1
%33.87
%39.03

CMYK color model

#546979 color CMYK value is (31,13,0,53).

  • cyan value is 30.58%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(31,13,0,53)
C31M13Y0K53 
(31%,13%,0%,53%)
(0.31/0.13/0.00/0.53)	

CMYK percentages

%30.58
%13.22
%0
%52.55

Codes

Color #546979 in popluar color models

546979
RGB84105121
HSL206°18.05%40.20%
HSB/HSV206°30.58%47.45%
CMYK30.58%13.22%0.00%
52.55%

Color #546979 in popluar number systems.

HEX546979
Decimal84105121
Binary101010011010011111001
Octal124151171

Shades and tints

Shades of #546979

#546979
(84,105,121)
#4D606E
(77,96,110)
#465763
(70,87,99)
#3F4E58
(63,78,88)
#38454D
(56,69,77)
#313C42
(49,60,66)
#2A3337
(42,51,55)
#232A2C
(35,42,44)
#1C2121
(28,33,33)
#151816
(21,24,22)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #546979

#546979
(84,105,121)
#637685
(99,118,133)
#728391
(114,131,145)
#81909D
(129,144,157)
#909DA9
(144,157,169)
#9FAAB5
(159,170,181)
#AEB7C1
(174,183,193)
#BDC4CD
(189,196,205)
#CCD1D9
(204,209,217)
#DBDEE5
(219,222,229)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546979; }

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

This text font color is #546979.


Background Color

.myBgColor { background-color: #546979; }

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

This div background color is #546979.


Border color

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

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

This div border color is #546979.


Opacity

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

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

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

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

This text has shadow with #546979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546979 on black background.


Color preview on white background

This text has color #546979 on white background.



Black color preview on #546979 background

This text has black color on #546979 background.


White color preview on #546979 background

This text has white color on #546979 background.