COLOR #525540

HEX: #525540
RGB: (82,85,64)

Color info

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

RGB color model

#525540 color RGB value is (82,85,64).

  • red value is 82;
  • green value is 85;
  • blue value is 64.
RGB:
(82,85,64)
(32%,33%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 64 of 255 = 25%

82
85
64

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 64 = 231 (100%)
R 82 of 231 ~ 35.5%
G 85 of 231 ~ 36.8%
B 64 of 231 ~ 27.71%

%35.5
%36.8
%27.71

CMYK color model

#525540 color CMYK value is (4,0,25,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 66.67%
CMYK:
(4,0,25,67)
C4M0Y25K67 
(4%,0%,25%,67%)
(0.04/0.00/0.25/0.67)	

CMYK percentages

%3.53
%0
%24.71
%66.67

Codes

Color #525540 in popluar color models

525540
RGB828564
HSL69°14.09%29.22%
HSB/HSV69°24.71%33.33%
CMYK3.53%0.00%24.71%
66.67%

Color #525540 in popluar number systems.

HEX525540
Decimal828564
Binary101001010101011000000
Octal122125100

Shades and tints

Shades of #525540

#525540
(82,85,64)
#4B4E3B
(75,78,59)
#444736
(68,71,54)
#3D4031
(61,64,49)
#36392C
(54,57,44)
#2F3227
(47,50,39)
#282B22
(40,43,34)
#21241D
(33,36,29)
#1A1D18
(26,29,24)
#131613
(19,22,19)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #525540

#525540
(82,85,64)
#616451
(97,100,81)
#707362
(112,115,98)
#7F8273
(127,130,115)
#8E9184
(142,145,132)
#9DA095
(157,160,149)
#ACAFA6
(172,175,166)
#BBBEB7
(187,190,183)
#CACDC8
(202,205,200)
#D9DCD9
(217,220,217)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525540 color. Also use rgb(82,85,64) instead hex code.

Text Font Color

.myTextColor { color: #525540; }

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

This text font color is #525540.


Background Color

.myBgColor { background-color: #525540; }

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

This div background color is #525540.


Border color

.myBorderColor { border: 1px solid #525540; }

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

This div border color is #525540.


Opacity

.myOpacity80 { color: #525540; opacity: 0.8; }

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

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

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

This text has shadow with #525540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525540 on black background.


Color preview on white background

This text has color #525540 on white background.



Black color preview on #525540 background

This text has black color on #525540 background.


White color preview on #525540 background

This text has white color on #525540 background.