COLOR #524444

HEX: #524444 RGB: (82,68,68)

Color info

#524444 contains red, green and blue colors in about the same proportion. Web safe color of #524444 is #663333 (or #633).

RGB color model

#524444 color RGB value is (82,68,68).

RGB: (82,68,68) (32%, 27%, 27%)

RGB channels and saturation

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

82
68
68

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

Portions of RGB colors in percentages

R + G + B = 82 + 68 + 68 = 218 (100%)
R 82 of 218 ~ 37.61%
G 68 of 218 ~ 31.19%
B 68 of 218 ~ 31.19'%

%37.61
%31.19
%31.19

CMYK color model

#524444 color CMYK value is (0,17,17,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 17.07%
  • key color value is 67.84%

CMYK: (0,17,17,68)
C0M17Y17K68 (0%, 17%, 17%, 68%)
(0.00 / 0.17 / 0.17 / 0.68)

CMYK percentages

%0
%17.07
%17.07
%67.84

Codes

Color #524444 in popluar color models

52 44 44
RGB 82 68 68
HSL 9.33% 29.41%
HSB/HSV 17.07% 32.16%
CMYK 0.00% 17.07% 17.07%
67.84%

Color #524444 in popluar number systems.

HEX 52 44 44
Decimal 82 68 68
Binary 1010010 1000100 1000100
Octal 122 104 104

Shades and tints

Shades of #524444

#524444
(82,68,68)
#4B3E3E
(75,62,62)
#443838
(68,56,56)
#3D3232
(61,50,50)
#362C2C
(54,44,44)
#2F2626
(47,38,38)
#282020
(40,32,32)
#211A1A
(33,26,26)
#1A1414
(26,20,20)
#130E0E
(19,14,14)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #524444

#524444
(82,68,68)
#615555
(97,85,85)
#706666
(112,102,102)
#7F7777
(127,119,119)
#8E8888
(142,136,136)
#9D9999
(157,153,153)
#ACAAAA
(172,170,170)
#BBBBBB
(187,187,187)
#CACCCC
(202,204,204)
#D9DDDD
(217,221,221)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524444; }

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

This text font color is #524444.

Background Color

.myBgColor { background-color: #524444; }

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

This div background color is #524444.

Border color

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

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

This div border color is #524444.

Opacity

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

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

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

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

This text has shadow with #524444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524444.

Preview

Color preview on black background

This text has color #524444 on black background.


Color preview on white background

This text has color #524444 on white background.


Black color preview on #524444 background

This text has black color on #524444 background.


White color preview on #524444 background

This text has white color on #524444 background.


Related colors

Complementary color

Complementary color for #hex is #ADBBBB.


I love getcolorcode.com