COLOR #546D7D

HEX: #546D7D
RGB: (84,109,125)

Color info

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

RGB color model

#546D7D color RGB value is (84,109,125).

  • red value is 84;
  • green value is 109;
  • blue value is 125.
RGB:
(84,109,125)
(33%,43%,49%)

RGB channels and saturation

R 84 of 255 = 33%
G 109 of 255 = 43%
B 125 of 255 = 49%

84
109
125

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

Portions of RGB colors in percentages

R + G + B =
84 + 109 + 125 = 318 (100%)
R 84 of 318 ~ 26.42%
G 109 of 318 ~ 34.28%
B 125 of 318 ~ 39.31%

%26.42
%34.28
%39.31

CMYK color model

#546D7D color CMYK value is (33,13,0,51).

  • cyan value is 32.80%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(33,13,0,51)
C33M13Y0K51 
(33%,13%,0%,51%)
(0.33/0.13/0.00/0.51)	

CMYK percentages

%32.8
%12.8
%0
%50.98

Codes

Color #546D7D in popluar color models

546D7D
RGB84109125
HSL203°19.62%40.98%
HSB/HSV203°32.80%49.02%
CMYK32.80%12.80%0.00%
50.98%

Color #546D7D in popluar number systems.

HEX546D7D
Decimal84109125
Binary101010011011011111101
Octal124155175

Shades and tints

Shades of #546D7D

#546D7D
(84,109,125)
#4D6472
(77,100,114)
#465B67
(70,91,103)
#3F525C
(63,82,92)
#384951
(56,73,81)
#314046
(49,64,70)
#2A373B
(42,55,59)
#232E30
(35,46,48)
#1C2525
(28,37,37)
#151C1A
(21,28,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #546D7D

#546D7D
(84,109,125)
#637A88
(99,122,136)
#728793
(114,135,147)
#81949E
(129,148,158)
#90A1A9
(144,161,169)
#9FAEB4
(159,174,180)
#AEBBBF
(174,187,191)
#BDC8CA
(189,200,202)
#CCD5D5
(204,213,213)
#DBE2E0
(219,226,224)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546D7D color. Also use rgb(84,109,125) instead hex code.

Text Font Color

.myTextColor { color: #546D7D; }

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

This text font color is #546D7D.


Background Color

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

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

This div background color is #546D7D.


Border color

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

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

This div border color is #546D7D.


Opacity

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

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

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

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

This text has shadow with #546D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546D7D on black background.


Color preview on white background

This text has color #546D7D on white background.



Black color preview on #546D7D background

This text has black color on #546D7D background.


White color preview on #546D7D background

This text has white color on #546D7D background.