COLOR #54474C

HEX: #54474C
RGB: (84,71,76)

Color info

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

RGB color model

#54474C color RGB value is (84,71,76).

  • red value is 84;
  • green value is 71;
  • blue value is 76.
RGB:
(84,71,76)
(33%,28%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 71 of 255 = 28%
B 76 of 255 = 30%

84
71
76

R + G + B ~ 30%. #54474C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 71 + 76 = 231 (100%)
R 84 of 231 ~ 36.36%
G 71 of 231 ~ 30.74%
B 76 of 231 ~ 32.9%

%36.36
%30.74
%32.9

CMYK color model

#54474C color CMYK value is (0,15,10,67).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 9.52%
  • key color value is 67.06%
CMYK:
(0,15,10,67)
C0M15Y10K67 
(0%,15%,10%,67%)
(0.00/0.15/0.10/0.67)	

CMYK percentages

%0
%15.48
%9.52
%67.06

Codes

Color #54474C in popluar color models

54474C
RGB847176
HSL337°8.39%30.39%
HSB/HSV337°15.48%32.94%
CMYK0.00%15.48%9.52%
67.06%

Color #54474C in popluar number systems.

HEX54474C
Decimal847176
Binary101010010001111001100
Octal124107114

Shades and tints

Shades of #54474C

#54474C
(84,71,76)
#4D4146
(77,65,70)
#463B40
(70,59,64)
#3F353A
(63,53,58)
#382F34
(56,47,52)
#31292E
(49,41,46)
#2A2328
(42,35,40)
#231D22
(35,29,34)
#1C171C
(28,23,28)
#151116
(21,17,22)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #54474C

#54474C
(84,71,76)
#63575C
(99,87,92)
#72676C
(114,103,108)
#81777C
(129,119,124)
#90878C
(144,135,140)
#9F979C
(159,151,156)
#AEA7AC
(174,167,172)
#BDB7BC
(189,183,188)
#CCC7CC
(204,199,204)
#DBD7DC
(219,215,220)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54474C color. Also use rgb(84,71,76) instead hex code.

Text Font Color

.myTextColor { color: #54474C; }

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

This text font color is #54474C.


Background Color

.myBgColor { background-color: #54474C; }

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

This div background color is #54474C.


Border color

.myBorderColor { border: 1px solid #54474C; }

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

This div border color is #54474C.


Opacity

.myOpacity80 { color: #54474C; opacity: 0.8; }

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

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

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

This text has shadow with #54474C color.

.textShadow {text-shadow: 3px 3px 1px #54474C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54474C on black background.


Color preview on white background

This text has color #54474C on white background.



Black color preview on #54474C background

This text has black color on #54474C background.


White color preview on #54474C background

This text has white color on #54474C background.