COLOR #526259

HEX: #526259
RGB: (82,98,89)

Color info

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

RGB color model

#526259 color RGB value is (82,98,89).

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

RGB channels and saturation

R 82 of 255 = 32%
G 98 of 255 = 38%
B 89 of 255 = 35%

82
98
89

R + G + B ~ 35%. #526259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 98 + 89 = 269 (100%)
R 82 of 269 ~ 30.48%
G 98 of 269 ~ 36.43%
B 89 of 269 ~ 33.09%

%30.48
%36.43
%33.09

CMYK color model

#526259 color CMYK value is (16,0,9,62).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(16,0,9,62)
C16M0Y9K62 
(16%,0%,9%,62%)
(0.16/0.00/0.09/0.62)	

CMYK percentages

%16.33
%0
%9.18
%61.57

Codes

Color #526259 in popluar color models

526259
RGB829889
HSL146°8.89%35.29%
HSB/HSV146°16.33%38.43%
CMYK16.33%0.00%9.18%
61.57%

Color #526259 in popluar number systems.

HEX526259
Decimal829889
Binary101001011000101011001
Octal122142131

Shades and tints

Shades of #526259

#526259
(82,98,89)
#4B5A51
(75,90,81)
#445249
(68,82,73)
#3D4A41
(61,74,65)
#364239
(54,66,57)
#2F3A31
(47,58,49)
#283229
(40,50,41)
#212A21
(33,42,33)
#1A2219
(26,34,25)
#131A11
(19,26,17)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #526259

#526259
(82,98,89)
#617068
(97,112,104)
#707E77
(112,126,119)
#7F8C86
(127,140,134)
#8E9A95
(142,154,149)
#9DA8A4
(157,168,164)
#ACB6B3
(172,182,179)
#BBC4C2
(187,196,194)
#CAD2D1
(202,210,209)
#D9E0E0
(217,224,224)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526259; }

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

This text font color is #526259.


Background Color

.myBgColor { background-color: #526259; }

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

This div background color is #526259.


Border color

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

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

This div border color is #526259.


Opacity

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

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

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

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

This text has shadow with #526259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526259 on black background.


Color preview on white background

This text has color #526259 on white background.



Black color preview on #526259 background

This text has black color on #526259 background.


White color preview on #526259 background

This text has white color on #526259 background.