COLOR #525445

HEX: #525445
RGB: (82,84,69)

Color info

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

RGB color model

#525445 color RGB value is (82,84,69).

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

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 69 of 255 = 27%

82
84
69

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

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 69 = 235 (100%)
R 82 of 235 ~ 34.89%
G 84 of 235 ~ 35.74%
B 69 of 235 ~ 29.36%

%34.89
%35.74
%29.36

CMYK color model

#525445 color CMYK value is (2,0,18,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 67.06%
CMYK:
(2,0,18,67)
C2M0Y18K67 
(2%,0%,18%,67%)
(0.02/0.00/0.18/0.67)	

CMYK percentages

%2.38
%0
%17.86
%67.06

Codes

Color #525445 in popluar color models

525445
RGB828469
HSL68°9.80%30.00%
HSB/HSV68°17.86%32.94%
CMYK2.38%0.00%17.86%
67.06%

Color #525445 in popluar number systems.

HEX525445
Decimal828469
Binary101001010101001000101
Octal122124105

Shades and tints

Shades of #525445

#525445
(82,84,69)
#4B4D3F
(75,77,63)
#444639
(68,70,57)
#3D3F33
(61,63,51)
#36382D
(54,56,45)
#2F3127
(47,49,39)
#282A21
(40,42,33)
#21231B
(33,35,27)
#1A1C15
(26,28,21)
#13150F
(19,21,15)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #525445

#525445
(82,84,69)
#616355
(97,99,85)
#707265
(112,114,101)
#7F8175
(127,129,117)
#8E9085
(142,144,133)
#9D9F95
(157,159,149)
#ACAEA5
(172,174,165)
#BBBDB5
(187,189,181)
#CACCC5
(202,204,197)
#D9DBD5
(217,219,213)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525445; }

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

This text font color is #525445.


Background Color

.myBgColor { background-color: #525445; }

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

This div background color is #525445.


Border color

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

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

This div border color is #525445.


Opacity

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

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

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

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

This text has shadow with #525445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525445 on black background.


Color preview on white background

This text has color #525445 on white background.



Black color preview on #525445 background

This text has black color on #525445 background.


White color preview on #525445 background

This text has white color on #525445 background.