COLOR #52646C

HEX: #52646C
RGB: (82,100,108)

Color info

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

RGB color model

#52646C color RGB value is (82,100,108).

  • red value is 82;
  • green value is 100;
  • blue value is 108.
RGB:
(82,100,108)
(32%,39%,42%)

RGB channels and saturation

R 82 of 255 = 32%
G 100 of 255 = 39%
B 108 of 255 = 42%

82
100
108

R + G + B ~ 38%. #52646C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 100 + 108 = 290 (100%)
R 82 of 290 ~ 28.28%
G 100 of 290 ~ 34.48%
B 108 of 290 ~ 37.24%

%28.28
%34.48
%37.24

CMYK color model

#52646C color CMYK value is (24,7,0,58).

  • cyan value is 24.07%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(24,7,0,58)
C24M7Y0K58 
(24%,7%,0%,58%)
(0.24/0.07/0.00/0.58)	

CMYK percentages

%24.07
%7.41
%0
%57.65

Codes

Color #52646C in popluar color models

52646C
RGB82100108
HSL198°13.68%37.25%
HSB/HSV198°24.07%42.35%
CMYK24.07%7.41%0.00%
57.65%

Color #52646C in popluar number systems.

HEX52646C
Decimal82100108
Binary101001011001001101100
Octal122144154

Shades and tints

Shades of #52646C

#52646C
(82,100,108)
#4B5B63
(75,91,99)
#44525A
(68,82,90)
#3D4951
(61,73,81)
#364048
(54,64,72)
#2F373F
(47,55,63)
#282E36
(40,46,54)
#21252D
(33,37,45)
#1A1C24
(26,28,36)
#13131B
(19,19,27)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #52646C

#52646C
(82,100,108)
#617279
(97,114,121)
#708086
(112,128,134)
#7F8E93
(127,142,147)
#8E9CA0
(142,156,160)
#9DAAAD
(157,170,173)
#ACB8BA
(172,184,186)
#BBC6C7
(187,198,199)
#CAD4D4
(202,212,212)
#D9E2E1
(217,226,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52646C color. Also use rgb(82,100,108) instead hex code.

Text Font Color

.myTextColor { color: #52646C; }

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

This text font color is #52646C.


Background Color

.myBgColor { background-color: #52646C; }

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

This div background color is #52646C.


Border color

.myBorderColor { border: 1px solid #52646C; }

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

This div border color is #52646C.


Opacity

.myOpacity80 { color: #52646C; opacity: 0.8; }

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

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

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

This text has shadow with #52646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52646C on black background.


Color preview on white background

This text has color #52646C on white background.



Black color preview on #52646C background

This text has black color on #52646C background.


White color preview on #52646C background

This text has white color on #52646C background.