COLOR #52525A

HEX: #52525A RGB: (82,82,90)

Color info

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

RGB color model

#52525A color RGB value is (82,82,90).

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

RGB channels and saturation

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

82
82
90

R + G + B ~ 33%. #52525A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 82 + 90 = 254 (100%)
R 82 of 254 ~ 32.28%
G 82 of 254 ~ 32.28%
B 90 of 254 ~ 35.43'%

%32.28
%32.28
%35.43

CMYK color model

#52525A color CMYK value is (9,9,0,65).

  • cyan value is 8.89%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (9,9,0,65) C9M9Y0K65 (9%,9%,0%,65%) (0.09/0.09/0.00/0.65) 

CMYK percentages

%8.89
%8.89
%0
%64.71

Codes

Color #52525A in popluar color models

52 52 5A
RGB 82 82 90
HSL 240° 4.65% 33.73%
HSB/HSV 240° 8.89% 35.29%
CMYK 8.89% 8.89% 0.00%
64.71%

Color #52525A in popluar number systems.

HEX 52 52 5A
Decimal 82 82 90
Binary 1010010 1010010 1011010
Octal 122 122 132

Shades and tints

Shades of #52525A

#52525A
(82,82,90)
#4B4B52
(75,75,82)
#44444A
(68,68,74)
#3D3D42
(61,61,66)
#36363A
(54,54,58)
#2F2F32
(47,47,50)
#28282A
(40,40,42)
#212122
(33,33,34)
#1A1A1A
(26,26,26)
#131312
(19,19,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #52525A

#52525A
(82,82,90)
#616169
(97,97,105)
#707078
(112,112,120)
#7F7F87
(127,127,135)
#8E8E96
(142,142,150)
#9D9DA5
(157,157,165)
#ACACB4
(172,172,180)
#BBBBC3
(187,187,195)
#CACAD2
(202,202,210)
#D9D9E1
(217,217,225)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52525A; }

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

This text font color is #52525A.

Background Color

.myBgColor { background-color: #52525A; }

<div style="background-color:#52525A">Inner text</div>

This div background color is #52525A.

Border color

.myBorderColor { border: 1px solid #52525A; }

<div style="border:3px solid #52525A">Div</div>

This div border color is #52525A.

Opacity

.myOpacity80 { color: #52525A; opacity: 0.8; }

<p style="color:#52525A;opacity:0.8;">80%</p>

Text with #52525A 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 #52525A;}

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

This text has shadow with #52525A color.


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

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

This text has shadow with #52525A primary color and red secondary color.


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

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

This text has shadow with #52525A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52525A.

Preview

Color preview on black background

This text has color #52525A on black background.


Color preview on white background

This text has color #52525A on white background.


Black color preview on #52525A background

This text has black color on #52525A background.


White color preview on #52525A background

This text has white color on #52525A background.


Related colors

Complementary color

Complementary color for #hex is #ADADA5.


I love getcolorcode.com