COLOR #54454B

HEX: #54454B
RGB: (84,69,75)

Color info

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

RGB color model

#54454B color RGB value is (84,69,75).

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

RGB channels and saturation

R 84 of 255 = 33%
G 69 of 255 = 27%
B 75 of 255 = 29%

84
69
75

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

Portions of RGB colors in percentages

R + G + B =
84 + 69 + 75 = 228 (100%)
R 84 of 228 ~ 36.84%
G 69 of 228 ~ 30.26%
B 75 of 228 ~ 32.89%

%36.84
%30.26
%32.89

CMYK color model

#54454B color CMYK value is (0,18,11,67).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 10.71%
  • key color value is 67.06%
CMYK:
(0,18,11,67)
C0M18Y11K67 
(0%,18%,11%,67%)
(0.00/0.18/0.11/0.67)	

CMYK percentages

%0
%17.86
%10.71
%67.06

Codes

Color #54454B in popluar color models

54454B
RGB846975
HSL336°9.80%30.00%
HSB/HSV336°17.86%32.94%
CMYK0.00%17.86%10.71%
67.06%

Color #54454B in popluar number systems.

HEX54454B
Decimal846975
Binary101010010001011001011
Octal124105113

Shades and tints

Shades of #54454B

#54454B
(84,69,75)
#4D3F45
(77,63,69)
#46393F
(70,57,63)
#3F3339
(63,51,57)
#382D33
(56,45,51)
#31272D
(49,39,45)
#2A2127
(42,33,39)
#231B21
(35,27,33)
#1C151B
(28,21,27)
#150F15
(21,15,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #54454B

#54454B
(84,69,75)
#63555B
(99,85,91)
#72656B
(114,101,107)
#81757B
(129,117,123)
#90858B
(144,133,139)
#9F959B
(159,149,155)
#AEA5AB
(174,165,171)
#BDB5BB
(189,181,187)
#CCC5CB
(204,197,203)
#DBD5DB
(219,213,219)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54454B; }

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

This text font color is #54454B.


Background Color

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

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

This div background color is #54454B.


Border color

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

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

This div border color is #54454B.


Opacity

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

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

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

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

This text has shadow with #54454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54454B on black background.


Color preview on white background

This text has color #54454B on white background.



Black color preview on #54454B background

This text has black color on #54454B background.


White color preview on #54454B background

This text has white color on #54454B background.