COLOR #524F65

HEX: #524F65
RGB: (82,79,101)

Color info

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

RGB color model

#524F65 color RGB value is (82,79,101).

  • red value is 82;
  • green value is 79;
  • blue value is 101.
RGB:
(82,79,101)
(32%,31%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 101 of 255 = 40%

82
79
101

R + G + B ~ 34%. #524F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 101 = 262 (100%)
R 82 of 262 ~ 31.3%
G 79 of 262 ~ 30.15%
B 101 of 262 ~ 38.55%

%31.3
%30.15
%38.55

CMYK color model

#524F65 color CMYK value is (19,22,0,60).

  • cyan value is 18.81%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(19,22,0,60)
C19M22Y0K60 
(19%,22%,0%,60%)
(0.19/0.22/0.00/0.60)	

CMYK percentages

%18.81
%21.78
%0
%60.39

Codes

Color #524F65 in popluar color models

524F65
RGB8279101
HSL248°12.22%35.29%
HSB/HSV248°21.78%39.61%
CMYK18.81%21.78%0.00%
60.39%

Color #524F65 in popluar number systems.

HEX524F65
Decimal8279101
Binary101001010011111100101
Octal122117145

Shades and tints

Shades of #524F65

#524F65
(82,79,101)
#4B485C
(75,72,92)
#444153
(68,65,83)
#3D3A4A
(61,58,74)
#363341
(54,51,65)
#2F2C38
(47,44,56)
#28252F
(40,37,47)
#211E26
(33,30,38)
#1A171D
(26,23,29)
#131014
(19,16,20)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #524F65

#524F65
(82,79,101)
#615F73
(97,95,115)
#706F81
(112,111,129)
#7F7F8F
(127,127,143)
#8E8F9D
(142,143,157)
#9D9FAB
(157,159,171)
#ACAFB9
(172,175,185)
#BBBFC7
(187,191,199)
#CACFD5
(202,207,213)
#D9DFE3
(217,223,227)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524F65 color. Also use rgb(82,79,101) instead hex code.

Text Font Color

.myTextColor { color: #524F65; }

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

This text font color is #524F65.


Background Color

.myBgColor { background-color: #524F65; }

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

This div background color is #524F65.


Border color

.myBorderColor { border: 1px solid #524F65; }

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

This div border color is #524F65.


Opacity

.myOpacity80 { color: #524F65; opacity: 0.8; }

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

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

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

This text has shadow with #524F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524F65 on black background.


Color preview on white background

This text has color #524F65 on white background.



Black color preview on #524F65 background

This text has black color on #524F65 background.


White color preview on #524F65 background

This text has white color on #524F65 background.