COLOR #526C6B

HEX: #526C6B RGB: (82,108,107)

Color info

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

RGB color model

#526C6B color RGB value is (82,108,107).

RGB: (82,108,107) (32%, 42%, 42%)

RGB channels and saturation

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

82
108
107

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

Portions of RGB colors in percentages

R + G + B = 82 + 108 + 107 = 297 (100%)
R 82 of 297 ~ 27.61%
G 108 of 297 ~ 36.36%
B 107 of 297 ~ 36.03'%

%27.61
%36.36
%36.03

CMYK color model

#526C6B color CMYK value is (24,0,1,58).

  • cyan value is 24.07%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK: (24,0,1,58) C24M0Y1K58 (24%,0%,1%,58%) (0.24/0.00/0.01/0.58) 

CMYK percentages

%24.07
%0
%0.93
%57.65

Codes

Color #526C6B in popluar color models

52 6C 6B
RGB 82 108 107
HSL 178° 13.68% 37.25%
HSB/HSV 178° 24.07% 42.35%
CMYK 24.07% 0.00% 0.93%
57.65%

Color #526C6B in popluar number systems.

HEX 52 6C 6B
Decimal 82 108 107
Binary 1010010 1101100 1101011
Octal 122 154 153

Shades and tints

Shades of #526C6B

#526C6B
(82,108,107)
#4B6362
(75,99,98)
#445A59
(68,90,89)
#3D5150
(61,81,80)
#364847
(54,72,71)
#2F3F3E
(47,63,62)
#283635
(40,54,53)
#212D2C
(33,45,44)
#1A2423
(26,36,35)
#131B1A
(19,27,26)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #526C6B

#526C6B
(82,108,107)
#617978
(97,121,120)
#708685
(112,134,133)
#7F9392
(127,147,146)
#8EA09F
(142,160,159)
#9DADAC
(157,173,172)
#ACBAB9
(172,186,185)
#BBC7C6
(187,199,198)
#CAD4D3
(202,212,211)
#D9E1E0
(217,225,224)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526C6B; }

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

This text font color is #526C6B.

Background Color

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

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

This div background color is #526C6B.

Border color

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

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

This div border color is #526C6B.

Opacity

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

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

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

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

This text has shadow with #526C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526C6B.

Preview

Color preview on black background

This text has color #526C6B on black background.


Color preview on white background

This text has color #526C6B on white background.


Black color preview on #526C6B background

This text has black color on #526C6B background.


White color preview on #526C6B background

This text has white color on #526C6B background.


Related colors

Complementary color

Complementary color for #hex is #AD9394.


I love getcolorcode.com

Triadic colors

1 #6B526C and #6C6B52 with #526C6B are triadic colors.

2 #6B6C52 and #6C526B with #526C6B are triadic colors.