COLOR #52355F

HEX: #52355F RGB: (82,53,95)

Color info

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

RGB color model

#52355F color RGB value is (82,53,95).

RGB: (82,53,95) (32%, 21%, 37%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 95 of 255 = 37%

82
53
95

R + G + B ~ 30%. #52355F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 53 + 95 = 230 (100%)
R 82 of 230 ~ 35.65%
G 53 of 230 ~ 23.04%
B 95 of 230 ~ 41.3'%

%35.65
%23.04
%41.3

CMYK color model

#52355F color CMYK value is (14,44,0,63).

  • cyan value is 13.68%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (14,44,0,63)
C14M44Y0K63 (14%, 44%, 0%, 63%)
(0.14 / 0.44 / 0.00 / 0.63)

CMYK percentages

%13.68
%44.21
%0
%62.75

Codes

Color #52355F in popluar color models

52 35 5F
RGB 82 53 95
HSL 281° 28.38% 29.02%
HSB/HSV 281° 44.21% 37.25%
CMYK 13.68% 44.21% 0.00%
62.75%

Color #52355F in popluar number systems.

HEX 52 35 5F
Decimal 82 53 95
Binary 1010010 110101 1011111
Octal 122 65 137

Shades and tints

Shades of #52355F

#52355F
(82,53,95)
#4B3157
(75,49,87)
#442D4F
(68,45,79)
#3D2947
(61,41,71)
#36253F
(54,37,63)
#2F2137
(47,33,55)
#281D2F
(40,29,47)
#211927
(33,25,39)
#1A151F
(26,21,31)
#131117
(19,17,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #52355F

#52355F
(82,53,95)
#61476D
(97,71,109)
#70597B
(112,89,123)
#7F6B89
(127,107,137)
#8E7D97
(142,125,151)
#9D8FA5
(157,143,165)
#ACA1B3
(172,161,179)
#BBB3C1
(187,179,193)
#CAC5CF
(202,197,207)
#D9D7DD
(217,215,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52355F color. Also use rgb(82,53,95) instead hex code.

Text Font Color

.myTextColor { color: #52355F; }

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

This text font color is #52355F.

Background Color

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

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

This div background color is #52355F.

Border color

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

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

This div border color is #52355F.

Opacity

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

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

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

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

This text has shadow with #52355F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52355F.

Preview

Color preview on black background

This text has color #52355F on black background.


Color preview on white background

This text has color #52355F on white background.


Black color preview on #52355F background

This text has black color on #52355F background.


White color preview on #52355F background

This text has white color on #52355F background.


Related colors

Complementary color

Complementary color for #hex is #ADCAA0.


I love getcolorcode.com

Triadic colors

1 #5F5235 and #355F52 with #52355F are triadic colors.

2 #5F3552 and #35525F with #52355F are triadic colors.