COLOR #526C5A

HEX: #526C5A
RGB: (82,108,90)

Color info

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

RGB color model

#526C5A color RGB value is (82,108,90).

  • red value is 82;
  • green value is 108;
  • blue value is 90.
RGB:
(82,108,90)
(32%,42%,35%)

RGB channels and saturation

R 82 of 255 = 32%
G 108 of 255 = 42%
B 90 of 255 = 35%

82
108
90

R + G + B ~ 36%. #526C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 108 + 90 = 280 (100%)
R 82 of 280 ~ 29.29%
G 108 of 280 ~ 38.57%
B 90 of 280 ~ 32.14%

%29.29
%38.57
%32.14

CMYK color model

#526C5A color CMYK value is (24,0,17,58).

  • cyan value is 24.07%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(24,0,17,58)
C24M0Y17K58 
(24%,0%,17%,58%)
(0.24/0.00/0.17/0.58)	

CMYK percentages

%24.07
%0
%16.67
%57.65

Codes

Color #526C5A in popluar color models

526C5A
RGB8210890
HSL138°13.68%37.25%
HSB/HSV138°24.07%42.35%
CMYK24.07%0.00%16.67%
57.65%

Color #526C5A in popluar number systems.

HEX526C5A
Decimal8210890
Binary101001011011001011010
Octal122154132

Shades and tints

Shades of #526C5A

#526C5A
(82,108,90)
#4B6352
(75,99,82)
#445A4A
(68,90,74)
#3D5142
(61,81,66)
#36483A
(54,72,58)
#2F3F32
(47,63,50)
#28362A
(40,54,42)
#212D22
(33,45,34)
#1A241A
(26,36,26)
#131B12
(19,27,18)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #526C5A

#526C5A
(82,108,90)
#617969
(97,121,105)
#708678
(112,134,120)
#7F9387
(127,147,135)
#8EA096
(142,160,150)
#9DADA5
(157,173,165)
#ACBAB4
(172,186,180)
#BBC7C3
(187,199,195)
#CAD4D2
(202,212,210)
#D9E1E1
(217,225,225)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526C5A color. Also use rgb(82,108,90) instead hex code.

Text Font Color

.myTextColor { color: #526C5A; }

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

This text font color is #526C5A.


Background Color

.myBgColor { background-color: #526C5A; }

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

This div background color is #526C5A.


Border color

.myBorderColor { border: 1px solid #526C5A; }

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

This div border color is #526C5A.


Opacity

.myOpacity80 { color: #526C5A; opacity: 0.8; }

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

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

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

This text has shadow with #526C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526C5A on black background.


Color preview on white background

This text has color #526C5A on white background.



Black color preview on #526C5A background

This text has black color on #526C5A background.


White color preview on #526C5A background

This text has white color on #526C5A background.