COLOR #54524B

HEX: #54524B RGB: (84,82,75)

Color info

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

RGB color model

#54524B color RGB value is (84,82,75).

RGB: (84,82,75) (33%, 32%, 29%)

RGB channels and saturation

R 84 of 255 = 33%
G 82 of 255 = 32%
B 75 of 255 = 29%

84
82
75

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

Portions of RGB colors in percentages

R + G + B = 84 + 82 + 75 = 241 (100%)
R 84 of 241 ~ 34.85%
G 82 of 241 ~ 34.02%
B 75 of 241 ~ 31.12'%

%34.85
%34.02
%31.12

CMYK color model

#54524B color CMYK value is (0,2,11,67).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 10.71%
  • key color value is 67.06%

CMYK: (0,2,11,67)
C0M2Y11K67 (0%, 2%, 11%, 67%)
(0.00 / 0.02 / 0.11 / 0.67)

CMYK percentages

%0
%2.38
%10.71
%67.06

Codes

Color #54524B in popluar color models

54 52 4B
RGB 84 82 75
HSL 47° 5.66% 31.18%
HSB/HSV 47° 10.71% 32.94%
CMYK 0.00% 2.38% 10.71%
67.06%

Color #54524B in popluar number systems.

HEX 54 52 4B
Decimal 84 82 75
Binary 1010100 1010010 1001011
Octal 124 122 113

Shades and tints

Shades of #54524B

#54524B
(84,82,75)
#4D4B45
(77,75,69)
#46443F
(70,68,63)
#3F3D39
(63,61,57)
#383633
(56,54,51)
#312F2D
(49,47,45)
#2A2827
(42,40,39)
#232121
(35,33,33)
#1C1A1B
(28,26,27)
#151315
(21,19,21)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #54524B

#54524B
(84,82,75)
#63615B
(99,97,91)
#72706B
(114,112,107)
#817F7B
(129,127,123)
#908E8B
(144,142,139)
#9F9D9B
(159,157,155)
#AEACAB
(174,172,171)
#BDBBBB
(189,187,187)
#CCCACB
(204,202,203)
#DBD9DB
(219,217,219)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54524B; }

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

This text font color is #54524B.

Background Color

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

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

This div background color is #54524B.

Border color

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

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

This div border color is #54524B.

Opacity

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

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

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

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

This text has shadow with #54524B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54524B.

Preview

Color preview on black background

This text has color #54524B on black background.


Color preview on white background

This text has color #54524B on white background.


Black color preview on #54524B background

This text has black color on #54524B background.


White color preview on #54524B background

This text has white color on #54524B background.


Related colors

Complementary color

Complementary color for #hex is #ABADB4.


I love getcolorcode.com

Triadic colors

1 #4B5452 and #524B54 with #54524B are triadic colors.

2 #4B5254 and #52544B with #54524B are triadic colors.