COLOR #546676

HEX: #546676
RGB: (84,102,118)

Color info

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

RGB color model

#546676 color RGB value is (84,102,118).

  • red value is 84;
  • green value is 102;
  • blue value is 118.
RGB:
(84,102,118)
(33%,40%,46%)

RGB channels and saturation

R 84 of 255 = 33%
G 102 of 255 = 40%
B 118 of 255 = 46%

84
102
118

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

Portions of RGB colors in percentages

R + G + B =
84 + 102 + 118 = 304 (100%)
R 84 of 304 ~ 27.63%
G 102 of 304 ~ 33.55%
B 118 of 304 ~ 38.82%

%27.63
%33.55
%38.82

CMYK color model

#546676 color CMYK value is (29,14,0,54).

  • cyan value is 28.81%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(29,14,0,54)
C29M14Y0K54 
(29%,14%,0%,54%)
(0.29/0.14/0.00/0.54)	

CMYK percentages

%28.81
%13.56
%0
%53.73

Codes

Color #546676 in popluar color models

546676
RGB84102118
HSL208°16.83%39.61%
HSB/HSV208°28.81%46.27%
CMYK28.81%13.56%0.00%
53.73%

Color #546676 in popluar number systems.

HEX546676
Decimal84102118
Binary101010011001101110110
Octal124146166

Shades and tints

Shades of #546676

#546676
(84,102,118)
#4D5D6C
(77,93,108)
#465462
(70,84,98)
#3F4B58
(63,75,88)
#38424E
(56,66,78)
#313944
(49,57,68)
#2A303A
(42,48,58)
#232730
(35,39,48)
#1C1E26
(28,30,38)
#15151C
(21,21,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #546676

#546676
(84,102,118)
#637382
(99,115,130)
#72808E
(114,128,142)
#818D9A
(129,141,154)
#909AA6
(144,154,166)
#9FA7B2
(159,167,178)
#AEB4BE
(174,180,190)
#BDC1CA
(189,193,202)
#CCCED6
(204,206,214)
#DBDBE2
(219,219,226)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546676; }

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

This text font color is #546676.


Background Color

.myBgColor { background-color: #546676; }

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

This div background color is #546676.


Border color

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

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

This div border color is #546676.


Opacity

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

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

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

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

This text has shadow with #546676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546676 on black background.


Color preview on white background

This text has color #546676 on white background.



Black color preview on #546676 background

This text has black color on #546676 background.


White color preview on #546676 background

This text has white color on #546676 background.