COLOR #52686C

HEX: #52686C RGB: (82,104,108)

Color info

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

RGB color model

#52686C color RGB value is (82,104,108).

RGB: (82,104,108) (32%, 41%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 104 of 255 = 41%
B 108 of 255 = 42%

82
104
108

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

Portions of RGB colors in percentages

R + G + B = 82 + 104 + 108 = 294 (100%)
R 82 of 294 ~ 27.89%
G 104 of 294 ~ 35.37%
B 108 of 294 ~ 36.73'%

%27.89
%35.37
%36.73

CMYK color model

#52686C color CMYK value is (24,4,0,58).

  • cyan value is 24.07%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (24,4,0,58)
C24M4Y0K58 (24%, 4%, 0%, 58%)
(0.24 / 0.04 / 0.00 / 0.58)

CMYK percentages

%24.07
%3.7
%0
%57.65

Codes

Color #52686C in popluar color models

52 68 6C
RGB 82 104 108
HSL 189° 13.68% 37.25%
HSB/HSV 189° 24.07% 42.35%
CMYK 24.07% 3.70% 0.00%
57.65%

Color #52686C in popluar number systems.

HEX 52 68 6C
Decimal 82 104 108
Binary 1010010 1101000 1101100
Octal 122 150 154

Shades and tints

Shades of #52686C

#52686C
(82,104,108)
#4B5F63
(75,95,99)
#44565A
(68,86,90)
#3D4D51
(61,77,81)
#364448
(54,68,72)
#2F3B3F
(47,59,63)
#283236
(40,50,54)
#21292D
(33,41,45)
#1A2024
(26,32,36)
#13171B
(19,23,27)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #52686C

#52686C
(82,104,108)
#617579
(97,117,121)
#708286
(112,130,134)
#7F8F93
(127,143,147)
#8E9CA0
(142,156,160)
#9DA9AD
(157,169,173)
#ACB6BA
(172,182,186)
#BBC3C7
(187,195,199)
#CAD0D4
(202,208,212)
#D9DDE1
(217,221,225)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52686C; }

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

This text font color is #52686C.

Background Color

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

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

This div background color is #52686C.

Border color

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

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

This div border color is #52686C.

Opacity

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

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

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

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

This text has shadow with #52686C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52686C.

Preview

Color preview on black background

This text has color #52686C on black background.


Color preview on white background

This text has color #52686C on white background.


Black color preview on #52686C background

This text has black color on #52686C background.


White color preview on #52686C background

This text has white color on #52686C background.


Related colors

Complementary color

Complementary color for #hex is #AD9793.


I love getcolorcode.com

Triadic colors

1 #6C5268 and #686C52 with #52686C are triadic colors.

2 #6C6852 and #68526C with #52686C are triadic colors.