COLOR #546D74

HEX: #546D74
RGB: (84,109,116)

Color info

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

RGB color model

#546D74 color RGB value is (84,109,116).

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

RGB channels and saturation

R 84 of 255 = 33%
G 109 of 255 = 43%
B 116 of 255 = 45%

84
109
116

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

Portions of RGB colors in percentages

R + G + B =
84 + 109 + 116 = 309 (100%)
R 84 of 309 ~ 27.18%
G 109 of 309 ~ 35.28%
B 116 of 309 ~ 37.54%

%27.18
%35.28
%37.54

CMYK color model

#546D74 color CMYK value is (28,6,0,55).

  • cyan value is 27.59%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(28,6,0,55)
C28M6Y0K55 
(28%,6%,0%,55%)
(0.28/0.06/0.00/0.55)	

CMYK percentages

%27.59
%6.03
%0
%54.51

Codes

Color #546D74 in popluar color models

546D74
RGB84109116
HSL193°16.00%39.22%
HSB/HSV193°27.59%45.49%
CMYK27.59%6.03%0.00%
54.51%

Color #546D74 in popluar number systems.

HEX546D74
Decimal84109116
Binary101010011011011110100
Octal124155164

Shades and tints

Shades of #546D74

#546D74
(84,109,116)
#4D646A
(77,100,106)
#465B60
(70,91,96)
#3F5256
(63,82,86)
#38494C
(56,73,76)
#314042
(49,64,66)
#2A3738
(42,55,56)
#232E2E
(35,46,46)
#1C2524
(28,37,36)
#151C1A
(21,28,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #546D74

#546D74
(84,109,116)
#637A80
(99,122,128)
#72878C
(114,135,140)
#819498
(129,148,152)
#90A1A4
(144,161,164)
#9FAEB0
(159,174,176)
#AEBBBC
(174,187,188)
#BDC8C8
(189,200,200)
#CCD5D4
(204,213,212)
#DBE2E0
(219,226,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546D74; }

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

This text font color is #546D74.


Background Color

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

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

This div background color is #546D74.


Border color

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

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

This div border color is #546D74.


Opacity

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

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

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

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

This text has shadow with #546D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546D74 on black background.


Color preview on white background

This text has color #546D74 on white background.



Black color preview on #546D74 background

This text has black color on #546D74 background.


White color preview on #546D74 background

This text has white color on #546D74 background.