COLOR #545563

HEX: #545563
RGB: (84,85,99)

Color info

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

RGB color model

#545563 color RGB value is (84,85,99).

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

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 99 of 255 = 39%

84
85
99

R + G + B ~ 35%. #545563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 99 = 268 (100%)
R 84 of 268 ~ 31.34%
G 85 of 268 ~ 31.72%
B 99 of 268 ~ 36.94%

%31.34
%31.72
%36.94

CMYK color model

#545563 color CMYK value is (15,14,0,61).

  • cyan value is 15.15%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(15,14,0,61)
C15M14Y0K61 
(15%,14%,0%,61%)
(0.15/0.14/0.00/0.61)	

CMYK percentages

%15.15
%14.14
%0
%61.18

Codes

Color #545563 in popluar color models

545563
RGB848599
HSL236°8.20%35.88%
HSB/HSV236°15.15%38.82%
CMYK15.15%14.14%0.00%
61.18%

Color #545563 in popluar number systems.

HEX545563
Decimal848599
Binary101010010101011100011
Octal124125143

Shades and tints

Shades of #545563

#545563
(84,85,99)
#4D4E5A
(77,78,90)
#464751
(70,71,81)
#3F4048
(63,64,72)
#38393F
(56,57,63)
#313236
(49,50,54)
#2A2B2D
(42,43,45)
#232424
(35,36,36)
#1C1D1B
(28,29,27)
#151612
(21,22,18)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #545563

#545563
(84,85,99)
#636471
(99,100,113)
#72737F
(114,115,127)
#81828D
(129,130,141)
#90919B
(144,145,155)
#9FA0A9
(159,160,169)
#AEAFB7
(174,175,183)
#BDBEC5
(189,190,197)
#CCCDD3
(204,205,211)
#DBDCE1
(219,220,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545563; }

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

This text font color is #545563.


Background Color

.myBgColor { background-color: #545563; }

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

This div background color is #545563.


Border color

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

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

This div border color is #545563.


Opacity

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

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

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

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

This text has shadow with #545563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545563 on black background.


Color preview on white background

This text has color #545563 on white background.



Black color preview on #545563 background

This text has black color on #545563 background.


White color preview on #545563 background

This text has white color on #545563 background.