COLOR #546876

HEX: #546876 RGB: (84,104,118)

Color info

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

RGB color model

#546876 color RGB value is (84,104,118).

RGB: (84,104,118) (33%, 41%, 46%)

RGB channels and saturation

R 84 of 255 = 33%
G 104 of 255 = 41%
B 118 of 255 = 46%

84
104
118

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

Portions of RGB colors in percentages

R + G + B = 84 + 104 + 118 = 306 (100%)
R 84 of 306 ~ 27.45%
G 104 of 306 ~ 33.99%
B 118 of 306 ~ 38.56'%

%27.45
%33.99
%38.56

CMYK color model

#546876 color CMYK value is (29,12,0,54).

  • cyan value is 28.81%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (29,12,0,54)
C29M12Y0K54 (29%, 12%, 0%, 54%)
(0.29 / 0.12 / 0.00 / 0.54)

CMYK percentages

%28.81
%11.86
%0
%53.73

Codes

Color #546876 in popluar color models

54 68 76
RGB 84 104 118
HSL 205° 16.83% 39.61%
HSB/HSV 205° 28.81% 46.27%
CMYK 28.81% 11.86% 0.00%
53.73%

Color #546876 in popluar number systems.

HEX 54 68 76
Decimal 84 104 118
Binary 1010100 1101000 1110110
Octal 124 150 166

Shades and tints

Shades of #546876

#546876
(84,104,118)
#4D5F6C
(77,95,108)
#465662
(70,86,98)
#3F4D58
(63,77,88)
#38444E
(56,68,78)
#313B44
(49,59,68)
#2A323A
(42,50,58)
#232930
(35,41,48)
#1C2026
(28,32,38)
#15171C
(21,23,28)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #546876

#546876
(84,104,118)
#637582
(99,117,130)
#72828E
(114,130,142)
#818F9A
(129,143,154)
#909CA6
(144,156,166)
#9FA9B2
(159,169,178)
#AEB6BE
(174,182,190)
#BDC3CA
(189,195,202)
#CCD0D6
(204,208,214)
#DBDDE2
(219,221,226)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546876 color. Also use rgb(84,104,118) instead hex code.

Text Font Color

.myTextColor { color: #546876; }

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

This text font color is #546876.

Background Color

.myBgColor { background-color: #546876; }

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

This div background color is #546876.

Border color

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

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

This div border color is #546876.

Opacity

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

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

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

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

This text has shadow with #546876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546876.

Preview

Color preview on black background

This text has color #546876 on black background.


Color preview on white background

This text has color #546876 on white background.


Black color preview on #546876 background

This text has black color on #546876 background.


White color preview on #546876 background

This text has white color on #546876 background.


Related colors

Complementary color

Complementary color for #hex is #AB9789.


I love getcolorcode.com

Triadic colors

1 #765468 and #687654 with #546876 are triadic colors.

2 #766854 and #685476 with #546876 are triadic colors.