COLOR #545066

HEX: #545066
RGB: (84,80,102)

Color info

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

RGB color model

#545066 color RGB value is (84,80,102).

  • red value is 84;
  • green value is 80;
  • blue value is 102.
RGB:
(84,80,102)
(33%,31%,40%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 102 of 255 = 40%

84
80
102

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

Portions of RGB colors in percentages

R + G + B =
84 + 80 + 102 = 266 (100%)
R 84 of 266 ~ 31.58%
G 80 of 266 ~ 30.08%
B 102 of 266 ~ 38.35%

%31.58
%30.08
%38.35

CMYK color model

#545066 color CMYK value is (18,22,0,60).

  • cyan value is 17.65%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(18,22,0,60)
C18M22Y0K60 
(18%,22%,0%,60%)
(0.18/0.22/0.00/0.60)	

CMYK percentages

%17.65
%21.57
%0
%60

Codes

Color #545066 in popluar color models

545066
RGB8480102
HSL251°12.09%35.69%
HSB/HSV251°21.57%40.00%
CMYK17.65%21.57%0.00%
60.00%

Color #545066 in popluar number systems.

HEX545066
Decimal8480102
Binary101010010100001100110
Octal124120146

Shades and tints

Shades of #545066

#545066
(84,80,102)
#4D495D
(77,73,93)
#464254
(70,66,84)
#3F3B4B
(63,59,75)
#383442
(56,52,66)
#312D39
(49,45,57)
#2A2630
(42,38,48)
#231F27
(35,31,39)
#1C181E
(28,24,30)
#151115
(21,17,21)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #545066

#545066
(84,80,102)
#635F73
(99,95,115)
#726E80
(114,110,128)
#817D8D
(129,125,141)
#908C9A
(144,140,154)
#9F9BA7
(159,155,167)
#AEAAB4
(174,170,180)
#BDB9C1
(189,185,193)
#CCC8CE
(204,200,206)
#DBD7DB
(219,215,219)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545066 color. Also use rgb(84,80,102) instead hex code.

Text Font Color

.myTextColor { color: #545066; }

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

This text font color is #545066.


Background Color

.myBgColor { background-color: #545066; }

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

This div background color is #545066.


Border color

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

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

This div border color is #545066.


Opacity

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

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

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

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

This text has shadow with #545066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545066 on black background.


Color preview on white background

This text has color #545066 on white background.



Black color preview on #545066 background

This text has black color on #545066 background.


White color preview on #545066 background

This text has white color on #545066 background.