COLOR #526C5E

HEX: #526C5E RGB: (82,108,94)

Color info

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

RGB color model

#526C5E color RGB value is (82,108,94).

RGB: (82,108,94) (32%, 42%, 37%)

RGB channels and saturation

R 82 of 255 = 32%
G 108 of 255 = 42%
B 94 of 255 = 37%

82
108
94

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

Portions of RGB colors in percentages

R + G + B = 82 + 108 + 94 = 284 (100%)
R 82 of 284 ~ 28.87%
G 108 of 284 ~ 38.03%
B 94 of 284 ~ 33.1'%

%28.87
%38.03
%33.1

CMYK color model

#526C5E color CMYK value is (24,0,13,58).

  • cyan value is 24.07%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 57.65%

CMYK: (24,0,13,58)
C24M0Y13K58 (24%, 0%, 13%, 58%)
(0.24 / 0.00 / 0.13 / 0.58)

CMYK percentages

%24.07
%0
%12.96
%57.65

Codes

Color #526C5E in popluar color models

52 6C 5E
RGB 82 108 94
HSL 148° 13.68% 37.25%
HSB/HSV 148° 24.07% 42.35%
CMYK 24.07% 0.00% 12.96%
57.65%

Color #526C5E in popluar number systems.

HEX 52 6C 5E
Decimal 82 108 94
Binary 1010010 1101100 1011110
Octal 122 154 136

Shades and tints

Shades of #526C5E

#526C5E
(82,108,94)
#4B6356
(75,99,86)
#445A4E
(68,90,78)
#3D5146
(61,81,70)
#36483E
(54,72,62)
#2F3F36
(47,63,54)
#28362E
(40,54,46)
#212D26
(33,45,38)
#1A241E
(26,36,30)
#131B16
(19,27,22)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #526C5E

#526C5E
(82,108,94)
#61796C
(97,121,108)
#70867A
(112,134,122)
#7F9388
(127,147,136)
#8EA096
(142,160,150)
#9DADA4
(157,173,164)
#ACBAB2
(172,186,178)
#BBC7C0
(187,199,192)
#CAD4CE
(202,212,206)
#D9E1DC
(217,225,220)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526C5E; }

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

This text font color is #526C5E.

Background Color

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

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

This div background color is #526C5E.

Border color

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

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

This div border color is #526C5E.

Opacity

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

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

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

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

This text has shadow with #526C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526C5E.

Preview

Color preview on black background

This text has color #526C5E on black background.


Color preview on white background

This text has color #526C5E on white background.


Black color preview on #526C5E background

This text has black color on #526C5E background.


White color preview on #526C5E background

This text has white color on #526C5E background.


Related colors

Complementary color

Complementary color for #hex is #AD93A1.


I love getcolorcode.com

Triadic colors

1 #5E526C and #6C5E52 with #526C5E are triadic colors.

2 #5E6C52 and #6C525E with #526C5E are triadic colors.