COLOR #545462

HEX: #545462 RGB: (84,84,98)

Color info

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

RGB color model

#545462 color RGB value is (84,84,98).

RGB: (84,84,98) (33%, 33%, 38%)

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 98 of 255 = 38%

84
84
98

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

Portions of RGB colors in percentages

R + G + B = 84 + 84 + 98 = 266 (100%)
R 84 of 266 ~ 31.58%
G 84 of 266 ~ 31.58%
B 98 of 266 ~ 36.84'%

%31.58
%31.58
%36.84

CMYK color model

#545462 color CMYK value is (14,14,0,62).

  • cyan value is 14.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (14,14,0,62)
C14M14Y0K62 (14%, 14%, 0%, 62%)
(0.14 / 0.14 / 0.00 / 0.62)

CMYK percentages

%14.29
%14.29
%0
%61.57

Codes

Color #545462 in popluar color models

54 54 62
RGB 84 84 98
HSL 240° 7.69% 35.69%
HSB/HSV 240° 14.29% 38.43%
CMYK 14.29% 14.29% 0.00%
61.57%

Color #545462 in popluar number systems.

HEX 54 54 62
Decimal 84 84 98
Binary 1010100 1010100 1100010
Octal 124 124 142

Shades and tints

Shades of #545462

#545462
(84,84,98)
#4D4D5A
(77,77,90)
#464652
(70,70,82)
#3F3F4A
(63,63,74)
#383842
(56,56,66)
#31313A
(49,49,58)
#2A2A32
(42,42,50)
#23232A
(35,35,42)
#1C1C22
(28,28,34)
#15151A
(21,21,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #545462

#545462
(84,84,98)
#636370
(99,99,112)
#72727E
(114,114,126)
#81818C
(129,129,140)
#90909A
(144,144,154)
#9F9FA8
(159,159,168)
#AEAEB6
(174,174,182)
#BDBDC4
(189,189,196)
#CCCCD2
(204,204,210)
#DBDBE0
(219,219,224)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545462; }

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

This text font color is #545462.

Background Color

.myBgColor { background-color: #545462; }

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

This div background color is #545462.

Border color

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

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

This div border color is #545462.

Opacity

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

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

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

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

This text has shadow with #545462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545462.

Preview

Color preview on black background

This text has color #545462 on black background.


Color preview on white background

This text has color #545462 on white background.


Black color preview on #545462 background

This text has black color on #545462 background.


White color preview on #545462 background

This text has white color on #545462 background.


Related colors

Complementary color

Complementary color for #hex is #ABAB9D.


I love getcolorcode.com