COLOR #525D2D

HEX: #525D2D RGB: (82,93,45)

Color info

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

RGB color model

#525D2D color RGB value is (82,93,45).

RGB: (82,93,45) (32%, 36%, 18%)

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 45 of 255 = 18%

82
93
45

R + G + B ~ 29%. #525D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 93 + 45 = 220 (100%)
R 82 of 220 ~ 37.27%
G 93 of 220 ~ 42.27%
B 45 of 220 ~ 20.45'%

%37.27
%42.27
%20.45

CMYK color model

#525D2D color CMYK value is (12,0,52,64).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 63.53%

CMYK: (12,0,52,64)
C12M0Y52K64 (12%, 0%, 52%, 64%)
(0.12 / 0.00 / 0.52 / 0.64)

CMYK percentages

%11.83
%0
%51.61
%63.53

Codes

Color #525D2D in popluar color models

52 5D 2D
RGB 82 93 45
HSL 74° 34.78% 27.06%
HSB/HSV 74° 51.61% 36.47%
CMYK 11.83% 0.00% 51.61%
63.53%

Color #525D2D in popluar number systems.

HEX 52 5D 2D
Decimal 82 93 45
Binary 1010010 1011101 101101
Octal 122 135 55

Shades and tints

Shades of #525D2D

#525D2D
(82,93,45)
#4B5529
(75,85,41)
#444D25
(68,77,37)
#3D4521
(61,69,33)
#363D1D
(54,61,29)
#2F3519
(47,53,25)
#282D15
(40,45,21)
#212511
(33,37,17)
#1A1D0D
(26,29,13)
#131509
(19,21,9)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #525D2D

#525D2D
(82,93,45)
#616B40
(97,107,64)
#707953
(112,121,83)
#7F8766
(127,135,102)
#8E9579
(142,149,121)
#9DA38C
(157,163,140)
#ACB19F
(172,177,159)
#BBBFB2
(187,191,178)
#CACDC5
(202,205,197)
#D9DBD8
(217,219,216)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525D2D color. Also use rgb(82,93,45) instead hex code.

Text Font Color

.myTextColor { color: #525D2D; }

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

This text font color is #525D2D.

Background Color

.myBgColor { background-color: #525D2D; }

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

This div background color is #525D2D.

Border color

.myBorderColor { border: 1px solid #525D2D; }

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

This div border color is #525D2D.

Opacity

.myOpacity80 { color: #525D2D; opacity: 0.8; }

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

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

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

This text has shadow with #525D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525D2D.

Preview

Color preview on black background

This text has color #525D2D on black background.


Color preview on white background

This text has color #525D2D on white background.


Black color preview on #525D2D background

This text has black color on #525D2D background.


White color preview on #525D2D background

This text has white color on #525D2D background.


Related colors

Complementary color

Complementary color for #hex is #ADA2D2.


I love getcolorcode.com

Triadic colors

1 #2D525D and #5D2D52 with #525D2D are triadic colors.

2 #2D5D52 and #5D522D with #525D2D are triadic colors.