COLOR #526057

HEX: #526057
RGB: (82,96,87)

Color info

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

RGB color model

#526057 color RGB value is (82,96,87).

  • red value is 82;
  • green value is 96;
  • blue value is 87.
RGB:
(82,96,87)
(32%,38%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 96 of 255 = 38%
B 87 of 255 = 34%

82
96
87

R + G + B ~ 35%. #526057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 87 = 265 (100%)
R 82 of 265 ~ 30.94%
G 96 of 265 ~ 36.23%
B 87 of 265 ~ 32.83%

%30.94
%36.23
%32.83

CMYK color model

#526057 color CMYK value is (15,0,9,62).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(15,0,9,62)
C15M0Y9K62 
(15%,0%,9%,62%)
(0.15/0.00/0.09/0.62)	

CMYK percentages

%14.58
%0
%9.38
%62.35

Codes

Color #526057 in popluar color models

526057
RGB829687
HSL141°7.87%34.90%
HSB/HSV141°14.58%37.65%
CMYK14.58%0.00%9.38%
62.35%

Color #526057 in popluar number systems.

HEX526057
Decimal829687
Binary101001011000001010111
Octal122140127

Shades and tints

Shades of #526057

#526057
(82,96,87)
#4B5850
(75,88,80)
#445049
(68,80,73)
#3D4842
(61,72,66)
#36403B
(54,64,59)
#2F3834
(47,56,52)
#28302D
(40,48,45)
#212826
(33,40,38)
#1A201F
(26,32,31)
#131818
(19,24,24)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #526057

#526057
(82,96,87)
#616E66
(97,110,102)
#707C75
(112,124,117)
#7F8A84
(127,138,132)
#8E9893
(142,152,147)
#9DA6A2
(157,166,162)
#ACB4B1
(172,180,177)
#BBC2C0
(187,194,192)
#CAD0CF
(202,208,207)
#D9DEDE
(217,222,222)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526057 color. Also use rgb(82,96,87) instead hex code.

Text Font Color

.myTextColor { color: #526057; }

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

This text font color is #526057.


Background Color

.myBgColor { background-color: #526057; }

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

This div background color is #526057.


Border color

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

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

This div border color is #526057.


Opacity

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

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

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

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

This text has shadow with #526057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526057 on black background.


Color preview on white background

This text has color #526057 on white background.



Black color preview on #526057 background

This text has black color on #526057 background.


White color preview on #526057 background

This text has white color on #526057 background.