COLOR #546A68

HEX: #546A68
RGB: (84,106,104)

Color info

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

RGB color model

#546A68 color RGB value is (84,106,104).

  • red value is 84;
  • green value is 106;
  • blue value is 104.
RGB:
(84,106,104)
(33%,42%,41%)

RGB channels and saturation

R 84 of 255 = 33%
G 106 of 255 = 42%
B 104 of 255 = 41%

84
106
104

R + G + B ~ 39%. #546A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 106 + 104 = 294 (100%)
R 84 of 294 ~ 28.57%
G 106 of 294 ~ 36.05%
B 104 of 294 ~ 35.37%

%28.57
%36.05
%35.37

CMYK color model

#546A68 color CMYK value is (21,0,2,58).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 58.43%
CMYK:
(21,0,2,58)
C21M0Y2K58 
(21%,0%,2%,58%)
(0.21/0.00/0.02/0.58)	

CMYK percentages

%20.75
%0
%1.89
%58.43

Codes

Color #546A68 in popluar color models

546A68
RGB84106104
HSL175°11.58%37.25%
HSB/HSV175°20.75%41.57%
CMYK20.75%0.00%1.89%
58.43%

Color #546A68 in popluar number systems.

HEX546A68
Decimal84106104
Binary101010011010101101000
Octal124152150

Shades and tints

Shades of #546A68

#546A68
(84,106,104)
#4D615F
(77,97,95)
#465856
(70,88,86)
#3F4F4D
(63,79,77)
#384644
(56,70,68)
#313D3B
(49,61,59)
#2A3432
(42,52,50)
#232B29
(35,43,41)
#1C2220
(28,34,32)
#151917
(21,25,23)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #546A68

#546A68
(84,106,104)
#637775
(99,119,117)
#728482
(114,132,130)
#81918F
(129,145,143)
#909E9C
(144,158,156)
#9FABA9
(159,171,169)
#AEB8B6
(174,184,182)
#BDC5C3
(189,197,195)
#CCD2D0
(204,210,208)
#DBDFDD
(219,223,221)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546A68; }

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

This text font color is #546A68.


Background Color

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

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

This div background color is #546A68.


Border color

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

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

This div border color is #546A68.


Opacity

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

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

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

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

This text has shadow with #546A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546A68 on black background.


Color preview on white background

This text has color #546A68 on white background.



Black color preview on #546A68 background

This text has black color on #546A68 background.


White color preview on #546A68 background

This text has white color on #546A68 background.