COLOR #526B79

HEX: #526B79 RGB: (82,107,121)

Color info

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

RGB color model

#526B79 color RGB value is (82,107,121).

RGB: (82,107,121) (32%, 42%, 47%)

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 121 of 255 = 47%

82
107
121

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

Portions of RGB colors in percentages

R + G + B = 82 + 107 + 121 = 310 (100%)
R 82 of 310 ~ 26.45%
G 107 of 310 ~ 34.52%
B 121 of 310 ~ 39.03'%

%26.45
%34.52
%39.03

CMYK color model

#526B79 color CMYK value is (32,12,0,53).

  • cyan value is 32.23%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (32,12,0,53) C32M12Y0K53 (32%,12%,0%,53%) (0.32/0.12/0.00/0.53) 

CMYK percentages

%32.23
%11.57
%0
%52.55

Codes

Color #526B79 in popluar color models

52 6B 79
RGB 82 107 121
HSL 202° 19.21% 39.80%
HSB/HSV 202° 32.23% 47.45%
CMYK 32.23% 11.57% 0.00%
52.55%

Color #526B79 in popluar number systems.

HEX 52 6B 79
Decimal 82 107 121
Binary 1010010 1101011 1111001
Octal 122 153 171

Shades and tints

Shades of #526B79

#526B79
(82,107,121)
#4B626E
(75,98,110)
#445963
(68,89,99)
#3D5058
(61,80,88)
#36474D
(54,71,77)
#2F3E42
(47,62,66)
#283537
(40,53,55)
#212C2C
(33,44,44)
#1A2321
(26,35,33)
#131A16
(19,26,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #526B79

#526B79
(82,107,121)
#617885
(97,120,133)
#708591
(112,133,145)
#7F929D
(127,146,157)
#8E9FA9
(142,159,169)
#9DACB5
(157,172,181)
#ACB9C1
(172,185,193)
#BBC6CD
(187,198,205)
#CAD3D9
(202,211,217)
#D9E0E5
(217,224,229)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526B79 color. Also use rgb(82,107,121) instead hex code.

Text Font Color

.myTextColor { color: #526B79; }

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

This text font color is #526B79.

Background Color

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

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

This div background color is #526B79.

Border color

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

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

This div border color is #526B79.

Opacity

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

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

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

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

This text has shadow with #526B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526B79.

Preview

Color preview on black background

This text has color #526B79 on black background.


Color preview on white background

This text has color #526B79 on white background.


Black color preview on #526B79 background

This text has black color on #526B79 background.


White color preview on #526B79 background

This text has white color on #526B79 background.


Related colors

Complementary color

Complementary color for #hex is #AD9486.


I love getcolorcode.com

Triadic colors

1 #79526B and #6B7952 with #526B79 are triadic colors.

2 #796B52 and #6B5279 with #526B79 are triadic colors.