COLOR #526964

HEX: #526964
RGB: (82,105,100)

Color info

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

RGB color model

#526964 color RGB value is (82,105,100).

  • red value is 82;
  • green value is 105;
  • blue value is 100.
RGB:
(82,105,100)
(32%,41%,39%)

RGB channels and saturation

R 82 of 255 = 32%
G 105 of 255 = 41%
B 100 of 255 = 39%

82
105
100

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

Portions of RGB colors in percentages

R + G + B =
82 + 105 + 100 = 287 (100%)
R 82 of 287 ~ 28.57%
G 105 of 287 ~ 36.59%
B 100 of 287 ~ 34.84%

%28.57
%36.59
%34.84

CMYK color model

#526964 color CMYK value is (22,0,5,59).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 58.82%
CMYK:
(22,0,5,59)
C22M0Y5K59 
(22%,0%,5%,59%)
(0.22/0.00/0.05/0.59)	

CMYK percentages

%21.9
%0
%4.76
%58.82

Codes

Color #526964 in popluar color models

526964
RGB82105100
HSL167°12.30%36.67%
HSB/HSV167°21.90%41.18%
CMYK21.90%0.00%4.76%
58.82%

Color #526964 in popluar number systems.

HEX526964
Decimal82105100
Binary101001011010011100100
Octal122151144

Shades and tints

Shades of #526964

#526964
(82,105,100)
#4B605B
(75,96,91)
#445752
(68,87,82)
#3D4E49
(61,78,73)
#364540
(54,69,64)
#2F3C37
(47,60,55)
#28332E
(40,51,46)
#212A25
(33,42,37)
#1A211C
(26,33,28)
#131813
(19,24,19)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #526964

#526964
(82,105,100)
#617672
(97,118,114)
#708380
(112,131,128)
#7F908E
(127,144,142)
#8E9D9C
(142,157,156)
#9DAAAA
(157,170,170)
#ACB7B8
(172,183,184)
#BBC4C6
(187,196,198)
#CAD1D4
(202,209,212)
#D9DEE2
(217,222,226)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526964; }

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

This text font color is #526964.


Background Color

.myBgColor { background-color: #526964; }

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

This div background color is #526964.


Border color

.myBorderColor { border: 1px solid #526964; }

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

This div border color is #526964.


Opacity

.myOpacity80 { color: #526964; opacity: 0.8; }

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

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

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

This text has shadow with #526964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526964 on black background.


Color preview on white background

This text has color #526964 on white background.



Black color preview on #526964 background

This text has black color on #526964 background.


White color preview on #526964 background

This text has white color on #526964 background.