COLOR #525D35

HEX: #525D35 RGB: (82,93,53)

Color info

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

RGB color model

#525D35 color RGB value is (82,93,53).

RGB: (82,93,53) (32%, 36%, 21%)

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 53 of 255 = 21%

82
93
53

R + G + B ~ 30%. #525D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 93 + 53 = 228 (100%)
R 82 of 228 ~ 35.96%
G 93 of 228 ~ 40.79%
B 53 of 228 ~ 23.25'%

%35.96
%40.79
%23.25

CMYK color model

#525D35 color CMYK value is (12,0,43,64).

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

CMYK: (12,0,43,64)
C12M0Y43K64 (12%, 0%, 43%, 64%)
(0.12 / 0.00 / 0.43 / 0.64)

CMYK percentages

%11.83
%0
%43.01
%63.53

Codes

Color #525D35 in popluar color models

52 5D 35
RGB 82 93 53
HSL 77° 27.40% 28.63%
HSB/HSV 77° 43.01% 36.47%
CMYK 11.83% 0.00% 43.01%
63.53%

Color #525D35 in popluar number systems.

HEX 52 5D 35
Decimal 82 93 53
Binary 1010010 1011101 110101
Octal 122 135 65

Shades and tints

Shades of #525D35

#525D35
(82,93,53)
#4B5531
(75,85,49)
#444D2D
(68,77,45)
#3D4529
(61,69,41)
#363D25
(54,61,37)
#2F3521
(47,53,33)
#282D1D
(40,45,29)
#212519
(33,37,25)
#1A1D15
(26,29,21)
#131511
(19,21,17)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #525D35

#525D35
(82,93,53)
#616B47
(97,107,71)
#707959
(112,121,89)
#7F876B
(127,135,107)
#8E957D
(142,149,125)
#9DA38F
(157,163,143)
#ACB1A1
(172,177,161)
#BBBFB3
(187,191,179)
#CACDC5
(202,205,197)
#D9DBD7
(217,219,215)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525D35; }

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

This text font color is #525D35.

Background Color

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

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

This div background color is #525D35.

Border color

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

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

This div border color is #525D35.

Opacity

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

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

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

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

This text has shadow with #525D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525D35.

Preview

Color preview on black background

This text has color #525D35 on black background.


Color preview on white background

This text has color #525D35 on white background.


Black color preview on #525D35 background

This text has black color on #525D35 background.


White color preview on #525D35 background

This text has white color on #525D35 background.


Related colors

Complementary color

Complementary color for #hex is #ADA2CA.


I love getcolorcode.com

Triadic colors

1 #35525D and #5D3552 with #525D35 are triadic colors.

2 #355D52 and #5D5235 with #525D35 are triadic colors.