COLOR #545A4D

HEX: #545A4D RGB: (84,90,77)

Color info

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

RGB color model

#545A4D color RGB value is (84,90,77).

RGB: (84,90,77) (33%, 35%, 30%)

RGB channels and saturation

R 84 of 255 = 33%
G 90 of 255 = 35%
B 77 of 255 = 30%

84
90
77

R + G + B ~ 33%. #545A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 90 + 77 = 251 (100%)
R 84 of 251 ~ 33.47%
G 90 of 251 ~ 35.86%
B 77 of 251 ~ 30.68'%

%33.47
%35.86
%30.68

CMYK color model

#545A4D color CMYK value is (7,0,14,65).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 64.71%

CMYK: (7,0,14,65)
C7M0Y14K65 (7%, 0%, 14%, 65%)
(0.07 / 0.00 / 0.14 / 0.65)

CMYK percentages

%6.67
%0
%14.44
%64.71

Codes

Color #545A4D in popluar color models

54 5A 4D
RGB 84 90 77
HSL 88° 7.78% 32.75%
HSB/HSV 88° 14.44% 35.29%
CMYK 6.67% 0.00% 14.44%
64.71%

Color #545A4D in popluar number systems.

HEX 54 5A 4D
Decimal 84 90 77
Binary 1010100 1011010 1001101
Octal 124 132 115

Shades and tints

Shades of #545A4D

#545A4D
(84,90,77)
#4D5246
(77,82,70)
#464A3F
(70,74,63)
#3F4238
(63,66,56)
#383A31
(56,58,49)
#31322A
(49,50,42)
#2A2A23
(42,42,35)
#23221C
(35,34,28)
#1C1A15
(28,26,21)
#15120E
(21,18,14)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #545A4D

#545A4D
(84,90,77)
#63695D
(99,105,93)
#72786D
(114,120,109)
#81877D
(129,135,125)
#90968D
(144,150,141)
#9FA59D
(159,165,157)
#AEB4AD
(174,180,173)
#BDC3BD
(189,195,189)
#CCD2CD
(204,210,205)
#DBE1DD
(219,225,221)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545A4D; }

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

This text font color is #545A4D.

Background Color

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

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

This div background color is #545A4D.

Border color

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

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

This div border color is #545A4D.

Opacity

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

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

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

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

This text has shadow with #545A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545A4D.

Preview

Color preview on black background

This text has color #545A4D on black background.


Color preview on white background

This text has color #545A4D on white background.


Black color preview on #545A4D background

This text has black color on #545A4D background.


White color preview on #545A4D background

This text has white color on #545A4D background.


Related colors

Complementary color

Complementary color for #hex is #ABA5B2.


I love getcolorcode.com

Triadic colors

1 #4D545A and #5A4D54 with #545A4D are triadic colors.

2 #4D5A54 and #5A544D with #545A4D are triadic colors.