COLOR #526068

HEX: #526068
RGB: (82,96,104)

Color info

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

RGB color model

#526068 color RGB value is (82,96,104).

  • red value is 82;
  • green value is 96;
  • blue value is 104.
RGB:
(82,96,104)
(32%,38%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 96 of 255 = 38%
B 104 of 255 = 41%

82
96
104

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

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 104 = 282 (100%)
R 82 of 282 ~ 29.08%
G 96 of 282 ~ 34.04%
B 104 of 282 ~ 36.88%

%29.08
%34.04
%36.88

CMYK color model

#526068 color CMYK value is (21,8,0,59).

  • cyan value is 21.15%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(21,8,0,59)
C21M8Y0K59 
(21%,8%,0%,59%)
(0.21/0.08/0.00/0.59)	

CMYK percentages

%21.15
%7.69
%0
%59.22

Codes

Color #526068 in popluar color models

526068
RGB8296104
HSL202°11.83%36.47%
HSB/HSV202°21.15%40.78%
CMYK21.15%7.69%0.00%
59.22%

Color #526068 in popluar number systems.

HEX526068
Decimal8296104
Binary101001011000001101000
Octal122140150

Shades and tints

Shades of #526068

#526068
(82,96,104)
#4B585F
(75,88,95)
#445056
(68,80,86)
#3D484D
(61,72,77)
#364044
(54,64,68)
#2F383B
(47,56,59)
#283032
(40,48,50)
#212829
(33,40,41)
#1A2020
(26,32,32)
#131817
(19,24,23)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #526068

#526068
(82,96,104)
#616E75
(97,110,117)
#707C82
(112,124,130)
#7F8A8F
(127,138,143)
#8E989C
(142,152,156)
#9DA6A9
(157,166,169)
#ACB4B6
(172,180,182)
#BBC2C3
(187,194,195)
#CAD0D0
(202,208,208)
#D9DEDD
(217,222,221)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526068 color. Also use rgb(82,96,104) instead hex code.

Text Font Color

.myTextColor { color: #526068; }

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

This text font color is #526068.


Background Color

.myBgColor { background-color: #526068; }

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

This div background color is #526068.


Border color

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

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

This div border color is #526068.


Opacity

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

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

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

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

This text has shadow with #526068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526068 on black background.


Color preview on white background

This text has color #526068 on white background.



Black color preview on #526068 background

This text has black color on #526068 background.


White color preview on #526068 background

This text has white color on #526068 background.