COLOR #525440

HEX: #525440
RGB: (82,84,64)

Color info

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

RGB color model

#525440 color RGB value is (82,84,64).

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

RGB channels and saturation

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

82
84
64

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

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 64 = 230 (100%)
R 82 of 230 ~ 35.65%
G 84 of 230 ~ 36.52%
B 64 of 230 ~ 27.83%

%35.65
%36.52
%27.83

CMYK color model

#525440 color CMYK value is (2,0,24,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 67.06%
CMYK:
(2,0,24,67)
C2M0Y24K67 
(2%,0%,24%,67%)
(0.02/0.00/0.24/0.67)	

CMYK percentages

%2.38
%0
%23.81
%67.06

Codes

Color #525440 in popluar color models

525440
RGB828464
HSL66°13.51%29.02%
HSB/HSV66°23.81%32.94%
CMYK2.38%0.00%23.81%
67.06%

Color #525440 in popluar number systems.

HEX525440
Decimal828464
Binary101001010101001000000
Octal122124100

Shades and tints

Shades of #525440

#525440
(82,84,64)
#4B4D3B
(75,77,59)
#444636
(68,70,54)
#3D3F31
(61,63,49)
#36382C
(54,56,44)
#2F3127
(47,49,39)
#282A22
(40,42,34)
#21231D
(33,35,29)
#1A1C18
(26,28,24)
#131513
(19,21,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #525440

#525440
(82,84,64)
#616351
(97,99,81)
#707262
(112,114,98)
#7F8173
(127,129,115)
#8E9084
(142,144,132)
#9D9F95
(157,159,149)
#ACAEA6
(172,174,166)
#BBBDB7
(187,189,183)
#CACCC8
(202,204,200)
#D9DBD9
(217,219,217)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525440; }

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

This text font color is #525440.


Background Color

.myBgColor { background-color: #525440; }

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

This div background color is #525440.


Border color

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

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

This div border color is #525440.


Opacity

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

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

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

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

This text has shadow with #525440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525440 on black background.


Color preview on white background

This text has color #525440 on white background.



Black color preview on #525440 background

This text has black color on #525440 background.


White color preview on #525440 background

This text has white color on #525440 background.