COLOR #54444A

HEX: #54444A
RGB: (84,68,74)

Color info

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

RGB color model

#54444A color RGB value is (84,68,74).

  • red value is 84;
  • green value is 68;
  • blue value is 74.
RGB:
(84,68,74)
(33%,27%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 68 of 255 = 27%
B 74 of 255 = 29%

84
68
74

R + G + B ~ 30%. #54444A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 68 + 74 = 226 (100%)
R 84 of 226 ~ 37.17%
G 68 of 226 ~ 30.09%
B 74 of 226 ~ 32.74%

%37.17
%30.09
%32.74

CMYK color model

#54444A color CMYK value is (0,19,12,67).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 11.90%
  • key color value is 67.06%
CMYK:
(0,19,12,67)
C0M19Y12K67 
(0%,19%,12%,67%)
(0.00/0.19/0.12/0.67)	

CMYK percentages

%0
%19.05
%11.9
%67.06

Codes

Color #54444A in popluar color models

54444A
RGB846874
HSL338°10.53%29.80%
HSB/HSV338°19.05%32.94%
CMYK0.00%19.05%11.90%
67.06%

Color #54444A in popluar number systems.

HEX54444A
Decimal846874
Binary101010010001001001010
Octal124104112

Shades and tints

Shades of #54444A

#54444A
(84,68,74)
#4D3E44
(77,62,68)
#46383E
(70,56,62)
#3F3238
(63,50,56)
#382C32
(56,44,50)
#31262C
(49,38,44)
#2A2026
(42,32,38)
#231A20
(35,26,32)
#1C141A
(28,20,26)
#150E14
(21,14,20)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #54444A

#54444A
(84,68,74)
#63555A
(99,85,90)
#72666A
(114,102,106)
#81777A
(129,119,122)
#90888A
(144,136,138)
#9F999A
(159,153,154)
#AEAAAA
(174,170,170)
#BDBBBA
(189,187,186)
#CCCCCA
(204,204,202)
#DBDDDA
(219,221,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54444A color. Also use rgb(84,68,74) instead hex code.

Text Font Color

.myTextColor { color: #54444A; }

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

This text font color is #54444A.


Background Color

.myBgColor { background-color: #54444A; }

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

This div background color is #54444A.


Border color

.myBorderColor { border: 1px solid #54444A; }

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

This div border color is #54444A.


Opacity

.myOpacity80 { color: #54444A; opacity: 0.8; }

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

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

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

This text has shadow with #54444A color.

.textShadow {text-shadow: 3px 3px 1px #54444A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54444A on black background.


Color preview on white background

This text has color #54444A on white background.



Black color preview on #54444A background

This text has black color on #54444A background.


White color preview on #54444A background

This text has white color on #54444A background.