COLOR #525D3F

HEX: #525D3F
RGB: (82,93,63)

Color info

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

RGB color model

#525D3F color RGB value is (82,93,63).

  • red value is 82;
  • green value is 93;
  • blue value is 63.
RGB:
(82,93,63)
(32%,36%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 63 of 255 = 25%

82
93
63

R + G + B ~ 31%. #525D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 93 + 63 = 238 (100%)
R 82 of 238 ~ 34.45%
G 93 of 238 ~ 39.08%
B 63 of 238 ~ 26.47%

%34.45
%39.08
%26.47

CMYK color model

#525D3F color CMYK value is (12,0,32,64).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK:
(12,0,32,64)
C12M0Y32K64 
(12%,0%,32%,64%)
(0.12/0.00/0.32/0.64)	

CMYK percentages

%11.83
%0
%32.26
%63.53

Codes

Color #525D3F in popluar color models

525D3F
RGB829363
HSL82°19.23%30.59%
HSB/HSV82°32.26%36.47%
CMYK11.83%0.00%32.26%
63.53%

Color #525D3F in popluar number systems.

HEX525D3F
Decimal829363
Binary10100101011101111111
Octal12213577

Shades and tints

Shades of #525D3F

#525D3F
(82,93,63)
#4B553A
(75,85,58)
#444D35
(68,77,53)
#3D4530
(61,69,48)
#363D2B
(54,61,43)
#2F3526
(47,53,38)
#282D21
(40,45,33)
#21251C
(33,37,28)
#1A1D17
(26,29,23)
#131512
(19,21,18)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #525D3F

#525D3F
(82,93,63)
#616B50
(97,107,80)
#707961
(112,121,97)
#7F8772
(127,135,114)
#8E9583
(142,149,131)
#9DA394
(157,163,148)
#ACB1A5
(172,177,165)
#BBBFB6
(187,191,182)
#CACDC7
(202,205,199)
#D9DBD8
(217,219,216)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525D3F; }

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

This text font color is #525D3F.


Background Color

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

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

This div background color is #525D3F.


Border color

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

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

This div border color is #525D3F.


Opacity

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

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

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

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

This text has shadow with #525D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525D3F on black background.


Color preview on white background

This text has color #525D3F on white background.



Black color preview on #525D3F background

This text has black color on #525D3F background.


White color preview on #525D3F background

This text has white color on #525D3F background.