COLOR #526472

HEX: #526472
RGB: (82,100,114)

Color info

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

RGB color model

#526472 color RGB value is (82,100,114).

  • red value is 82;
  • green value is 100;
  • blue value is 114.
RGB:
(82,100,114)
(32%,39%,45%)

RGB channels and saturation

R 82 of 255 = 32%
G 100 of 255 = 39%
B 114 of 255 = 45%

82
100
114

R + G + B ~ 39%. #526472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 100 + 114 = 296 (100%)
R 82 of 296 ~ 27.7%
G 100 of 296 ~ 33.78%
B 114 of 296 ~ 38.51%

%27.7
%33.78
%38.51

CMYK color model

#526472 color CMYK value is (28,12,0,55).

  • cyan value is 28.07%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(28,12,0,55)
C28M12Y0K55 
(28%,12%,0%,55%)
(0.28/0.12/0.00/0.55)	

CMYK percentages

%28.07
%12.28
%0
%55.29

Codes

Color #526472 in popluar color models

526472
RGB82100114
HSL206°16.33%38.43%
HSB/HSV206°28.07%44.71%
CMYK28.07%12.28%0.00%
55.29%

Color #526472 in popluar number systems.

HEX526472
Decimal82100114
Binary101001011001001110010
Octal122144162

Shades and tints

Shades of #526472

#526472
(82,100,114)
#4B5B68
(75,91,104)
#44525E
(68,82,94)
#3D4954
(61,73,84)
#36404A
(54,64,74)
#2F3740
(47,55,64)
#282E36
(40,46,54)
#21252C
(33,37,44)
#1A1C22
(26,28,34)
#131318
(19,19,24)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #526472

#526472
(82,100,114)
#61727E
(97,114,126)
#70808A
(112,128,138)
#7F8E96
(127,142,150)
#8E9CA2
(142,156,162)
#9DAAAE
(157,170,174)
#ACB8BA
(172,184,186)
#BBC6C6
(187,198,198)
#CAD4D2
(202,212,210)
#D9E2DE
(217,226,222)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526472 color. Also use rgb(82,100,114) instead hex code.

Text Font Color

.myTextColor { color: #526472; }

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

This text font color is #526472.


Background Color

.myBgColor { background-color: #526472; }

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

This div background color is #526472.


Border color

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

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

This div border color is #526472.


Opacity

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

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

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

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

This text has shadow with #526472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526472 on black background.


Color preview on white background

This text has color #526472 on white background.



Black color preview on #526472 background

This text has black color on #526472 background.


White color preview on #526472 background

This text has white color on #526472 background.