COLOR #545D6E

HEX: #545D6E
RGB: (84,93,110)

Color info

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

RGB color model

#545D6E color RGB value is (84,93,110).

  • red value is 84;
  • green value is 93;
  • blue value is 110.
RGB:
(84,93,110)
(33%,36%,43%)

RGB channels and saturation

R 84 of 255 = 33%
G 93 of 255 = 36%
B 110 of 255 = 43%

84
93
110

R + G + B ~ 37%. #545D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 93 + 110 = 287 (100%)
R 84 of 287 ~ 29.27%
G 93 of 287 ~ 32.4%
B 110 of 287 ~ 38.33%

%29.27
%32.4
%38.33

CMYK color model

#545D6E color CMYK value is (24,15,0,57).

  • cyan value is 23.64%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(24,15,0,57)
C24M15Y0K57 
(24%,15%,0%,57%)
(0.24/0.15/0.00/0.57)	

CMYK percentages

%23.64
%15.45
%0
%56.86

Codes

Color #545D6E in popluar color models

545D6E
RGB8493110
HSL219°13.40%38.04%
HSB/HSV219°23.64%43.14%
CMYK23.64%15.45%0.00%
56.86%

Color #545D6E in popluar number systems.

HEX545D6E
Decimal8493110
Binary101010010111011101110
Octal124135156

Shades and tints

Shades of #545D6E

#545D6E
(84,93,110)
#4D5564
(77,85,100)
#464D5A
(70,77,90)
#3F4550
(63,69,80)
#383D46
(56,61,70)
#31353C
(49,53,60)
#2A2D32
(42,45,50)
#232528
(35,37,40)
#1C1D1E
(28,29,30)
#151514
(21,21,20)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #545D6E

#545D6E
(84,93,110)
#636B7B
(99,107,123)
#727988
(114,121,136)
#818795
(129,135,149)
#9095A2
(144,149,162)
#9FA3AF
(159,163,175)
#AEB1BC
(174,177,188)
#BDBFC9
(189,191,201)
#CCCDD6
(204,205,214)
#DBDBE3
(219,219,227)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545D6E color. Also use rgb(84,93,110) instead hex code.

Text Font Color

.myTextColor { color: #545D6E; }

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

This text font color is #545D6E.


Background Color

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

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

This div background color is #545D6E.


Border color

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

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

This div border color is #545D6E.


Opacity

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

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

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

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

This text has shadow with #545D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545D6E on black background.


Color preview on white background

This text has color #545D6E on white background.



Black color preview on #545D6E background

This text has black color on #545D6E background.


White color preview on #545D6E background

This text has white color on #545D6E background.