COLOR #545A74

HEX: #545A74
RGB: (84,90,116)

Color info

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

RGB color model

#545A74 color RGB value is (84,90,116).

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

RGB channels and saturation

R 84 of 255 = 33%
G 90 of 255 = 35%
B 116 of 255 = 45%

84
90
116

R + G + B ~ 38%. #545A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 90 + 116 = 290 (100%)
R 84 of 290 ~ 28.97%
G 90 of 290 ~ 31.03%
B 116 of 290 ~ 40%

%28.97
%31.03
%40

CMYK color model

#545A74 color CMYK value is (28,22,0,55).

  • cyan value is 27.59%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(28,22,0,55)
C28M22Y0K55 
(28%,22%,0%,55%)
(0.28/0.22/0.00/0.55)	

CMYK percentages

%27.59
%22.41
%0
%54.51

Codes

Color #545A74 in popluar color models

545A74
RGB8490116
HSL229°16.00%39.22%
HSB/HSV229°27.59%45.49%
CMYK27.59%22.41%0.00%
54.51%

Color #545A74 in popluar number systems.

HEX545A74
Decimal8490116
Binary101010010110101110100
Octal124132164

Shades and tints

Shades of #545A74

#545A74
(84,90,116)
#4D526A
(77,82,106)
#464A60
(70,74,96)
#3F4256
(63,66,86)
#383A4C
(56,58,76)
#313242
(49,50,66)
#2A2A38
(42,42,56)
#23222E
(35,34,46)
#1C1A24
(28,26,36)
#15121A
(21,18,26)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #545A74

#545A74
(84,90,116)
#636980
(99,105,128)
#72788C
(114,120,140)
#818798
(129,135,152)
#9096A4
(144,150,164)
#9FA5B0
(159,165,176)
#AEB4BC
(174,180,188)
#BDC3C8
(189,195,200)
#CCD2D4
(204,210,212)
#DBE1E0
(219,225,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545A74; }

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

This text font color is #545A74.


Background Color

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

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

This div background color is #545A74.


Border color

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

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

This div border color is #545A74.


Opacity

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

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

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

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

This text has shadow with #545A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545A74 on black background.


Color preview on white background

This text has color #545A74 on white background.



Black color preview on #545A74 background

This text has black color on #545A74 background.


White color preview on #545A74 background

This text has white color on #545A74 background.