COLOR #52335C

HEX: #52335C RGB: (82,51,92)

Color info

#52335C contains red, green and blue colors in about the same proportion. Web safe color of #52335C is #663366 (or #636).

RGB color model

#52335C color RGB value is (82,51,92).

RGB: (82,51,92) (32%, 20%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 51 of 255 = 20%
B 92 of 255 = 36%

82
51
92

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

Portions of RGB colors in percentages

R + G + B = 82 + 51 + 92 = 225 (100%)
R 82 of 225 ~ 36.44%
G 51 of 225 ~ 22.67%
B 92 of 225 ~ 40.89'%

%36.44
%22.67
%40.89

CMYK color model

#52335C color CMYK value is (11,45,0,64).

  • cyan value is 10.87%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (11,45,0,64)
C11M45Y0K64 (11%, 45%, 0%, 64%)
(0.11 / 0.45 / 0.00 / 0.64)

CMYK percentages

%10.87
%44.57
%0
%63.92

Codes

Color #52335C in popluar color models

52 33 5C
RGB 82 51 92
HSL 285° 28.67% 28.04%
HSB/HSV 285° 44.57% 36.08%
CMYK 10.87% 44.57% 0.00%
63.92%

Color #52335C in popluar number systems.

HEX 52 33 5C
Decimal 82 51 92
Binary 1010010 110011 1011100
Octal 122 63 134

Shades and tints

Shades of #52335C

#52335C
(82,51,92)
#4B2F54
(75,47,84)
#442B4C
(68,43,76)
#3D2744
(61,39,68)
#36233C
(54,35,60)
#2F1F34
(47,31,52)
#281B2C
(40,27,44)
#211724
(33,23,36)
#1A131C
(26,19,28)
#130F14
(19,15,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #52335C

#52335C
(82,51,92)
#61456A
(97,69,106)
#705778
(112,87,120)
#7F6986
(127,105,134)
#8E7B94
(142,123,148)
#9D8DA2
(157,141,162)
#AC9FB0
(172,159,176)
#BBB1BE
(187,177,190)
#CAC3CC
(202,195,204)
#D9D5DA
(217,213,218)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52335C color. Also use rgb(82,51,92) instead hex code.

Text Font Color

.myTextColor { color: #52335C; }

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

This text font color is #52335C.

Background Color

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

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

This div background color is #52335C.

Border color

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

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

This div border color is #52335C.

Opacity

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

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

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

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

This text has shadow with #52335C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52335C.

Preview

Color preview on black background

This text has color #52335C on black background.


Color preview on white background

This text has color #52335C on white background.


Black color preview on #52335C background

This text has black color on #52335C background.


White color preview on #52335C background

This text has white color on #52335C background.


Related colors

Complementary color

Complementary color for #hex is #ADCCA3.


I love getcolorcode.com

Triadic colors

1 #5C5233 and #335C52 with #52335C are triadic colors.

2 #5C3352 and #33525C with #52335C are triadic colors.