COLOR #526279

HEX: #526279
RGB: (82,98,121)

Color info

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

RGB color model

#526279 color RGB value is (82,98,121).

  • red value is 82;
  • green value is 98;
  • blue value is 121.
RGB:
(82,98,121)
(32%,38%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 98 of 255 = 38%
B 121 of 255 = 47%

82
98
121

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

Portions of RGB colors in percentages

R + G + B =
82 + 98 + 121 = 301 (100%)
R 82 of 301 ~ 27.24%
G 98 of 301 ~ 32.56%
B 121 of 301 ~ 40.2%

%27.24
%32.56
%40.2

CMYK color model

#526279 color CMYK value is (32,19,0,53).

  • cyan value is 32.23%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,19,0,53)
C32M19Y0K53 
(32%,19%,0%,53%)
(0.32/0.19/0.00/0.53)	

CMYK percentages

%32.23
%19.01
%0
%52.55

Codes

Color #526279 in popluar color models

526279
RGB8298121
HSL215°19.21%39.80%
HSB/HSV215°32.23%47.45%
CMYK32.23%19.01%0.00%
52.55%

Color #526279 in popluar number systems.

HEX526279
Decimal8298121
Binary101001011000101111001
Octal122142171

Shades and tints

Shades of #526279

#526279
(82,98,121)
#4B5A6E
(75,90,110)
#445263
(68,82,99)
#3D4A58
(61,74,88)
#36424D
(54,66,77)
#2F3A42
(47,58,66)
#283237
(40,50,55)
#212A2C
(33,42,44)
#1A2221
(26,34,33)
#131A16
(19,26,22)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #526279

#526279
(82,98,121)
#617085
(97,112,133)
#707E91
(112,126,145)
#7F8C9D
(127,140,157)
#8E9AA9
(142,154,169)
#9DA8B5
(157,168,181)
#ACB6C1
(172,182,193)
#BBC4CD
(187,196,205)
#CAD2D9
(202,210,217)
#D9E0E5
(217,224,229)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526279; }

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

This text font color is #526279.


Background Color

.myBgColor { background-color: #526279; }

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

This div background color is #526279.


Border color

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

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

This div border color is #526279.


Opacity

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

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

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

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

This text has shadow with #526279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526279 on black background.


Color preview on white background

This text has color #526279 on white background.



Black color preview on #526279 background

This text has black color on #526279 background.


White color preview on #526279 background

This text has white color on #526279 background.