COLOR #526A5D

HEX: #526A5D
RGB: (82,106,93)

Color info

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

RGB color model

#526A5D color RGB value is (82,106,93).

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

RGB channels and saturation

R 82 of 255 = 32%
G 106 of 255 = 42%
B 93 of 255 = 36%

82
106
93

R + G + B ~ 37%. #526A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 106 + 93 = 281 (100%)
R 82 of 281 ~ 29.18%
G 106 of 281 ~ 37.72%
B 93 of 281 ~ 33.1%

%29.18
%37.72
%33.1

CMYK color model

#526A5D color CMYK value is (23,0,12,58).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(23,0,12,58)
C23M0Y12K58 
(23%,0%,12%,58%)
(0.23/0.00/0.12/0.58)	

CMYK percentages

%22.64
%0
%12.26
%58.43

Codes

Color #526A5D in popluar color models

526A5D
RGB8210693
HSL148°12.77%36.86%
HSB/HSV148°22.64%41.57%
CMYK22.64%0.00%12.26%
58.43%

Color #526A5D in popluar number systems.

HEX526A5D
Decimal8210693
Binary101001011010101011101
Octal122152135

Shades and tints

Shades of #526A5D

#526A5D
(82,106,93)
#4B6155
(75,97,85)
#44584D
(68,88,77)
#3D4F45
(61,79,69)
#36463D
(54,70,61)
#2F3D35
(47,61,53)
#28342D
(40,52,45)
#212B25
(33,43,37)
#1A221D
(26,34,29)
#131915
(19,25,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #526A5D

#526A5D
(82,106,93)
#61776B
(97,119,107)
#708479
(112,132,121)
#7F9187
(127,145,135)
#8E9E95
(142,158,149)
#9DABA3
(157,171,163)
#ACB8B1
(172,184,177)
#BBC5BF
(187,197,191)
#CAD2CD
(202,210,205)
#D9DFDB
(217,223,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526A5D; }

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

This text font color is #526A5D.


Background Color

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

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

This div background color is #526A5D.


Border color

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

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

This div border color is #526A5D.


Opacity

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

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

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

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

This text has shadow with #526A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526A5D on black background.


Color preview on white background

This text has color #526A5D on white background.



Black color preview on #526A5D background

This text has black color on #526A5D background.


White color preview on #526A5D background

This text has white color on #526A5D background.