COLOR #54414D

HEX: #54414D
RGB: (84,65,77)

Color info

#54414D contains red, green and blue colors in about the same proportion. Web safe color of #54414D is #663333 (or #633).

RGB color model

#54414D color RGB value is (84,65,77).

  • red value is 84;
  • green value is 65;
  • blue value is 77.
RGB:
(84,65,77)
(33%,25%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 65 of 255 = 25%
B 77 of 255 = 30%

84
65
77

R + G + B ~ 29%. #54414D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 65 + 77 = 226 (100%)
R 84 of 226 ~ 37.17%
G 65 of 226 ~ 28.76%
B 77 of 226 ~ 34.07%

%37.17
%28.76
%34.07

CMYK color model

#54414D color CMYK value is (0,23,8,67).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,23,8,67)
C0M23Y8K67 
(0%,23%,8%,67%)
(0.00/0.23/0.08/0.67)	

CMYK percentages

%0
%22.62
%8.33
%67.06

Codes

Color #54414D in popluar color models

54414D
RGB846577
HSL322°12.75%29.22%
HSB/HSV322°22.62%32.94%
CMYK0.00%22.62%8.33%
67.06%

Color #54414D in popluar number systems.

HEX54414D
Decimal846577
Binary101010010000011001101
Octal124101115

Shades and tints

Shades of #54414D

#54414D
(84,65,77)
#4D3C46
(77,60,70)
#46373F
(70,55,63)
#3F3238
(63,50,56)
#382D31
(56,45,49)
#31282A
(49,40,42)
#2A2323
(42,35,35)
#231E1C
(35,30,28)
#1C1915
(28,25,21)
#15140E
(21,20,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #54414D

#54414D
(84,65,77)
#63525D
(99,82,93)
#72636D
(114,99,109)
#81747D
(129,116,125)
#90858D
(144,133,141)
#9F969D
(159,150,157)
#AEA7AD
(174,167,173)
#BDB8BD
(189,184,189)
#CCC9CD
(204,201,205)
#DBDADD
(219,218,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54414D color. Also use rgb(84,65,77) instead hex code.

Text Font Color

.myTextColor { color: #54414D; }

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

This text font color is #54414D.


Background Color

.myBgColor { background-color: #54414D; }

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

This div background color is #54414D.


Border color

.myBorderColor { border: 1px solid #54414D; }

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

This div border color is #54414D.


Opacity

.myOpacity80 { color: #54414D; opacity: 0.8; }

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

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

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

This text has shadow with #54414D color.

.textShadow {text-shadow: 3px 3px 1px #54414D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54414D;
-webkit-box-shadow: 1px 1px 3px 2px #54414D;
box-shadow:1px 1px 3px 2px #54414D;">
Div content here</div>
This div box has shadow with color #54414D.

Preview

Color preview on black background

This text has color #54414D on black background.


Color preview on white background

This text has color #54414D on white background.



Black color preview on #54414D background

This text has black color on #54414D background.


White color preview on #54414D background

This text has white color on #54414D background.