COLOR #526C6A

HEX: #526C6A
RGB: (82,108,106)

Color info

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

RGB color model

#526C6A color RGB value is (82,108,106).

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

RGB channels and saturation

R 82 of 255 = 32%
G 108 of 255 = 42%
B 106 of 255 = 42%

82
108
106

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

Portions of RGB colors in percentages

R + G + B =
82 + 108 + 106 = 296 (100%)
R 82 of 296 ~ 27.7%
G 108 of 296 ~ 36.49%
B 106 of 296 ~ 35.81%

%27.7
%36.49
%35.81

CMYK color model

#526C6A color CMYK value is (24,0,2,58).

  • cyan value is 24.07%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(24,0,2,58)
C24M0Y2K58 
(24%,0%,2%,58%)
(0.24/0.00/0.02/0.58)	

CMYK percentages

%24.07
%0
%1.85
%57.65

Codes

Color #526C6A in popluar color models

526C6A
RGB82108106
HSL175°13.68%37.25%
HSB/HSV175°24.07%42.35%
CMYK24.07%0.00%1.85%
57.65%

Color #526C6A in popluar number systems.

HEX526C6A
Decimal82108106
Binary101001011011001101010
Octal122154152

Shades and tints

Shades of #526C6A

#526C6A
(82,108,106)
#4B6361
(75,99,97)
#445A58
(68,90,88)
#3D514F
(61,81,79)
#364846
(54,72,70)
#2F3F3D
(47,63,61)
#283634
(40,54,52)
#212D2B
(33,45,43)
#1A2422
(26,36,34)
#131B19
(19,27,25)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #526C6A

#526C6A
(82,108,106)
#617977
(97,121,119)
#708684
(112,134,132)
#7F9391
(127,147,145)
#8EA09E
(142,160,158)
#9DADAB
(157,173,171)
#ACBAB8
(172,186,184)
#BBC7C5
(187,199,197)
#CAD4D2
(202,212,210)
#D9E1DF
(217,225,223)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526C6A; }

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

This text font color is #526C6A.


Background Color

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

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

This div background color is #526C6A.


Border color

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

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

This div border color is #526C6A.


Opacity

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

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

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

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

This text has shadow with #526C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526C6A on black background.


Color preview on white background

This text has color #526C6A on white background.



Black color preview on #526C6A background

This text has black color on #526C6A background.


White color preview on #526C6A background

This text has white color on #526C6A background.