COLOR #54424B

HEX: #54424B
RGB: (84,66,75)

Color info

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

RGB color model

#54424B color RGB value is (84,66,75).

  • red value is 84;
  • green value is 66;
  • blue value is 75.
RGB:
(84,66,75)
(33%,26%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 66 of 255 = 26%
B 75 of 255 = 29%

84
66
75

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

Portions of RGB colors in percentages

R + G + B =
84 + 66 + 75 = 225 (100%)
R 84 of 225 ~ 37.33%
G 66 of 225 ~ 29.33%
B 75 of 225 ~ 33.33%

%37.33
%29.33
%33.33

CMYK color model

#54424B color CMYK value is (0,21,11,67).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 10.71%
  • key color value is 67.06%
CMYK:
(0,21,11,67)
C0M21Y11K67 
(0%,21%,11%,67%)
(0.00/0.21/0.11/0.67)	

CMYK percentages

%0
%21.43
%10.71
%67.06

Codes

Color #54424B in popluar color models

54424B
RGB846675
HSL330°12.00%29.41%
HSB/HSV330°21.43%32.94%
CMYK0.00%21.43%10.71%
67.06%

Color #54424B in popluar number systems.

HEX54424B
Decimal846675
Binary101010010000101001011
Octal124102113

Shades and tints

Shades of #54424B

#54424B
(84,66,75)
#4D3C45
(77,60,69)
#46363F
(70,54,63)
#3F3039
(63,48,57)
#382A33
(56,42,51)
#31242D
(49,36,45)
#2A1E27
(42,30,39)
#231821
(35,24,33)
#1C121B
(28,18,27)
#150C15
(21,12,21)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #54424B

#54424B
(84,66,75)
#63535B
(99,83,91)
#72646B
(114,100,107)
#81757B
(129,117,123)
#90868B
(144,134,139)
#9F979B
(159,151,155)
#AEA8AB
(174,168,171)
#BDB9BB
(189,185,187)
#CCCACB
(204,202,203)
#DBDBDB
(219,219,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54424B color. Also use rgb(84,66,75) instead hex code.

Text Font Color

.myTextColor { color: #54424B; }

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

This text font color is #54424B.


Background Color

.myBgColor { background-color: #54424B; }

<div style="background-color:#54424B">Inner text</div>

This div background color is #54424B.


Border color

.myBorderColor { border: 1px solid #54424B; }

<div style="border:3px solid #54424B">Div</div>

This div border color is #54424B.


Opacity

.myOpacity80 { color: #54424B; opacity: 0.8; }

<p style="color:#54424B;opacity:0.8;">80%</p>

Text with #54424B 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 #54424B;}

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

This text has shadow with #54424B color.

.textShadow {text-shadow: 3px 3px 1px #54424B, 3px 3px 1px red;}

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

This text has shadow with #54424B primary color and red secondary color.


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

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

This text has shadow with #54424B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54424B on black background.


Color preview on white background

This text has color #54424B on white background.



Black color preview on #54424B background

This text has black color on #54424B background.


White color preview on #54424B background

This text has white color on #54424B background.