COLOR #546E74

HEX: #546E74 RGB: (84,110,116)

Color info

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

RGB color model

#546E74 color RGB value is (84,110,116).

RGB: (84,110,116) (33%, 43%, 45%)

RGB channels and saturation

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

84
110
116

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

Portions of RGB colors in percentages

R + G + B = 84 + 110 + 116 = 310 (100%)
R 84 of 310 ~ 27.1%
G 110 of 310 ~ 35.48%
B 116 of 310 ~ 37.42'%

%27.1
%35.48
%37.42

CMYK color model

#546E74 color CMYK value is (28,5,0,55).

  • cyan value is 27.59%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (28,5,0,55)
C28M5Y0K55 (28%, 5%, 0%, 55%)
(0.28 / 0.05 / 0.00 / 0.55)

CMYK percentages

%27.59
%5.17
%0
%54.51

Codes

Color #546E74 in popluar color models

54 6E 74
RGB 84 110 116
HSL 191° 16.00% 39.22%
HSB/HSV 191° 27.59% 45.49%
CMYK 27.59% 5.17% 0.00%
54.51%

Color #546E74 in popluar number systems.

HEX 54 6E 74
Decimal 84 110 116
Binary 1010100 1101110 1110100
Octal 124 156 164

Shades and tints

Shades of #546E74

#546E74
(84,110,116)
#4D646A
(77,100,106)
#465A60
(70,90,96)
#3F5056
(63,80,86)
#38464C
(56,70,76)
#313C42
(49,60,66)
#2A3238
(42,50,56)
#23282E
(35,40,46)
#1C1E24
(28,30,36)
#15141A
(21,20,26)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #546E74

#546E74
(84,110,116)
#637B80
(99,123,128)
#72888C
(114,136,140)
#819598
(129,149,152)
#90A2A4
(144,162,164)
#9FAFB0
(159,175,176)
#AEBCBC
(174,188,188)
#BDC9C8
(189,201,200)
#CCD6D4
(204,214,212)
#DBE3E0
(219,227,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546E74; }

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

This text font color is #546E74.

Background Color

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

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

This div background color is #546E74.

Border color

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

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

This div border color is #546E74.

Opacity

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

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

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

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

This text has shadow with #546E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546E74.

Preview

Color preview on black background

This text has color #546E74 on black background.


Color preview on white background

This text has color #546E74 on white background.


Black color preview on #546E74 background

This text has black color on #546E74 background.


White color preview on #546E74 background

This text has white color on #546E74 background.


Related colors

Complementary color

Complementary color for #hex is #AB918B.


I love getcolorcode.com

Triadic colors

1 #74546E and #6E7454 with #546E74 are triadic colors.

2 #746E54 and #6E5474 with #546E74 are triadic colors.