COLOR #526B64

HEX: #526B64 RGB: (82,107,100)

Color info

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

RGB color model

#526B64 color RGB value is (82,107,100).

RGB: (82,107,100) (32%, 42%, 39%)

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 100 of 255 = 39%

82
107
100

R + G + B ~ 38%. #526B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 107 + 100 = 289 (100%)
R 82 of 289 ~ 28.37%
G 107 of 289 ~ 37.02%
B 100 of 289 ~ 34.6'%

%28.37
%37.02
%34.6

CMYK color model

#526B64 color CMYK value is (23,0,7,58).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%

CMYK: (23,0,7,58)
C23M0Y7K58 (23%, 0%, 7%, 58%)
(0.23 / 0.00 / 0.07 / 0.58)

CMYK percentages

%23.36
%0
%6.54
%58.04

Codes

Color #526B64 in popluar color models

52 6B 64
RGB 82 107 100
HSL 163° 13.23% 37.06%
HSB/HSV 163° 23.36% 41.96%
CMYK 23.36% 0.00% 6.54%
58.04%

Color #526B64 in popluar number systems.

HEX 52 6B 64
Decimal 82 107 100
Binary 1010010 1101011 1100100
Octal 122 153 144

Shades and tints

Shades of #526B64

#526B64
(82,107,100)
#4B625B
(75,98,91)
#445952
(68,89,82)
#3D5049
(61,80,73)
#364740
(54,71,64)
#2F3E37
(47,62,55)
#28352E
(40,53,46)
#212C25
(33,44,37)
#1A231C
(26,35,28)
#131A13
(19,26,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #526B64

#526B64
(82,107,100)
#617872
(97,120,114)
#708580
(112,133,128)
#7F928E
(127,146,142)
#8E9F9C
(142,159,156)
#9DACAA
(157,172,170)
#ACB9B8
(172,185,184)
#BBC6C6
(187,198,198)
#CAD3D4
(202,211,212)
#D9E0E2
(217,224,226)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526B64; }

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

This text font color is #526B64.

Background Color

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

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

This div background color is #526B64.

Border color

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

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

This div border color is #526B64.

Opacity

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

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

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

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

This text has shadow with #526B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526B64.

Preview

Color preview on black background

This text has color #526B64 on black background.


Color preview on white background

This text has color #526B64 on white background.


Black color preview on #526B64 background

This text has black color on #526B64 background.


White color preview on #526B64 background

This text has white color on #526B64 background.


Related colors

Complementary color

Complementary color for #hex is #AD949B.


I love getcolorcode.com

Triadic colors

1 #64526B and #6B6452 with #526B64 are triadic colors.

2 #646B52 and #6B5264 with #526B64 are triadic colors.