COLOR #526E5D

HEX: #526E5D RGB: (82,110,93)

Color info

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

RGB color model

#526E5D color RGB value is (82,110,93).

RGB: (82,110,93) (32%, 43%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 110 of 255 = 43%
B 93 of 255 = 36%

82
110
93

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

Portions of RGB colors in percentages

R + G + B = 82 + 110 + 93 = 285 (100%)
R 82 of 285 ~ 28.77%
G 110 of 285 ~ 38.6%
B 93 of 285 ~ 32.63'%

%28.77
%38.6
%32.63

CMYK color model

#526E5D color CMYK value is (25,0,15,57).

  • cyan value is 25.45%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 56.86%

CMYK: (25,0,15,57)
C25M0Y15K57 (25%, 0%, 15%, 57%)
(0.25 / 0.00 / 0.15 / 0.57)

CMYK percentages

%25.45
%0
%15.45
%56.86

Codes

Color #526E5D in popluar color models

52 6E 5D
RGB 82 110 93
HSL 144° 14.58% 37.65%
HSB/HSV 144° 25.45% 43.14%
CMYK 25.45% 0.00% 15.45%
56.86%

Color #526E5D in popluar number systems.

HEX 52 6E 5D
Decimal 82 110 93
Binary 1010010 1101110 1011101
Octal 122 156 135

Shades and tints

Shades of #526E5D

#526E5D
(82,110,93)
#4B6455
(75,100,85)
#445A4D
(68,90,77)
#3D5045
(61,80,69)
#36463D
(54,70,61)
#2F3C35
(47,60,53)
#28322D
(40,50,45)
#212825
(33,40,37)
#1A1E1D
(26,30,29)
#131415
(19,20,21)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #526E5D

#526E5D
(82,110,93)
#617B6B
(97,123,107)
#708879
(112,136,121)
#7F9587
(127,149,135)
#8EA295
(142,162,149)
#9DAFA3
(157,175,163)
#ACBCB1
(172,188,177)
#BBC9BF
(187,201,191)
#CAD6CD
(202,214,205)
#D9E3DB
(217,227,219)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526E5D color. Also use rgb(82,110,93) instead hex code.

Text Font Color

.myTextColor { color: #526E5D; }

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

This text font color is #526E5D.

Background Color

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

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

This div background color is #526E5D.

Border color

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

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

This div border color is #526E5D.

Opacity

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

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

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

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

This text has shadow with #526E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526E5D.

Preview

Color preview on black background

This text has color #526E5D on black background.


Color preview on white background

This text has color #526E5D on white background.


Black color preview on #526E5D background

This text has black color on #526E5D background.


White color preview on #526E5D background

This text has white color on #526E5D background.


Related colors

Complementary color

Complementary color for #hex is #AD91A2.


I love getcolorcode.com

Triadic colors

1 #5D526E and #6E5D52 with #526E5D are triadic colors.

2 #5D6E52 and #6E525D with #526E5D are triadic colors.