COLOR #545A63

HEX: #545A63
RGB: (84,90,99)

Color info

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

RGB color model

#545A63 color RGB value is (84,90,99).

  • red value is 84;
  • green value is 90;
  • blue value is 99.
RGB:
(84,90,99)
(33%,35%,39%)

RGB channels and saturation

R 84 of 255 = 33%
G 90 of 255 = 35%
B 99 of 255 = 39%

84
90
99

R + G + B ~ 36%. #545A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 90 + 99 = 273 (100%)
R 84 of 273 ~ 30.77%
G 90 of 273 ~ 32.97%
B 99 of 273 ~ 36.26%

%30.77
%32.97
%36.26

CMYK color model

#545A63 color CMYK value is (15,9,0,61).

  • cyan value is 15.15%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(15,9,0,61)
C15M9Y0K61 
(15%,9%,0%,61%)
(0.15/0.09/0.00/0.61)	

CMYK percentages

%15.15
%9.09
%0
%61.18

Codes

Color #545A63 in popluar color models

545A63
RGB849099
HSL216°8.20%35.88%
HSB/HSV216°15.15%38.82%
CMYK15.15%9.09%0.00%
61.18%

Color #545A63 in popluar number systems.

HEX545A63
Decimal849099
Binary101010010110101100011
Octal124132143

Shades and tints

Shades of #545A63

#545A63
(84,90,99)
#4D525A
(77,82,90)
#464A51
(70,74,81)
#3F4248
(63,66,72)
#383A3F
(56,58,63)
#313236
(49,50,54)
#2A2A2D
(42,42,45)
#232224
(35,34,36)
#1C1A1B
(28,26,27)
#151212
(21,18,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #545A63

#545A63
(84,90,99)
#636971
(99,105,113)
#72787F
(114,120,127)
#81878D
(129,135,141)
#90969B
(144,150,155)
#9FA5A9
(159,165,169)
#AEB4B7
(174,180,183)
#BDC3C5
(189,195,197)
#CCD2D3
(204,210,211)
#DBE1E1
(219,225,225)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545A63 color. Also use rgb(84,90,99) instead hex code.

Text Font Color

.myTextColor { color: #545A63; }

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

This text font color is #545A63.


Background Color

.myBgColor { background-color: #545A63; }

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

This div background color is #545A63.


Border color

.myBorderColor { border: 1px solid #545A63; }

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

This div border color is #545A63.


Opacity

.myOpacity80 { color: #545A63; opacity: 0.8; }

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

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

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

This text has shadow with #545A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545A63 on black background.


Color preview on white background

This text has color #545A63 on white background.



Black color preview on #545A63 background

This text has black color on #545A63 background.


White color preview on #545A63 background

This text has white color on #545A63 background.