COLOR #524653

HEX: #524653
RGB: (82,70,83)

Color info

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

RGB color model

#524653 color RGB value is (82,70,83).

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

RGB channels and saturation

R 82 of 255 = 32%
G 70 of 255 = 27%
B 83 of 255 = 33%

82
70
83

R + G + B ~ 31%. #524653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 70 + 83 = 235 (100%)
R 82 of 235 ~ 34.89%
G 70 of 235 ~ 29.79%
B 83 of 235 ~ 35.32%

%34.89
%29.79
%35.32

CMYK color model

#524653 color CMYK value is (1,16,0,67).

  • cyan value is 1.20%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(1,16,0,67)
C1M16Y0K67 
(1%,16%,0%,67%)
(0.01/0.16/0.00/0.67)	

CMYK percentages

%1.2
%15.66
%0
%67.45

Codes

Color #524653 in popluar color models

524653
RGB827083
HSL295°8.50%30.00%
HSB/HSV295°15.66%32.55%
CMYK1.20%15.66%0.00%
67.45%

Color #524653 in popluar number systems.

HEX524653
Decimal827083
Binary101001010001101010011
Octal122106123

Shades and tints

Shades of #524653

#524653
(82,70,83)
#4B404C
(75,64,76)
#443A45
(68,58,69)
#3D343E
(61,52,62)
#362E37
(54,46,55)
#2F2830
(47,40,48)
#282229
(40,34,41)
#211C22
(33,28,34)
#1A161B
(26,22,27)
#131014
(19,16,20)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #524653

#524653
(82,70,83)
#615662
(97,86,98)
#706671
(112,102,113)
#7F7680
(127,118,128)
#8E868F
(142,134,143)
#9D969E
(157,150,158)
#ACA6AD
(172,166,173)
#BBB6BC
(187,182,188)
#CAC6CB
(202,198,203)
#D9D6DA
(217,214,218)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524653; }

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

This text font color is #524653.


Background Color

.myBgColor { background-color: #524653; }

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

This div background color is #524653.


Border color

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

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

This div border color is #524653.


Opacity

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

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

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

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

This text has shadow with #524653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524653 on black background.


Color preview on white background

This text has color #524653 on white background.



Black color preview on #524653 background

This text has black color on #524653 background.


White color preview on #524653 background

This text has white color on #524653 background.