COLOR #545459

HEX: #545459 RGB: (84,84,89)

Color info

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

RGB color model

#545459 color RGB value is (84,84,89).

RGB: (84,84,89) (33%, 33%, 35%)

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 89 of 255 = 35%

84
84
89

R + G + B ~ 34%. #545459 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 84 + 89 = 257 (100%)
R 84 of 257 ~ 32.68%
G 84 of 257 ~ 32.68%
B 89 of 257 ~ 34.63'%

%32.68
%32.68
%34.63

CMYK color model

#545459 color CMYK value is (6,6,0,65).

  • cyan value is 5.62%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (6,6,0,65)
C6M6Y0K65 (6%, 6%, 0%, 65%)
(0.06 / 0.06 / 0.00 / 0.65)

CMYK percentages

%5.62
%5.62
%0
%65.1

Codes

Color #545459 in popluar color models

54 54 59
RGB 84 84 89
HSL 240° 2.89% 33.92%
HSB/HSV 240° 5.62% 34.90%
CMYK 5.62% 5.62% 0.00%
65.10%

Color #545459 in popluar number systems.

HEX 54 54 59
Decimal 84 84 89
Binary 1010100 1010100 1011001
Octal 124 124 131

Shades and tints

Shades of #545459

#545459
(84,84,89)
#4D4D51
(77,77,81)
#464649
(70,70,73)
#3F3F41
(63,63,65)
#383839
(56,56,57)
#313131
(49,49,49)
#2A2A29
(42,42,41)
#232321
(35,35,33)
#1C1C19
(28,28,25)
#151511
(21,21,17)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #545459

#545459
(84,84,89)
#636368
(99,99,104)
#727277
(114,114,119)
#818186
(129,129,134)
#909095
(144,144,149)
#9F9FA4
(159,159,164)
#AEAEB3
(174,174,179)
#BDBDC2
(189,189,194)
#CCCCD1
(204,204,209)
#DBDBE0
(219,219,224)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545459; }

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

This text font color is #545459.

Background Color

.myBgColor { background-color: #545459; }

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

This div background color is #545459.

Border color

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

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

This div border color is #545459.

Opacity

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

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

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

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

This text has shadow with #545459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545459.

Preview

Color preview on black background

This text has color #545459 on black background.


Color preview on white background

This text has color #545459 on white background.


Black color preview on #545459 background

This text has black color on #545459 background.


White color preview on #545459 background

This text has white color on #545459 background.


Related colors

Complementary color

Complementary color for #hex is #ABABA6.


I love getcolorcode.com