COLOR #526F79

HEX: #526F79
RGB: (82,111,121)

Color info

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

RGB color model

#526F79 color RGB value is (82,111,121).

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

RGB channels and saturation

R 82 of 255 = 32%
G 111 of 255 = 44%
B 121 of 255 = 47%

82
111
121

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

Portions of RGB colors in percentages

R + G + B =
82 + 111 + 121 = 314 (100%)
R 82 of 314 ~ 26.11%
G 111 of 314 ~ 35.35%
B 121 of 314 ~ 38.54%

%26.11
%35.35
%38.54

CMYK color model

#526F79 color CMYK value is (32,8,0,53).

  • cyan value is 32.23%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,8,0,53)
C32M8Y0K53 
(32%,8%,0%,53%)
(0.32/0.08/0.00/0.53)	

CMYK percentages

%32.23
%8.26
%0
%52.55

Codes

Color #526F79 in popluar color models

526F79
RGB82111121
HSL195°19.21%39.80%
HSB/HSV195°32.23%47.45%
CMYK32.23%8.26%0.00%
52.55%

Color #526F79 in popluar number systems.

HEX526F79
Decimal82111121
Binary101001011011111111001
Octal122157171

Shades and tints

Shades of #526F79

#526F79
(82,111,121)
#4B656E
(75,101,110)
#445B63
(68,91,99)
#3D5158
(61,81,88)
#36474D
(54,71,77)
#2F3D42
(47,61,66)
#283337
(40,51,55)
#21292C
(33,41,44)
#1A1F21
(26,31,33)
#131516
(19,21,22)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #526F79

#526F79
(82,111,121)
#617C85
(97,124,133)
#708991
(112,137,145)
#7F969D
(127,150,157)
#8EA3A9
(142,163,169)
#9DB0B5
(157,176,181)
#ACBDC1
(172,189,193)
#BBCACD
(187,202,205)
#CAD7D9
(202,215,217)
#D9E4E5
(217,228,229)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526F79; }

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

This text font color is #526F79.


Background Color

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

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

This div background color is #526F79.


Border color

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

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

This div border color is #526F79.


Opacity

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

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

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

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

This text has shadow with #526F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526F79 on black background.


Color preview on white background

This text has color #526F79 on white background.



Black color preview on #526F79 background

This text has black color on #526F79 background.


White color preview on #526F79 background

This text has white color on #526F79 background.