COLOR #526968

HEX: #526968
RGB: (82,105,104)

Color info

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

RGB color model

#526968 color RGB value is (82,105,104).

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

RGB channels and saturation

R 82 of 255 = 32%
G 105 of 255 = 41%
B 104 of 255 = 41%

82
105
104

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

Portions of RGB colors in percentages

R + G + B =
82 + 105 + 104 = 291 (100%)
R 82 of 291 ~ 28.18%
G 105 of 291 ~ 36.08%
B 104 of 291 ~ 35.74%

%28.18
%36.08
%35.74

CMYK color model

#526968 color CMYK value is (22,0,1,59).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK:
(22,0,1,59)
C22M0Y1K59 
(22%,0%,1%,59%)
(0.22/0.00/0.01/0.59)	

CMYK percentages

%21.9
%0
%0.95
%58.82

Codes

Color #526968 in popluar color models

526968
RGB82105104
HSL177°12.30%36.67%
HSB/HSV177°21.90%41.18%
CMYK21.90%0.00%0.95%
58.82%

Color #526968 in popluar number systems.

HEX526968
Decimal82105104
Binary101001011010011101000
Octal122151150

Shades and tints

Shades of #526968

#526968
(82,105,104)
#4B605F
(75,96,95)
#445756
(68,87,86)
#3D4E4D
(61,78,77)
#364544
(54,69,68)
#2F3C3B
(47,60,59)
#283332
(40,51,50)
#212A29
(33,42,41)
#1A2120
(26,33,32)
#131817
(19,24,23)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #526968

#526968
(82,105,104)
#617675
(97,118,117)
#708382
(112,131,130)
#7F908F
(127,144,143)
#8E9D9C
(142,157,156)
#9DAAA9
(157,170,169)
#ACB7B6
(172,183,182)
#BBC4C3
(187,196,195)
#CAD1D0
(202,209,208)
#D9DEDD
(217,222,221)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526968; }

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

This text font color is #526968.


Background Color

.myBgColor { background-color: #526968; }

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

This div background color is #526968.


Border color

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

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

This div border color is #526968.


Opacity

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

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

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

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

This text has shadow with #526968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526968 on black background.


Color preview on white background

This text has color #526968 on white background.



Black color preview on #526968 background

This text has black color on #526968 background.


White color preview on #526968 background

This text has white color on #526968 background.