COLOR #524F66

HEX: #524F66
RGB: (82,79,102)

Color info

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

RGB color model

#524F66 color RGB value is (82,79,102).

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

RGB channels and saturation

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

82
79
102

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

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 102 = 263 (100%)
R 82 of 263 ~ 31.18%
G 79 of 263 ~ 30.04%
B 102 of 263 ~ 38.78%

%31.18
%30.04
%38.78

CMYK color model

#524F66 color CMYK value is (20,23,0,60).

  • cyan value is 19.61%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(20,23,0,60)
C20M23Y0K60 
(20%,23%,0%,60%)
(0.20/0.23/0.00/0.60)	

CMYK percentages

%19.61
%22.55
%0
%60

Codes

Color #524F66 in popluar color models

524F66
RGB8279102
HSL248°12.71%35.49%
HSB/HSV248°22.55%40.00%
CMYK19.61%22.55%0.00%
60.00%

Color #524F66 in popluar number systems.

HEX524F66
Decimal8279102
Binary101001010011111100110
Octal122117146

Shades and tints

Shades of #524F66

#524F66
(82,79,102)
#4B485D
(75,72,93)
#444154
(68,65,84)
#3D3A4B
(61,58,75)
#363342
(54,51,66)
#2F2C39
(47,44,57)
#282530
(40,37,48)
#211E27
(33,30,39)
#1A171E
(26,23,30)
#131015
(19,16,21)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #524F66

#524F66
(82,79,102)
#615F73
(97,95,115)
#706F80
(112,111,128)
#7F7F8D
(127,127,141)
#8E8F9A
(142,143,154)
#9D9FA7
(157,159,167)
#ACAFB4
(172,175,180)
#BBBFC1
(187,191,193)
#CACFCE
(202,207,206)
#D9DFDB
(217,223,219)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F66; }

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

This text font color is #524F66.


Background Color

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

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

This div background color is #524F66.


Border color

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

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

This div border color is #524F66.


Opacity

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

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

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

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

This text has shadow with #524F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524F66 on black background.


Color preview on white background

This text has color #524F66 on white background.



Black color preview on #524F66 background

This text has black color on #524F66 background.


White color preview on #524F66 background

This text has white color on #524F66 background.