COLOR #52534F

HEX: #52534F RGB: (82,83,79)

Color info

#52534F contains red, green and blue colors in about the same proportion. Web safe color of #52534F is #666666 (or #666).

RGB color model

#52534F color RGB value is (82,83,79).

RGB: (82,83,79) (32%, 33%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 79 of 255 = 31%

82
83
79

R + G + B ~ 32%. #52534F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 83 + 79 = 244 (100%)
R 82 of 244 ~ 33.61%
G 83 of 244 ~ 34.02%
B 79 of 244 ~ 32.38'%

%33.61
%34.02
%32.38

CMYK color model

#52534F color CMYK value is (1,0,5,67).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 67.45%

CMYK: (1,0,5,67)
C1M0Y5K67 (1%, 0%, 5%, 67%)
(0.01 / 0.00 / 0.05 / 0.67)

CMYK percentages

%1.2
%0
%4.82
%67.45

Codes

Color #52534F in popluar color models

52 53 4F
RGB 82 83 79
HSL 75° 2.47% 31.76%
HSB/HSV 75° 4.82% 32.55%
CMYK 1.20% 0.00% 4.82%
67.45%

Color #52534F in popluar number systems.

HEX 52 53 4F
Decimal 82 83 79
Binary 1010010 1010011 1001111
Octal 122 123 117

Shades and tints

Shades of #52534F

#52534F
(82,83,79)
#4B4C48
(75,76,72)
#444541
(68,69,65)
#3D3E3A
(61,62,58)
#363733
(54,55,51)
#2F302C
(47,48,44)
#282925
(40,41,37)
#21221E
(33,34,30)
#1A1B17
(26,27,23)
#131410
(19,20,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #52534F

#52534F
(82,83,79)
#61625F
(97,98,95)
#70716F
(112,113,111)
#7F807F
(127,128,127)
#8E8F8F
(142,143,143)
#9D9E9F
(157,158,159)
#ACADAF
(172,173,175)
#BBBCBF
(187,188,191)
#CACBCF
(202,203,207)
#D9DADF
(217,218,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52534F; }

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

This text font color is #52534F.

Background Color

.myBgColor { background-color: #52534F; }

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

This div background color is #52534F.

Border color

.myBorderColor { border: 1px solid #52534F; }

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

This div border color is #52534F.

Opacity

.myOpacity80 { color: #52534F; opacity: 0.8; }

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

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

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

This text has shadow with #52534F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52534F.

Preview

Color preview on black background

This text has color #52534F on black background.


Color preview on white background

This text has color #52534F on white background.


Black color preview on #52534F background

This text has black color on #52534F background.


White color preview on #52534F background

This text has white color on #52534F background.


Related colors

Complementary color

Complementary color for #hex is #ADACB0.


I love getcolorcode.com

Triadic colors

1 #4F5253 and #534F52 with #52534F are triadic colors.

2 #4F5352 and #53524F with #52534F are triadic colors.