COLOR #525450

HEX: #525450
RGB: (82,84,80)

Color info

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

RGB color model

#525450 color RGB value is (82,84,80).

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

RGB channels and saturation

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

82
84
80

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

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 80 = 246 (100%)
R 82 of 246 ~ 33.33%
G 84 of 246 ~ 34.15%
B 80 of 246 ~ 32.52%

%33.33
%34.15
%32.52

CMYK color model

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

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

CMYK percentages

%2.38
%0
%4.76
%67.06

Codes

Color #525450 in popluar color models

525450
RGB828480
HSL90°2.44%32.16%
HSB/HSV90°4.76%32.94%
CMYK2.38%0.00%4.76%
67.06%

Color #525450 in popluar number systems.

HEX525450
Decimal828480
Binary101001010101001010000
Octal122124120

Shades and tints

Shades of #525450

#525450
(82,84,80)
#4B4D49
(75,77,73)
#444642
(68,70,66)
#3D3F3B
(61,63,59)
#363834
(54,56,52)
#2F312D
(47,49,45)
#282A26
(40,42,38)
#21231F
(33,35,31)
#1A1C18
(26,28,24)
#131511
(19,21,17)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #525450

#525450
(82,84,80)
#61635F
(97,99,95)
#70726E
(112,114,110)
#7F817D
(127,129,125)
#8E908C
(142,144,140)
#9D9F9B
(157,159,155)
#ACAEAA
(172,174,170)
#BBBDB9
(187,189,185)
#CACCC8
(202,204,200)
#D9DBD7
(217,219,215)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525450; }

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

This text font color is #525450.


Background Color

.myBgColor { background-color: #525450; }

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

This div background color is #525450.


Border color

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

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

This div border color is #525450.


Opacity

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

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

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

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

This text has shadow with #525450 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #525450 on black background.


Color preview on white background

This text has color #525450 on white background.



Black color preview on #525450 background

This text has black color on #525450 background.


White color preview on #525450 background

This text has white color on #525450 background.