COLOR #526A57

HEX: #526A57
RGB: (82,106,87)

Color info

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

RGB color model

#526A57 color RGB value is (82,106,87).

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

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 87 of 255 = 34%

82
106
87

R + G + B ~ 36%. #526A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 106 + 87 = 275 (100%)
R 82 of 275 ~ 29.82%
G 106 of 275 ~ 38.55%
B 87 of 275 ~ 31.64%

%29.82
%38.55
%31.64

CMYK color model

#526A57 color CMYK value is (23,0,18,58).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 58.43%
CMYK:
(23,0,18,58)
C23M0Y18K58 
(23%,0%,18%,58%)
(0.23/0.00/0.18/0.58)	

CMYK percentages

%22.64
%0
%17.92
%58.43

Codes

Color #526A57 in popluar color models

526A57
RGB8210687
HSL133°12.77%36.86%
HSB/HSV133°22.64%41.57%
CMYK22.64%0.00%17.92%
58.43%

Color #526A57 in popluar number systems.

HEX526A57
Decimal8210687
Binary101001011010101010111
Octal122152127

Shades and tints

Shades of #526A57

#526A57
(82,106,87)
#4B6150
(75,97,80)
#445849
(68,88,73)
#3D4F42
(61,79,66)
#36463B
(54,70,59)
#2F3D34
(47,61,52)
#28342D
(40,52,45)
#212B26
(33,43,38)
#1A221F
(26,34,31)
#131918
(19,25,24)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #526A57

#526A57
(82,106,87)
#617766
(97,119,102)
#708475
(112,132,117)
#7F9184
(127,145,132)
#8E9E93
(142,158,147)
#9DABA2
(157,171,162)
#ACB8B1
(172,184,177)
#BBC5C0
(187,197,192)
#CAD2CF
(202,210,207)
#D9DFDE
(217,223,222)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526A57; }

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

This text font color is #526A57.


Background Color

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

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

This div background color is #526A57.


Border color

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

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

This div border color is #526A57.


Opacity

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

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

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

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

This text has shadow with #526A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526A57 on black background.


Color preview on white background

This text has color #526A57 on white background.



Black color preview on #526A57 background

This text has black color on #526A57 background.


White color preview on #526A57 background

This text has white color on #526A57 background.