COLOR #54535F

HEX: #54535F RGB: (84,83,95)

Color info

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

RGB color model

#54535F color RGB value is (84,83,95).

RGB: (84,83,95) (33%, 33%, 37%)

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 95 of 255 = 37%

84
83
95

R + G + B ~ 34%. #54535F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 83 + 95 = 262 (100%)
R 84 of 262 ~ 32.06%
G 83 of 262 ~ 31.68%
B 95 of 262 ~ 36.26'%

%32.06
%31.68
%36.26

CMYK color model

#54535F color CMYK value is (12,13,0,63).

  • cyan value is 11.58%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (12,13,0,63)
C12M13Y0K63 (12%, 13%, 0%, 63%)
(0.12 / 0.13 / 0.00 / 0.63)

CMYK percentages

%11.58
%12.63
%0
%62.75

Codes

Color #54535F in popluar color models

54 53 5F
RGB 84 83 95
HSL 245° 6.74% 34.90%
HSB/HSV 245° 12.63% 37.25%
CMYK 11.58% 12.63% 0.00%
62.75%

Color #54535F in popluar number systems.

HEX 54 53 5F
Decimal 84 83 95
Binary 1010100 1010011 1011111
Octal 124 123 137

Shades and tints

Shades of #54535F

#54535F
(84,83,95)
#4D4C57
(77,76,87)
#46454F
(70,69,79)
#3F3E47
(63,62,71)
#38373F
(56,55,63)
#313037
(49,48,55)
#2A292F
(42,41,47)
#232227
(35,34,39)
#1C1B1F
(28,27,31)
#151417
(21,20,23)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #54535F

#54535F
(84,83,95)
#63626D
(99,98,109)
#72717B
(114,113,123)
#818089
(129,128,137)
#908F97
(144,143,151)
#9F9EA5
(159,158,165)
#AEADB3
(174,173,179)
#BDBCC1
(189,188,193)
#CCCBCF
(204,203,207)
#DBDADD
(219,218,221)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54535F; }

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

This text font color is #54535F.

Background Color

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

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

This div background color is #54535F.

Border color

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

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

This div border color is #54535F.

Opacity

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

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

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

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

This text has shadow with #54535F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54535F.

Preview

Color preview on black background

This text has color #54535F on black background.


Color preview on white background

This text has color #54535F on white background.


Black color preview on #54535F background

This text has black color on #54535F background.


White color preview on #54535F background

This text has white color on #54535F background.


Related colors

Complementary color

Complementary color for #hex is #ABACA0.


I love getcolorcode.com

Triadic colors

1 #5F5453 and #535F54 with #54535F are triadic colors.

2 #5F5354 and #53545F with #54535F are triadic colors.