COLOR #526B7A

HEX: #526B7A
RGB: (82,107,122)

Color info

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

RGB color model

#526B7A color RGB value is (82,107,122).

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

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 122 of 255 = 48%

82
107
122

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

Portions of RGB colors in percentages

R + G + B =
82 + 107 + 122 = 311 (100%)
R 82 of 311 ~ 26.37%
G 107 of 311 ~ 34.41%
B 122 of 311 ~ 39.23%

%26.37
%34.41
%39.23

CMYK color model

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

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

CMYK percentages

%32.79
%12.3
%0
%52.16

Codes

Color #526B7A in popluar color models

526B7A
RGB82107122
HSL203°19.61%40.00%
HSB/HSV203°32.79%47.84%
CMYK32.79%12.30%0.00%
52.16%

Color #526B7A in popluar number systems.

HEX526B7A
Decimal82107122
Binary101001011010111111010
Octal122153172

Shades and tints

Shades of #526B7A

#526B7A
(82,107,122)
#4B626F
(75,98,111)
#445964
(68,89,100)
#3D5059
(61,80,89)
#36474E
(54,71,78)
#2F3E43
(47,62,67)
#283538
(40,53,56)
#212C2D
(33,44,45)
#1A2322
(26,35,34)
#131A17
(19,26,23)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #526B7A

#526B7A
(82,107,122)
#617886
(97,120,134)
#708592
(112,133,146)
#7F929E
(127,146,158)
#8E9FAA
(142,159,170)
#9DACB6
(157,172,182)
#ACB9C2
(172,185,194)
#BBC6CE
(187,198,206)
#CAD3DA
(202,211,218)
#D9E0E6
(217,224,230)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526B7A; }

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

This text font color is #526B7A.


Background Color

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

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

This div background color is #526B7A.


Border color

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

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

This div border color is #526B7A.


Opacity

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

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

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

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

This text has shadow with #526B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526B7A on black background.


Color preview on white background

This text has color #526B7A on white background.



Black color preview on #526B7A background

This text has black color on #526B7A background.


White color preview on #526B7A background

This text has white color on #526B7A background.