COLOR #525A54

HEX: #525A54 RGB: (82,90,84)

Color info

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

RGB color model

#525A54 color RGB value is (82,90,84).

RGB: (82,90,84) (32%, 35%, 33%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 84 of 255 = 33%

82
90
84

R + G + B ~ 33%. #525A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 90 + 84 = 256 (100%)
R 82 of 256 ~ 32.03%
G 90 of 256 ~ 35.16%
B 84 of 256 ~ 32.81'%

%32.03
%35.16
%32.81

CMYK color model

#525A54 color CMYK value is (9,0,7,65).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 64.71%

CMYK: (9,0,7,65)
C9M0Y7K65 (9%, 0%, 7%, 65%)
(0.09 / 0.00 / 0.07 / 0.65)

CMYK percentages

%8.89
%0
%6.67
%64.71

Codes

Color #525A54 in popluar color models

52 5A 54
RGB 82 90 84
HSL 135° 4.65% 33.73%
HSB/HSV 135° 8.89% 35.29%
CMYK 8.89% 0.00% 6.67%
64.71%

Color #525A54 in popluar number systems.

HEX 52 5A 54
Decimal 82 90 84
Binary 1010010 1011010 1010100
Octal 122 132 124

Shades and tints

Shades of #525A54

#525A54
(82,90,84)
#4B524D
(75,82,77)
#444A46
(68,74,70)
#3D423F
(61,66,63)
#363A38
(54,58,56)
#2F3231
(47,50,49)
#282A2A
(40,42,42)
#212223
(33,34,35)
#1A1A1C
(26,26,28)
#131215
(19,18,21)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #525A54

#525A54
(82,90,84)
#616963
(97,105,99)
#707872
(112,120,114)
#7F8781
(127,135,129)
#8E9690
(142,150,144)
#9DA59F
(157,165,159)
#ACB4AE
(172,180,174)
#BBC3BD
(187,195,189)
#CAD2CC
(202,210,204)
#D9E1DB
(217,225,219)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525A54 color. Also use rgb(82,90,84) instead hex code.

Text Font Color

.myTextColor { color: #525A54; }

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

This text font color is #525A54.

Background Color

.myBgColor { background-color: #525A54; }

<div style="background-color:#525A54">Inner text</div>

This div background color is #525A54.

Border color

.myBorderColor { border: 1px solid #525A54; }

<div style="border:3px solid #525A54">Div</div>

This div border color is #525A54.

Opacity

.myOpacity80 { color: #525A54; opacity: 0.8; }

<p style="color:#525A54;opacity:0.8;">80%</p>

Text with #525A54 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 #525A54;}

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

This text has shadow with #525A54 color.


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

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

This text has shadow with #525A54 primary color and red secondary color.


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

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

This text has shadow with #525A54 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #525A54.

Preview

Color preview on black background

This text has color #525A54 on black background.


Color preview on white background

This text has color #525A54 on white background.


Black color preview on #525A54 background

This text has black color on #525A54 background.


White color preview on #525A54 background

This text has white color on #525A54 background.


Related colors

Complementary color

Complementary color for #hex is #ADA5AB.


I love getcolorcode.com

Triadic colors

1 #54525A and #5A5452 with #525A54 are triadic colors.

2 #545A52 and #5A5254 with #525A54 are triadic colors.