COLOR #526662

HEX: #526662
RGB: (82,102,98)

Color info

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

RGB color model

#526662 color RGB value is (82,102,98).

  • red value is 82;
  • green value is 102;
  • blue value is 98.
RGB:
(82,102,98)
(32%,40%,38%)

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 98 of 255 = 38%

82
102
98

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

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 98 = 282 (100%)
R 82 of 282 ~ 29.08%
G 102 of 282 ~ 36.17%
B 98 of 282 ~ 34.75%

%29.08
%36.17
%34.75

CMYK color model

#526662 color CMYK value is (20,0,4,60).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(20,0,4,60)
C20M0Y4K60 
(20%,0%,4%,60%)
(0.20/0.00/0.04/0.60)	

CMYK percentages

%19.61
%0
%3.92
%60

Codes

Color #526662 in popluar color models

526662
RGB8210298
HSL168°10.87%36.08%
HSB/HSV168°19.61%40.00%
CMYK19.61%0.00%3.92%
60.00%

Color #526662 in popluar number systems.

HEX526662
Decimal8210298
Binary101001011001101100010
Octal122146142

Shades and tints

Shades of #526662

#526662
(82,102,98)
#4B5D5A
(75,93,90)
#445452
(68,84,82)
#3D4B4A
(61,75,74)
#364242
(54,66,66)
#2F393A
(47,57,58)
#283032
(40,48,50)
#21272A
(33,39,42)
#1A1E22
(26,30,34)
#13151A
(19,21,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #526662

#526662
(82,102,98)
#617370
(97,115,112)
#70807E
(112,128,126)
#7F8D8C
(127,141,140)
#8E9A9A
(142,154,154)
#9DA7A8
(157,167,168)
#ACB4B6
(172,180,182)
#BBC1C4
(187,193,196)
#CACED2
(202,206,210)
#D9DBE0
(217,219,224)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526662 color. Also use rgb(82,102,98) instead hex code.

Text Font Color

.myTextColor { color: #526662; }

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

This text font color is #526662.


Background Color

.myBgColor { background-color: #526662; }

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

This div background color is #526662.


Border color

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

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

This div border color is #526662.


Opacity

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

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

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

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

This text has shadow with #526662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526662 on black background.


Color preview on white background

This text has color #526662 on white background.



Black color preview on #526662 background

This text has black color on #526662 background.


White color preview on #526662 background

This text has white color on #526662 background.