COLOR #525D2F

HEX: #525D2F
RGB: (82,93,47)

Color info

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

RGB color model

#525D2F color RGB value is (82,93,47).

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

RGB channels and saturation

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

82
93
47

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

Portions of RGB colors in percentages

R + G + B =
82 + 93 + 47 = 222 (100%)
R 82 of 222 ~ 36.94%
G 93 of 222 ~ 41.89%
B 47 of 222 ~ 21.17%

%36.94
%41.89
%21.17

CMYK color model

#525D2F color CMYK value is (12,0,49,64).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 63.53%
CMYK:
(12,0,49,64)
C12M0Y49K64 
(12%,0%,49%,64%)
(0.12/0.00/0.49/0.64)	

CMYK percentages

%11.83
%0
%49.46
%63.53

Codes

Color #525D2F in popluar color models

525D2F
RGB829347
HSL74°32.86%27.45%
HSB/HSV74°49.46%36.47%
CMYK11.83%0.00%49.46%
63.53%

Color #525D2F in popluar number systems.

HEX525D2F
Decimal829347
Binary10100101011101101111
Octal12213557

Shades and tints

Shades of #525D2F

#525D2F
(82,93,47)
#4B552B
(75,85,43)
#444D27
(68,77,39)
#3D4523
(61,69,35)
#363D1F
(54,61,31)
#2F351B
(47,53,27)
#282D17
(40,45,23)
#212513
(33,37,19)
#1A1D0F
(26,29,15)
#13150B
(19,21,11)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #525D2F

#525D2F
(82,93,47)
#616B41
(97,107,65)
#707953
(112,121,83)
#7F8765
(127,135,101)
#8E9577
(142,149,119)
#9DA389
(157,163,137)
#ACB19B
(172,177,155)
#BBBFAD
(187,191,173)
#CACDBF
(202,205,191)
#D9DBD1
(217,219,209)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525D2F; }

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

This text font color is #525D2F.


Background Color

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

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

This div background color is #525D2F.


Border color

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

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

This div border color is #525D2F.


Opacity

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

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

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

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

This text has shadow with #525D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525D2F on black background.


Color preview on white background

This text has color #525D2F on white background.



Black color preview on #525D2F background

This text has black color on #525D2F background.


White color preview on #525D2F background

This text has white color on #525D2F background.