COLOR #526D78

HEX: #526D78 RGB: (82,109,120)

Color info

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

RGB color model

#526D78 color RGB value is (82,109,120).

RGB: (82,109,120) (32%, 43%, 47%)

RGB channels and saturation

R 82 of 255 = 32%
G 109 of 255 = 43%
B 120 of 255 = 47%

82
109
120

R + G + B ~ 41%. #526D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 109 + 120 = 311 (100%)
R 82 of 311 ~ 26.37%
G 109 of 311 ~ 35.05%
B 120 of 311 ~ 38.59'%

%26.37
%35.05
%38.59

CMYK color model

#526D78 color CMYK value is (32,9,0,53).

  • cyan value is 31.67%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (32,9,0,53)
C32M9Y0K53 (32%, 9%, 0%, 53%)
(0.32 / 0.09 / 0.00 / 0.53)

CMYK percentages

%31.67
%9.17
%0
%52.94

Codes

Color #526D78 in popluar color models

52 6D 78
RGB 82 109 120
HSL 197° 18.81% 39.61%
HSB/HSV 197° 31.67% 47.06%
CMYK 31.67% 9.17% 0.00%
52.94%

Color #526D78 in popluar number systems.

HEX 52 6D 78
Decimal 82 109 120
Binary 1010010 1101101 1111000
Octal 122 155 170

Shades and tints

Shades of #526D78

#526D78
(82,109,120)
#4B646E
(75,100,110)
#445B64
(68,91,100)
#3D525A
(61,82,90)
#364950
(54,73,80)
#2F4046
(47,64,70)
#28373C
(40,55,60)
#212E32
(33,46,50)
#1A2528
(26,37,40)
#131C1E
(19,28,30)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #526D78

#526D78
(82,109,120)
#617A84
(97,122,132)
#708790
(112,135,144)
#7F949C
(127,148,156)
#8EA1A8
(142,161,168)
#9DAEB4
(157,174,180)
#ACBBC0
(172,187,192)
#BBC8CC
(187,200,204)
#CAD5D8
(202,213,216)
#D9E2E4
(217,226,228)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526D78 color. Also use rgb(82,109,120) instead hex code.

Text Font Color

.myTextColor { color: #526D78; }

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

This text font color is #526D78.

Background Color

.myBgColor { background-color: #526D78; }

<div style="background-color:#526D78">Inner text</div>

This div background color is #526D78.

Border color

.myBorderColor { border: 1px solid #526D78; }

<div style="border:3px solid #526D78">Div</div>

This div border color is #526D78.

Opacity

.myOpacity80 { color: #526D78; opacity: 0.8; }

<p style="color:#526D78;opacity:0.8;">80%</p>

Text with #526D78 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 #526D78;}

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

This text has shadow with #526D78 color.


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

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

This text has shadow with #526D78 primary color and red secondary color.


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

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

This text has shadow with #526D78 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #526D78.

Preview

Color preview on black background

This text has color #526D78 on black background.


Color preview on white background

This text has color #526D78 on white background.


Black color preview on #526D78 background

This text has black color on #526D78 background.


White color preview on #526D78 background

This text has white color on #526D78 background.


Related colors

Complementary color

Complementary color for #hex is #AD9287.


I love getcolorcode.com

Triadic colors

1 #78526D and #6D7852 with #526D78 are triadic colors.

2 #786D52 and #6D5278 with #526D78 are triadic colors.