COLOR #546C7B

HEX: #546C7B
RGB: (84,108,123)

Color info

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

RGB color model

#546C7B color RGB value is (84,108,123).

  • red value is 84;
  • green value is 108;
  • blue value is 123.
RGB:
(84,108,123)
(33%,42%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 108 of 255 = 42%
B 123 of 255 = 48%

84
108
123

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

Portions of RGB colors in percentages

R + G + B =
84 + 108 + 123 = 315 (100%)
R 84 of 315 ~ 26.67%
G 108 of 315 ~ 34.29%
B 123 of 315 ~ 39.05%

%26.67
%34.29
%39.05

CMYK color model

#546C7B color CMYK value is (32,12,0,52).

  • cyan value is 31.71%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(32,12,0,52)
C32M12Y0K52 
(32%,12%,0%,52%)
(0.32/0.12/0.00/0.52)	

CMYK percentages

%31.71
%12.2
%0
%51.76

Codes

Color #546C7B in popluar color models

546C7B
RGB84108123
HSL203°18.84%40.59%
HSB/HSV203°31.71%48.24%
CMYK31.71%12.20%0.00%
51.76%

Color #546C7B in popluar number systems.

HEX546C7B
Decimal84108123
Binary101010011011001111011
Octal124154173

Shades and tints

Shades of #546C7B

#546C7B
(84,108,123)
#4D6370
(77,99,112)
#465A65
(70,90,101)
#3F515A
(63,81,90)
#38484F
(56,72,79)
#313F44
(49,63,68)
#2A3639
(42,54,57)
#232D2E
(35,45,46)
#1C2423
(28,36,35)
#151B18
(21,27,24)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #546C7B

#546C7B
(84,108,123)
#637987
(99,121,135)
#728693
(114,134,147)
#81939F
(129,147,159)
#90A0AB
(144,160,171)
#9FADB7
(159,173,183)
#AEBAC3
(174,186,195)
#BDC7CF
(189,199,207)
#CCD4DB
(204,212,219)
#DBE1E7
(219,225,231)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546C7B color. Also use rgb(84,108,123) instead hex code.

Text Font Color

.myTextColor { color: #546C7B; }

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

This text font color is #546C7B.


Background Color

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

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

This div background color is #546C7B.


Border color

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

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

This div border color is #546C7B.


Opacity

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

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

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

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

This text has shadow with #546C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546C7B on black background.


Color preview on white background

This text has color #546C7B on white background.



Black color preview on #546C7B background

This text has black color on #546C7B background.


White color preview on #546C7B background

This text has white color on #546C7B background.