COLOR #52584C

HEX: #52584C RGB: (82,88,76)

Color info

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

RGB color model

#52584C color RGB value is (82,88,76).

RGB: (82,88,76) (32%, 35%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 76 of 255 = 30%

82
88
76

R + G + B ~ 32%. #52584C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 88 + 76 = 246 (100%)
R 82 of 246 ~ 33.33%
G 88 of 246 ~ 35.77%
B 76 of 246 ~ 30.89'%

%33.33
%35.77
%30.89

CMYK color model

#52584C color CMYK value is (7,0,14,65).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 65.49%

CMYK: (7,0,14,65)
C7M0Y14K65 (7%, 0%, 14%, 65%)
(0.07 / 0.00 / 0.14 / 0.65)

CMYK percentages

%6.82
%0
%13.64
%65.49

Codes

Color #52584C in popluar color models

52 58 4C
RGB 82 88 76
HSL 90° 7.32% 32.16%
HSB/HSV 90° 13.64% 34.51%
CMYK 6.82% 0.00% 13.64%
65.49%

Color #52584C in popluar number systems.

HEX 52 58 4C
Decimal 82 88 76
Binary 1010010 1011000 1001100
Octal 122 130 114

Shades and tints

Shades of #52584C

#52584C
(82,88,76)
#4B5046
(75,80,70)
#444840
(68,72,64)
#3D403A
(61,64,58)
#363834
(54,56,52)
#2F302E
(47,48,46)
#282828
(40,40,40)
#212022
(33,32,34)
#1A181C
(26,24,28)
#131016
(19,16,22)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #52584C

#52584C
(82,88,76)
#61675C
(97,103,92)
#70766C
(112,118,108)
#7F857C
(127,133,124)
#8E948C
(142,148,140)
#9DA39C
(157,163,156)
#ACB2AC
(172,178,172)
#BBC1BC
(187,193,188)
#CAD0CC
(202,208,204)
#D9DFDC
(217,223,220)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52584C; }

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

This text font color is #52584C.

Background Color

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

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

This div background color is #52584C.

Border color

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

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

This div border color is #52584C.

Opacity

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

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

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

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

This text has shadow with #52584C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52584C.

Preview

Color preview on black background

This text has color #52584C on black background.


Color preview on white background

This text has color #52584C on white background.


Black color preview on #52584C background

This text has black color on #52584C background.


White color preview on #52584C background

This text has white color on #52584C background.


Related colors

Complementary color

Complementary color for #hex is #ADA7B3.


I love getcolorcode.com

Triadic colors

1 #4C5258 and #584C52 with #52584C are triadic colors.

2 #4C5852 and #58524C with #52584C are triadic colors.