COLOR #524450

HEX: #524450
RGB: (82,68,80)

Color info

#524450 contains red, green and blue colors in about the same proportion. Web safe color of #524450 is #663366 (or #636).

RGB color model

#524450 color RGB value is (82,68,80).

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

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 80 of 255 = 31%

82
68
80

R + G + B ~ 30%. #524450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 80 = 230 (100%)
R 82 of 230 ~ 35.65%
G 68 of 230 ~ 29.57%
B 80 of 230 ~ 34.78%

%35.65
%29.57
%34.78

CMYK color model

#524450 color CMYK value is (0,17,2,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 2.44%
  • key color value is 67.84%
CMYK:
(0,17,2,68)
C0M17Y2K68 
(0%,17%,2%,68%)
(0.00/0.17/0.02/0.68)	

CMYK percentages

%0
%17.07
%2.44
%67.84

Codes

Color #524450 in popluar color models

524450
RGB826880
HSL309°9.33%29.41%
HSB/HSV309°17.07%32.16%
CMYK0.00%17.07%2.44%
67.84%

Color #524450 in popluar number systems.

HEX524450
Decimal826880
Binary101001010001001010000
Octal122104120

Shades and tints

Shades of #524450

#524450
(82,68,80)
#4B3E49
(75,62,73)
#443842
(68,56,66)
#3D323B
(61,50,59)
#362C34
(54,44,52)
#2F262D
(47,38,45)
#282026
(40,32,38)
#211A1F
(33,26,31)
#1A1418
(26,20,24)
#130E11
(19,14,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #524450

#524450
(82,68,80)
#61555F
(97,85,95)
#70666E
(112,102,110)
#7F777D
(127,119,125)
#8E888C
(142,136,140)
#9D999B
(157,153,155)
#ACAAAA
(172,170,170)
#BBBBB9
(187,187,185)
#CACCC8
(202,204,200)
#D9DDD7
(217,221,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524450; }

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

This text font color is #524450.


Background Color

.myBgColor { background-color: #524450; }

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

This div background color is #524450.


Border color

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

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

This div border color is #524450.


Opacity

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

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

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

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

This text has shadow with #524450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524450 on black background.


Color preview on white background

This text has color #524450 on white background.



Black color preview on #524450 background

This text has black color on #524450 background.


White color preview on #524450 background

This text has white color on #524450 background.