COLOR #526A6C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
106
108

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

Portions of RGB colors in percentages

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

%27.7
%35.81
%36.49

CMYK color model

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

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

CMYK percentages

%24.07
%1.85
%0
%57.65

Codes

Color #526A6C in popluar color models

526A6C
RGB82106108
HSL185°13.68%37.25%
HSB/HSV185°24.07%42.35%
CMYK24.07%1.85%0.00%
57.65%

Color #526A6C in popluar number systems.

HEX526A6C
Decimal82106108
Binary101001011010101101100
Octal122152154

Shades and tints

Shades of #526A6C

#526A6C
(82,106,108)
#4B6163
(75,97,99)
#44585A
(68,88,90)
#3D4F51
(61,79,81)
#364648
(54,70,72)
#2F3D3F
(47,61,63)
#283436
(40,52,54)
#212B2D
(33,43,45)
#1A2224
(26,34,36)
#13191B
(19,25,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #526A6C

#526A6C
(82,106,108)
#617779
(97,119,121)
#708486
(112,132,134)
#7F9193
(127,145,147)
#8E9EA0
(142,158,160)
#9DABAD
(157,171,173)
#ACB8BA
(172,184,186)
#BBC5C7
(187,197,199)
#CAD2D4
(202,210,212)
#D9DFE1
(217,223,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526A6C; }

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

This text font color is #526A6C.


Background Color

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

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

This div background color is #526A6C.


Border color

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

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

This div border color is #526A6C.


Opacity

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

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

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

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

This text has shadow with #526A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526A6C on black background.


Color preview on white background

This text has color #526A6C on white background.



Black color preview on #526A6C background

This text has black color on #526A6C background.


White color preview on #526A6C background

This text has white color on #526A6C background.