COLOR #54534D

HEX: #54534D
RGB: (84,83,77)

Color info

#54534D contains red, green and blue colors in about the same proportion. Web safe color of #54534D is #666633 (or #663).

RGB color model

#54534D color RGB value is (84,83,77).

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

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 77 of 255 = 30%

84
83
77

R + G + B ~ 32%. #54534D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 77 = 244 (100%)
R 84 of 244 ~ 34.43%
G 83 of 244 ~ 34.02%
B 77 of 244 ~ 31.56%

%34.43
%34.02
%31.56

CMYK color model

#54534D color CMYK value is (0,1,8,67).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,1,8,67)
C0M1Y8K67 
(0%,1%,8%,67%)
(0.00/0.01/0.08/0.67)	

CMYK percentages

%0
%1.19
%8.33
%67.06

Codes

Color #54534D in popluar color models

54534D
RGB848377
HSL51°4.35%31.57%
HSB/HSV51°8.33%32.94%
CMYK0.00%1.19%8.33%
67.06%

Color #54534D in popluar number systems.

HEX54534D
Decimal848377
Binary101010010100111001101
Octal124123115

Shades and tints

Shades of #54534D

#54534D
(84,83,77)
#4D4C46
(77,76,70)
#46453F
(70,69,63)
#3F3E38
(63,62,56)
#383731
(56,55,49)
#31302A
(49,48,42)
#2A2923
(42,41,35)
#23221C
(35,34,28)
#1C1B15
(28,27,21)
#15140E
(21,20,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #54534D

#54534D
(84,83,77)
#63625D
(99,98,93)
#72716D
(114,113,109)
#81807D
(129,128,125)
#908F8D
(144,143,141)
#9F9E9D
(159,158,157)
#AEADAD
(174,173,173)
#BDBCBD
(189,188,189)
#CCCBCD
(204,203,205)
#DBDADD
(219,218,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54534D; }

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

This text font color is #54534D.


Background Color

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

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

This div background color is #54534D.


Border color

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

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

This div border color is #54534D.


Opacity

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

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

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

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

This text has shadow with #54534D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54534D on black background.


Color preview on white background

This text has color #54534D on white background.



Black color preview on #54534D background

This text has black color on #54534D background.


White color preview on #54534D background

This text has white color on #54534D background.