COLOR #526976

HEX: #526976
RGB: (82,105,118)

Color info

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

RGB color model

#526976 color RGB value is (82,105,118).

  • red value is 82;
  • green value is 105;
  • blue value is 118.
RGB:
(82,105,118)
(32%,41%,46%)

RGB channels and saturation

R 82 of 255 = 32%
G 105 of 255 = 41%
B 118 of 255 = 46%

82
105
118

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

Portions of RGB colors in percentages

R + G + B =
82 + 105 + 118 = 305 (100%)
R 82 of 305 ~ 26.89%
G 105 of 305 ~ 34.43%
B 118 of 305 ~ 38.69%

%26.89
%34.43
%38.69

CMYK color model

#526976 color CMYK value is (31,11,0,54).

  • cyan value is 30.51%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,11,0,54)
C31M11Y0K54 
(31%,11%,0%,54%)
(0.31/0.11/0.00/0.54)	

CMYK percentages

%30.51
%11.02
%0
%53.73

Codes

Color #526976 in popluar color models

526976
RGB82105118
HSL202°18.00%39.22%
HSB/HSV202°30.51%46.27%
CMYK30.51%11.02%0.00%
53.73%

Color #526976 in popluar number systems.

HEX526976
Decimal82105118
Binary101001011010011110110
Octal122151166

Shades and tints

Shades of #526976

#526976
(82,105,118)
#4B606C
(75,96,108)
#445762
(68,87,98)
#3D4E58
(61,78,88)
#36454E
(54,69,78)
#2F3C44
(47,60,68)
#28333A
(40,51,58)
#212A30
(33,42,48)
#1A2126
(26,33,38)
#13181C
(19,24,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #526976

#526976
(82,105,118)
#617682
(97,118,130)
#70838E
(112,131,142)
#7F909A
(127,144,154)
#8E9DA6
(142,157,166)
#9DAAB2
(157,170,178)
#ACB7BE
(172,183,190)
#BBC4CA
(187,196,202)
#CAD1D6
(202,209,214)
#D9DEE2
(217,222,226)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526976 color. Also use rgb(82,105,118) instead hex code.

Text Font Color

.myTextColor { color: #526976; }

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

This text font color is #526976.


Background Color

.myBgColor { background-color: #526976; }

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

This div background color is #526976.


Border color

.myBorderColor { border: 1px solid #526976; }

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

This div border color is #526976.


Opacity

.myOpacity80 { color: #526976; opacity: 0.8; }

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

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

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

This text has shadow with #526976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526976 on black background.


Color preview on white background

This text has color #526976 on white background.



Black color preview on #526976 background

This text has black color on #526976 background.


White color preview on #526976 background

This text has white color on #526976 background.