COLOR #526D4D

HEX: #526D4D RGB: (82,109,77)

Color info

#526D4D contains red, green and blue colors in about the same proportion. Web safe color of #526D4D is #666633 (or #663).

RGB color model

#526D4D color RGB value is (82,109,77).

RGB: (82,109,77) (32%, 43%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 109 of 255 = 43%
B 77 of 255 = 30%

82
109
77

R + G + B ~ 35%. #526D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 109 + 77 = 268 (100%)
R 82 of 268 ~ 30.6%
G 109 of 268 ~ 40.67%
B 77 of 268 ~ 28.73'%

%30.6
%40.67
%28.73

CMYK color model

#526D4D color CMYK value is (25,0,29,57).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 57.25%

CMYK: (25,0,29,57)
C25M0Y29K57 (25%, 0%, 29%, 57%)
(0.25 / 0.00 / 0.29 / 0.57)

CMYK percentages

%24.77
%0
%29.36
%57.25

Codes

Color #526D4D in popluar color models

52 6D 4D
RGB 82 109 77
HSL 111° 17.20% 36.47%
HSB/HSV 111° 29.36% 42.75%
CMYK 24.77% 0.00% 29.36%
57.25%

Color #526D4D in popluar number systems.

HEX 52 6D 4D
Decimal 82 109 77
Binary 1010010 1101101 1001101
Octal 122 155 115

Shades and tints

Shades of #526D4D

#526D4D
(82,109,77)
#4B6446
(75,100,70)
#445B3F
(68,91,63)
#3D5238
(61,82,56)
#364931
(54,73,49)
#2F402A
(47,64,42)
#283723
(40,55,35)
#212E1C
(33,46,28)
#1A2515
(26,37,21)
#131C0E
(19,28,14)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #526D4D

#526D4D
(82,109,77)
#617A5D
(97,122,93)
#70876D
(112,135,109)
#7F947D
(127,148,125)
#8EA18D
(142,161,141)
#9DAE9D
(157,174,157)
#ACBBAD
(172,187,173)
#BBC8BD
(187,200,189)
#CAD5CD
(202,213,205)
#D9E2DD
(217,226,221)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526D4D color. Also use rgb(82,109,77) instead hex code.

Text Font Color

.myTextColor { color: #526D4D; }

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

This text font color is #526D4D.

Background Color

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

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

This div background color is #526D4D.

Border color

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

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

This div border color is #526D4D.

Opacity

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

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

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

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

This text has shadow with #526D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #526D4D.

Preview

Color preview on black background

This text has color #526D4D on black background.


Color preview on white background

This text has color #526D4D on white background.


Black color preview on #526D4D background

This text has black color on #526D4D background.


White color preview on #526D4D background

This text has white color on #526D4D background.


Related colors

Complementary color

Complementary color for #hex is #AD92B2.


I love getcolorcode.com

Triadic colors

1 #4D526D and #6D4D52 with #526D4D are triadic colors.

2 #4D6D52 and #6D524D with #526D4D are triadic colors.