COLOR #525344

HEX: #525344
RGB: (82,83,68)

Color info

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

RGB color model

#525344 color RGB value is (82,83,68).

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

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 68 of 255 = 27%

82
83
68

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

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 68 = 233 (100%)
R 82 of 233 ~ 35.19%
G 83 of 233 ~ 35.62%
B 68 of 233 ~ 29.18%

%35.19
%35.62
%29.18

CMYK color model

#525344 color CMYK value is (1,0,18,67).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 67.45%
CMYK:
(1,0,18,67)
C1M0Y18K67 
(1%,0%,18%,67%)
(0.01/0.00/0.18/0.67)	

CMYK percentages

%1.2
%0
%18.07
%67.45

Codes

Color #525344 in popluar color models

525344
RGB828368
HSL64°9.93%29.61%
HSB/HSV64°18.07%32.55%
CMYK1.20%0.00%18.07%
67.45%

Color #525344 in popluar number systems.

HEX525344
Decimal828368
Binary101001010100111000100
Octal122123104

Shades and tints

Shades of #525344

#525344
(82,83,68)
#4B4C3E
(75,76,62)
#444538
(68,69,56)
#3D3E32
(61,62,50)
#36372C
(54,55,44)
#2F3026
(47,48,38)
#282920
(40,41,32)
#21221A
(33,34,26)
#1A1B14
(26,27,20)
#13140E
(19,20,14)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #525344

#525344
(82,83,68)
#616255
(97,98,85)
#707166
(112,113,102)
#7F8077
(127,128,119)
#8E8F88
(142,143,136)
#9D9E99
(157,158,153)
#ACADAA
(172,173,170)
#BBBCBB
(187,188,187)
#CACBCC
(202,203,204)
#D9DADD
(217,218,221)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525344 color. Also use rgb(82,83,68) instead hex code.

Text Font Color

.myTextColor { color: #525344; }

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

This text font color is #525344.


Background Color

.myBgColor { background-color: #525344; }

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

This div background color is #525344.


Border color

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

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

This div border color is #525344.


Opacity

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

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

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

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

This text has shadow with #525344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525344 on black background.


Color preview on white background

This text has color #525344 on white background.



Black color preview on #525344 background

This text has black color on #525344 background.


White color preview on #525344 background

This text has white color on #525344 background.