COLOR #524953

HEX: #524953
RGB: (82,73,83)

Color info

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

RGB color model

#524953 color RGB value is (82,73,83).

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

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 83 of 255 = 33%

82
73
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 83 = 238 (100%)
R 82 of 238 ~ 34.45%
G 73 of 238 ~ 30.67%
B 83 of 238 ~ 34.87%

%34.45
%30.67
%34.87

CMYK color model

#524953 color CMYK value is (1,12,0,67).

  • cyan value is 1.20%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(1,12,0,67)
C1M12Y0K67 
(1%,12%,0%,67%)
(0.01/0.12/0.00/0.67)	

CMYK percentages

%1.2
%12.05
%0
%67.45

Codes

Color #524953 in popluar color models

524953
RGB827383
HSL294°6.41%30.59%
HSB/HSV294°12.05%32.55%
CMYK1.20%12.05%0.00%
67.45%

Color #524953 in popluar number systems.

HEX524953
Decimal827383
Binary101001010010011010011
Octal122111123

Shades and tints

Shades of #524953

#524953
(82,73,83)
#4B434C
(75,67,76)
#443D45
(68,61,69)
#3D373E
(61,55,62)
#363137
(54,49,55)
#2F2B30
(47,43,48)
#282529
(40,37,41)
#211F22
(33,31,34)
#1A191B
(26,25,27)
#131314
(19,19,20)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #524953

#524953
(82,73,83)
#615962
(97,89,98)
#706971
(112,105,113)
#7F7980
(127,121,128)
#8E898F
(142,137,143)
#9D999E
(157,153,158)
#ACA9AD
(172,169,173)
#BBB9BC
(187,185,188)
#CAC9CB
(202,201,203)
#D9D9DA
(217,217,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524953; }

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

This text font color is #524953.


Background Color

.myBgColor { background-color: #524953; }

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

This div background color is #524953.


Border color

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

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

This div border color is #524953.


Opacity

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

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

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

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

This text has shadow with #524953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524953 on black background.


Color preview on white background

This text has color #524953 on white background.



Black color preview on #524953 background

This text has black color on #524953 background.


White color preview on #524953 background

This text has white color on #524953 background.