COLOR #525254

HEX: #525254
RGB: (82,82,84)

Color info

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

RGB color model

#525254 color RGB value is (82,82,84).

  • red value is 82;
  • green value is 82;
  • blue value is 84.
RGB:
(82,82,84)
(32%,32%,33%)

RGB channels and saturation

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

82
82
84

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

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 84 = 248 (100%)
R 82 of 248 ~ 33.06%
G 82 of 248 ~ 33.06%
B 84 of 248 ~ 33.87%

%33.06
%33.06
%33.87

CMYK color model

#525254 color CMYK value is (2,2,0,67).

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

CMYK percentages

%2.38
%2.38
%0
%67.06

Codes

Color #525254 in popluar color models

525254
RGB828284
HSL240°1.20%32.55%
HSB/HSV240°2.38%32.94%
CMYK2.38%2.38%0.00%
67.06%

Color #525254 in popluar number systems.

HEX525254
Decimal828284
Binary101001010100101010100
Octal122122124

Shades and tints

Shades of #525254

#525254
(82,82,84)
#4B4B4D
(75,75,77)
#444446
(68,68,70)
#3D3D3F
(61,61,63)
#363638
(54,54,56)
#2F2F31
(47,47,49)
#28282A
(40,40,42)
#212123
(33,33,35)
#1A1A1C
(26,26,28)
#131315
(19,19,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #525254

#525254
(82,82,84)
#616163
(97,97,99)
#707072
(112,112,114)
#7F7F81
(127,127,129)
#8E8E90
(142,142,144)
#9D9D9F
(157,157,159)
#ACACAE
(172,172,174)
#BBBBBD
(187,187,189)
#CACACC
(202,202,204)
#D9D9DB
(217,217,219)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525254; }

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

This text font color is #525254.


Background Color

.myBgColor { background-color: #525254; }

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

This div background color is #525254.


Border color

.myBorderColor { border: 1px solid #525254; }

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

This div border color is #525254.


Opacity

.myOpacity80 { color: #525254; opacity: 0.8; }

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

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

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

This text has shadow with #525254 color.

.textShadow {text-shadow: 3px 3px 1px #525254, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #525254;
-webkit-box-shadow: 1px 1px 3px 2px #525254;
box-shadow:1px 1px 3px 2px #525254;">
Div content here</div>
This div box has shadow with color #525254.

Preview

Color preview on black background

This text has color #525254 on black background.


Color preview on white background

This text has color #525254 on white background.



Black color preview on #525254 background

This text has black color on #525254 background.


White color preview on #525254 background

This text has white color on #525254 background.