COLOR #545446

HEX: #545446 RGB: (84,84,70)

Color info

#545446 contains red, green and blue colors in about the same proportion. Web safe color of #545446 is #666633 (or #663).

RGB color model

#545446 color RGB value is (84,84,70).

RGB: (84,84,70) (33%, 33%, 27%)

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 70 of 255 = 27%

84
84
70

R + G + B ~ 31%. #545446 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 84 + 70 = 238 (100%)
R 84 of 238 ~ 35.29%
G 84 of 238 ~ 35.29%
B 70 of 238 ~ 29.41'%

%35.29
%35.29
%29.41

CMYK color model

#545446 color CMYK value is (0,0,17,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 67.06%

CMYK: (0,0,17,67)
C0M0Y17K67 (0%, 0%, 17%, 67%)
(0.00 / 0.00 / 0.17 / 0.67)

CMYK percentages

%0
%0
%16.67
%67.06

Codes

Color #545446 in popluar color models

54 54 46
RGB 84 84 70
HSL 60° 9.09% 30.20%
HSB/HSV 60° 16.67% 32.94%
CMYK 0.00% 0.00% 16.67%
67.06%

Color #545446 in popluar number systems.

HEX 54 54 46
Decimal 84 84 70
Binary 1010100 1010100 1000110
Octal 124 124 106

Shades and tints

Shades of #545446

#545446
(84,84,70)
#4D4D40
(77,77,64)
#46463A
(70,70,58)
#3F3F34
(63,63,52)
#38382E
(56,56,46)
#313128
(49,49,40)
#2A2A22
(42,42,34)
#23231C
(35,35,28)
#1C1C16
(28,28,22)
#151510
(21,21,16)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #545446

#545446
(84,84,70)
#636356
(99,99,86)
#727266
(114,114,102)
#818176
(129,129,118)
#909086
(144,144,134)
#9F9F96
(159,159,150)
#AEAEA6
(174,174,166)
#BDBDB6
(189,189,182)
#CCCCC6
(204,204,198)
#DBDBD6
(219,219,214)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545446; }

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

This text font color is #545446.

Background Color

.myBgColor { background-color: #545446; }

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

This div background color is #545446.

Border color

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

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

This div border color is #545446.

Opacity

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

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

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

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

This text has shadow with #545446 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545446.

Preview

Color preview on black background

This text has color #545446 on black background.


Color preview on white background

This text has color #545446 on white background.


Black color preview on #545446 background

This text has black color on #545446 background.


White color preview on #545446 background

This text has white color on #545446 background.


Related colors

Complementary color

Complementary color for #hex is #ABABB9.


I love getcolorcode.com