COLOR #546766

HEX: #546766
RGB: (84,103,102)

Color info

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

RGB color model

#546766 color RGB value is (84,103,102).

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

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 102 of 255 = 40%

84
103
102

R + G + B ~ 38%. #546766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 102 = 289 (100%)
R 84 of 289 ~ 29.07%
G 103 of 289 ~ 35.64%
B 102 of 289 ~ 35.29%

%29.07
%35.64
%35.29

CMYK color model

#546766 color CMYK value is (18,0,1,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 59.61%
CMYK: (18,0,1,60) C18M0Y1K60 (18%,0%,1%,60%) (0.18/0.00/0.01/0.60)

CMYK percentages

%18.45
%0
%0.97
%59.61

Codes

Color #546766 in popluar color models

546766
RGB84103102
HSL177°10.16%36.67%
HSB/HSV177°18.45%40.39%
CMYK18.45%0.00%0.97%
59.61%

Color #546766 in popluar number systems.

HEX546766
Decimal84103102
Binary101010011001111100110
Octal124147146

Shades and tints

Shades of #546766

#546766
(84,103,102)
#4D5E5D
(77,94,93)
#465554
(70,85,84)
#3F4C4B
(63,76,75)
#384342
(56,67,66)
#313A39
(49,58,57)
#2A3130
(42,49,48)
#232827
(35,40,39)
#1C1F1E
(28,31,30)
#151615
(21,22,21)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #546766

#546766
(84,103,102)
#637473
(99,116,115)
#728180
(114,129,128)
#818E8D
(129,142,141)
#909B9A
(144,155,154)
#9FA8A7
(159,168,167)
#AEB5B4
(174,181,180)
#BDC2C1
(189,194,193)
#CCCFCE
(204,207,206)
#DBDCDB
(219,220,219)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546766; }

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

This text font color is #546766.


Background Color

.myBgColor { background-color: #546766; }

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

This div background color is #546766.


Border color

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

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

This div border color is #546766.


Opacity

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

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

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

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

This text has shadow with #546766 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #546766 on black background.


Color preview on white background

This text has color #546766 on white background.



Black color preview on #546766 background

This text has black color on #546766 background.


White color preview on #546766 background

This text has white color on #546766 background.