COLOR #545D4D

HEX: #545D4D RGB: (84,93,77)

Color info

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

RGB color model

#545D4D color RGB value is (84,93,77).

RGB: (84,93,77) (33%, 36%, 30%)

RGB channels and saturation

R 84 of 255 = 33%
G 93 of 255 = 36%
B 77 of 255 = 30%

84
93
77

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

Portions of RGB colors in percentages

R + G + B = 84 + 93 + 77 = 254 (100%)
R 84 of 254 ~ 33.07%
G 93 of 254 ~ 36.61%
B 77 of 254 ~ 30.31'%

%33.07
%36.61
%30.31

CMYK color model

#545D4D color CMYK value is (10,0,17,64).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 63.53%

CMYK: (10,0,17,64)
C10M0Y17K64 (10%, 0%, 17%, 64%)
(0.10 / 0.00 / 0.17 / 0.64)

CMYK percentages

%9.68
%0
%17.2
%63.53

Codes

Color #545D4D in popluar color models

54 5D 4D
RGB 84 93 77
HSL 94° 9.41% 33.33%
HSB/HSV 94° 17.20% 36.47%
CMYK 9.68% 0.00% 17.20%
63.53%

Color #545D4D in popluar number systems.

HEX 54 5D 4D
Decimal 84 93 77
Binary 1010100 1011101 1001101
Octal 124 135 115

Shades and tints

Shades of #545D4D

#545D4D
(84,93,77)
#4D5546
(77,85,70)
#464D3F
(70,77,63)
#3F4538
(63,69,56)
#383D31
(56,61,49)
#31352A
(49,53,42)
#2A2D23
(42,45,35)
#23251C
(35,37,28)
#1C1D15
(28,29,21)
#15150E
(21,21,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #545D4D

#545D4D
(84,93,77)
#636B5D
(99,107,93)
#72796D
(114,121,109)
#81877D
(129,135,125)
#90958D
(144,149,141)
#9FA39D
(159,163,157)
#AEB1AD
(174,177,173)
#BDBFBD
(189,191,189)
#CCCDCD
(204,205,205)
#DBDBDD
(219,219,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545D4D; }

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

This text font color is #545D4D.

Background Color

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

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

This div background color is #545D4D.

Border color

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

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

This div border color is #545D4D.

Opacity

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

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

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

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

This text has shadow with #545D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545D4D.

Preview

Color preview on black background

This text has color #545D4D on black background.


Color preview on white background

This text has color #545D4D on white background.


Black color preview on #545D4D background

This text has black color on #545D4D background.


White color preview on #545D4D background

This text has white color on #545D4D background.


Related colors

Complementary color

Complementary color for #hex is #ABA2B2.


I love getcolorcode.com

Triadic colors

1 #4D545D and #5D4D54 with #545D4D are triadic colors.

2 #4D5D54 and #5D544D with #545D4D are triadic colors.