COLOR #546374

HEX: #546374
RGB: (84,99,116)

Color info

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

RGB color model

#546374 color RGB value is (84,99,116).

  • red value is 84;
  • green value is 99;
  • blue value is 116.
RGB:
(84,99,116)
(33%,39%,45%)

RGB channels and saturation

R 84 of 255 = 33%
G 99 of 255 = 39%
B 116 of 255 = 45%

84
99
116

R + G + B ~ 39%. #546374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 116 = 299 (100%)
R 84 of 299 ~ 28.09%
G 99 of 299 ~ 33.11%
B 116 of 299 ~ 38.8%

%28.09
%33.11
%38.8

CMYK color model

#546374 color CMYK value is (28,15,0,55).

  • cyan value is 27.59%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(28,15,0,55)
C28M15Y0K55 
(28%,15%,0%,55%)
(0.28/0.15/0.00/0.55)	

CMYK percentages

%27.59
%14.66
%0
%54.51

Codes

Color #546374 in popluar color models

546374
RGB8499116
HSL212°16.00%39.22%
HSB/HSV212°27.59%45.49%
CMYK27.59%14.66%0.00%
54.51%

Color #546374 in popluar number systems.

HEX546374
Decimal8499116
Binary101010011000111110100
Octal124143164

Shades and tints

Shades of #546374

#546374
(84,99,116)
#4D5A6A
(77,90,106)
#465160
(70,81,96)
#3F4856
(63,72,86)
#383F4C
(56,63,76)
#313642
(49,54,66)
#2A2D38
(42,45,56)
#23242E
(35,36,46)
#1C1B24
(28,27,36)
#15121A
(21,18,26)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #546374

#546374
(84,99,116)
#637180
(99,113,128)
#727F8C
(114,127,140)
#818D98
(129,141,152)
#909BA4
(144,155,164)
#9FA9B0
(159,169,176)
#AEB7BC
(174,183,188)
#BDC5C8
(189,197,200)
#CCD3D4
(204,211,212)
#DBE1E0
(219,225,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546374 color. Also use rgb(84,99,116) instead hex code.

Text Font Color

.myTextColor { color: #546374; }

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

This text font color is #546374.


Background Color

.myBgColor { background-color: #546374; }

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

This div background color is #546374.


Border color

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

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

This div border color is #546374.


Opacity

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

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

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

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

This text has shadow with #546374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546374 on black background.


Color preview on white background

This text has color #546374 on white background.



Black color preview on #546374 background

This text has black color on #546374 background.


White color preview on #546374 background

This text has white color on #546374 background.