COLOR #525B2F

HEX: #525B2F
RGB: (82,91,47)

Color info

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

RGB color model

#525B2F color RGB value is (82,91,47).

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

RGB channels and saturation

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

82
91
47

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

Portions of RGB colors in percentages

R + G + B =
82 + 91 + 47 = 220 (100%)
R 82 of 220 ~ 37.27%
G 91 of 220 ~ 41.36%
B 47 of 220 ~ 21.36%

%37.27
%41.36
%21.36

CMYK color model

#525B2F color CMYK value is (10,0,48,64).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 64.31%
CMYK:
(10,0,48,64)
C10M0Y48K64 
(10%,0%,48%,64%)
(0.10/0.00/0.48/0.64)	

CMYK percentages

%9.89
%0
%48.35
%64.31

Codes

Color #525B2F in popluar color models

525B2F
RGB829147
HSL72°31.88%27.06%
HSB/HSV72°48.35%35.69%
CMYK9.89%0.00%48.35%
64.31%

Color #525B2F in popluar number systems.

HEX525B2F
Decimal829147
Binary10100101011011101111
Octal12213357

Shades and tints

Shades of #525B2F

#525B2F
(82,91,47)
#4B532B
(75,83,43)
#444B27
(68,75,39)
#3D4323
(61,67,35)
#363B1F
(54,59,31)
#2F331B
(47,51,27)
#282B17
(40,43,23)
#212313
(33,35,19)
#1A1B0F
(26,27,15)
#13130B
(19,19,11)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #525B2F

#525B2F
(82,91,47)
#616941
(97,105,65)
#707753
(112,119,83)
#7F8565
(127,133,101)
#8E9377
(142,147,119)
#9DA189
(157,161,137)
#ACAF9B
(172,175,155)
#BBBDAD
(187,189,173)
#CACBBF
(202,203,191)
#D9D9D1
(217,217,209)
#E8E7E3
(232,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525B2F; }

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

This text font color is #525B2F.


Background Color

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

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

This div background color is #525B2F.


Border color

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

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

This div border color is #525B2F.


Opacity

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

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

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

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

This text has shadow with #525B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525B2F on black background.


Color preview on white background

This text has color #525B2F on white background.



Black color preview on #525B2F background

This text has black color on #525B2F background.


White color preview on #525B2F background

This text has white color on #525B2F background.