COLOR #52444C

HEX: #52444C RGB: (82,68,76)

Color info

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

RGB color model

#52444C color RGB value is (82,68,76).

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

RGB channels and saturation

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

82
68
76

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

Portions of RGB colors in percentages

R + G + B = 82 + 68 + 76 = 226 (100%)
R 82 of 226 ~ 36.28%
G 68 of 226 ~ 30.09%
B 76 of 226 ~ 33.63'%

%36.28
%30.09
%33.63

CMYK color model

#52444C color CMYK value is (0,17,7,68).

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

CMYK: (0,17,7,68)
C0M17Y7K68 (0%, 17%, 7%, 68%)
(0.00 / 0.17 / 0.07 / 0.68)

CMYK percentages

%0
%17.07
%7.32
%67.84

Codes

Color #52444C in popluar color models

52 44 4C
RGB 82 68 76
HSL 326° 9.33% 29.41%
HSB/HSV 326° 17.07% 32.16%
CMYK 0.00% 17.07% 7.32%
67.84%

Color #52444C in popluar number systems.

HEX 52 44 4C
Decimal 82 68 76
Binary 1010010 1000100 1001100
Octal 122 104 114

Shades and tints

Shades of #52444C

#52444C
(82,68,76)
#4B3E46
(75,62,70)
#443840
(68,56,64)
#3D323A
(61,50,58)
#362C34
(54,44,52)
#2F262E
(47,38,46)
#282028
(40,32,40)
#211A22
(33,26,34)
#1A141C
(26,20,28)
#130E16
(19,14,22)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #52444C

#52444C
(82,68,76)
#61555C
(97,85,92)
#70666C
(112,102,108)
#7F777C
(127,119,124)
#8E888C
(142,136,140)
#9D999C
(157,153,156)
#ACAAAC
(172,170,172)
#BBBBBC
(187,187,188)
#CACCCC
(202,204,204)
#D9DDDC
(217,221,220)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52444C; }

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

This text font color is #52444C.

Background Color

.myBgColor { background-color: #52444C; }

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

This div background color is #52444C.

Border color

.myBorderColor { border: 1px solid #52444C; }

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

This div border color is #52444C.

Opacity

.myOpacity80 { color: #52444C; opacity: 0.8; }

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

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

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

This text has shadow with #52444C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52444C.

Preview

Color preview on black background

This text has color #52444C on black background.


Color preview on white background

This text has color #52444C on white background.


Black color preview on #52444C background

This text has black color on #52444C background.


White color preview on #52444C background

This text has white color on #52444C background.


Related colors

Complementary color

Complementary color for #hex is #ADBBB3.


I love getcolorcode.com

Triadic colors

1 #4C5244 and #444C52 with #52444C are triadic colors.

2 #4C4452 and #44524C with #52444C are triadic colors.