COLOR #54524F

HEX: #54524F RGB: (84,82,79)

Color info

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

RGB color model

#54524F color RGB value is (84,82,79).

RGB: (84,82,79) (33%, 32%, 31%)

RGB channels and saturation

R 84 of 255 = 33%
G 82 of 255 = 32%
B 79 of 255 = 31%

84
82
79

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

Portions of RGB colors in percentages

R + G + B = 84 + 82 + 79 = 245 (100%)
R 84 of 245 ~ 34.29%
G 82 of 245 ~ 33.47%
B 79 of 245 ~ 32.24'%

%34.29
%33.47
%32.24

CMYK color model

#54524F color CMYK value is (0,2,6,67).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 5.95%
  • key color value is 67.06%
CMYK: (0,2,6,67) C0M2Y6K67 (0%,2%,6%,67%) (0.00/0.02/0.06/0.67) 

CMYK percentages

%0
%2.38
%5.95
%67.06

Codes

Color #54524F in popluar color models

54 52 4F
RGB 84 82 79
HSL 36° 3.07% 31.96%
HSB/HSV 36° 5.95% 32.94%
CMYK 0.00% 2.38% 5.95%
67.06%

Color #54524F in popluar number systems.

HEX 54 52 4F
Decimal 84 82 79
Binary 1010100 1010010 1001111
Octal 124 122 117

Shades and tints

Shades of #54524F

#54524F
(84,82,79)
#4D4B48
(77,75,72)
#464441
(70,68,65)
#3F3D3A
(63,61,58)
#383633
(56,54,51)
#312F2C
(49,47,44)
#2A2825
(42,40,37)
#23211E
(35,33,30)
#1C1A17
(28,26,23)
#151310
(21,19,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #54524F

#54524F
(84,82,79)
#63615F
(99,97,95)
#72706F
(114,112,111)
#817F7F
(129,127,127)
#908E8F
(144,142,143)
#9F9D9F
(159,157,159)
#AEACAF
(174,172,175)
#BDBBBF
(189,187,191)
#CCCACF
(204,202,207)
#DBD9DF
(219,217,223)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54524F; }

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

This text font color is #54524F.

Background Color

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

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

This div background color is #54524F.

Border color

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

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

This div border color is #54524F.

Opacity

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

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

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

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

This text has shadow with #54524F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54524F.

Preview

Color preview on black background

This text has color #54524F on black background.


Color preview on white background

This text has color #54524F on white background.


Black color preview on #54524F background

This text has black color on #54524F background.


White color preview on #54524F background

This text has white color on #54524F background.


Related colors

Complementary color

Complementary color for #hex is #ABADB0.


I love getcolorcode.com

Triadic colors

1 #4F5452 and #524F54 with #54524F are triadic colors.

2 #4F5254 and #52544F with #54524F are triadic colors.