COLOR #52616C

HEX: #52616C
RGB: (82,97,108)

Color info

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

RGB color model

#52616C color RGB value is (82,97,108).

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

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 108 of 255 = 42%

82
97
108

R + G + B ~ 37%. #52616C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 97 + 108 = 287 (100%)
R 82 of 287 ~ 28.57%
G 97 of 287 ~ 33.8%
B 108 of 287 ~ 37.63%

%28.57
%33.8
%37.63

CMYK color model

#52616C color CMYK value is (24,10,0,58).

  • cyan value is 24.07%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(24,10,0,58)
C24M10Y0K58 
(24%,10%,0%,58%)
(0.24/0.10/0.00/0.58)	

CMYK percentages

%24.07
%10.19
%0
%57.65

Codes

Color #52616C in popluar color models

52616C
RGB8297108
HSL205°13.68%37.25%
HSB/HSV205°24.07%42.35%
CMYK24.07%10.19%0.00%
57.65%

Color #52616C in popluar number systems.

HEX52616C
Decimal8297108
Binary101001011000011101100
Octal122141154

Shades and tints

Shades of #52616C

#52616C
(82,97,108)
#4B5963
(75,89,99)
#44515A
(68,81,90)
#3D4951
(61,73,81)
#364148
(54,65,72)
#2F393F
(47,57,63)
#283136
(40,49,54)
#21292D
(33,41,45)
#1A2124
(26,33,36)
#13191B
(19,25,27)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #52616C

#52616C
(82,97,108)
#616F79
(97,111,121)
#707D86
(112,125,134)
#7F8B93
(127,139,147)
#8E99A0
(142,153,160)
#9DA7AD
(157,167,173)
#ACB5BA
(172,181,186)
#BBC3C7
(187,195,199)
#CAD1D4
(202,209,212)
#D9DFE1
(217,223,225)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52616C; }

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

This text font color is #52616C.


Background Color

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

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

This div background color is #52616C.


Border color

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

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

This div border color is #52616C.


Opacity

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

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

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

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

This text has shadow with #52616C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52616C on black background.


Color preview on white background

This text has color #52616C on white background.



Black color preview on #52616C background

This text has black color on #52616C background.


White color preview on #52616C background

This text has white color on #52616C background.