COLOR #526C7B

HEX: #526C7B
RGB: (82,108,123)

Color info

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

RGB color model

#526C7B color RGB value is (82,108,123).

  • red value is 82;
  • green value is 108;
  • blue value is 123.
RGB:
(82,108,123)
(32%,42%,48%)

RGB channels and saturation

R 82 of 255 = 32%
G 108 of 255 = 42%
B 123 of 255 = 48%

82
108
123

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

Portions of RGB colors in percentages

R + G + B =
82 + 108 + 123 = 313 (100%)
R 82 of 313 ~ 26.2%
G 108 of 313 ~ 34.5%
B 123 of 313 ~ 39.3%

%26.2
%34.5
%39.3

CMYK color model

#526C7B color CMYK value is (33,12,0,52).

  • cyan value is 33.33%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,12,0,52)
C33M12Y0K52 
(33%,12%,0%,52%)
(0.33/0.12/0.00/0.52)	

CMYK percentages

%33.33
%12.2
%0
%51.76

Codes

Color #526C7B in popluar color models

526C7B
RGB82108123
HSL202°20.00%40.20%
HSB/HSV202°33.33%48.24%
CMYK33.33%12.20%0.00%
51.76%

Color #526C7B in popluar number systems.

HEX526C7B
Decimal82108123
Binary101001011011001111011
Octal122154173

Shades and tints

Shades of #526C7B

#526C7B
(82,108,123)
#4B6370
(75,99,112)
#445A65
(68,90,101)
#3D515A
(61,81,90)
#36484F
(54,72,79)
#2F3F44
(47,63,68)
#283639
(40,54,57)
#212D2E
(33,45,46)
#1A2423
(26,36,35)
#131B18
(19,27,24)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #526C7B

#526C7B
(82,108,123)
#617987
(97,121,135)
#708693
(112,134,147)
#7F939F
(127,147,159)
#8EA0AB
(142,160,171)
#9DADB7
(157,173,183)
#ACBAC3
(172,186,195)
#BBC7CF
(187,199,207)
#CAD4DB
(202,212,219)
#D9E1E7
(217,225,231)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526C7B color. Also use rgb(82,108,123) instead hex code.

Text Font Color

.myTextColor { color: #526C7B; }

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

This text font color is #526C7B.


Background Color

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

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

This div background color is #526C7B.


Border color

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

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

This div border color is #526C7B.


Opacity

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

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

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

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

This text has shadow with #526C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526C7B on black background.


Color preview on white background

This text has color #526C7B on white background.



Black color preview on #526C7B background

This text has black color on #526C7B background.


White color preview on #526C7B background

This text has white color on #526C7B background.