COLOR #54534F

HEX: #54534F
RGB: (84,83,79)

Color info

#54534F contains red, green and blue colors in about the same proportion. Web safe color of #54534F is #666666 (or #666).

RGB color model

#54534F color RGB value is (84,83,79).

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

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 79 of 255 = 31%

84
83
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 79 = 246 (100%)
R 84 of 246 ~ 34.15%
G 83 of 246 ~ 33.74%
B 79 of 246 ~ 32.11%

%34.15
%33.74
%32.11

CMYK color model

#54534F color CMYK value is (0,1,6,67).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 5.95%
  • key color value is 67.06%
CMYK:
(0,1,6,67)
C0M1Y6K67 
(0%,1%,6%,67%)
(0.00/0.01/0.06/0.67)	

CMYK percentages

%0
%1.19
%5.95
%67.06

Codes

Color #54534F in popluar color models

54534F
RGB848379
HSL48°3.07%31.96%
HSB/HSV48°5.95%32.94%
CMYK0.00%1.19%5.95%
67.06%

Color #54534F in popluar number systems.

HEX54534F
Decimal848379
Binary101010010100111001111
Octal124123117

Shades and tints

Shades of #54534F

#54534F
(84,83,79)
#4D4C48
(77,76,72)
#464541
(70,69,65)
#3F3E3A
(63,62,58)
#383733
(56,55,51)
#31302C
(49,48,44)
#2A2925
(42,41,37)
#23221E
(35,34,30)
#1C1B17
(28,27,23)
#151410
(21,20,16)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #54534F

#54534F
(84,83,79)
#63625F
(99,98,95)
#72716F
(114,113,111)
#81807F
(129,128,127)
#908F8F
(144,143,143)
#9F9E9F
(159,158,159)
#AEADAF
(174,173,175)
#BDBCBF
(189,188,191)
#CCCBCF
(204,203,207)
#DBDADF
(219,218,223)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54534F; }

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

This text font color is #54534F.


Background Color

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

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

This div background color is #54534F.


Border color

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

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

This div border color is #54534F.


Opacity

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

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

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

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

This text has shadow with #54534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54534F on black background.


Color preview on white background

This text has color #54534F on white background.



Black color preview on #54534F background

This text has black color on #54534F background.


White color preview on #54534F background

This text has white color on #54534F background.