COLOR #52235F

HEX: #52235F
RGB: (82,35,95)

Color info

#52235F contains mainly red and blue colors. Web safe color of #52235F is #663366 (or #636).

RGB color model

#52235F color RGB value is (82,35,95).

  • red value is 82;
  • green value is 35;
  • blue value is 95.
RGB:
(82,35,95)
(32%,14%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 35 of 255 = 14%
B 95 of 255 = 37%

82
35
95

R + G + B ~ 28%. #52235F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 35 + 95 = 212 (100%)
R 82 of 212 ~ 38.68%
G 35 of 212 ~ 16.51%
B 95 of 212 ~ 44.81%

%38.68
%16.51
%44.81

CMYK color model

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

  • cyan value is 13.68%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,63,0,63)
C14M63Y0K63 
(14%,63%,0%,63%)
(0.14/0.63/0.00/0.63)	

CMYK percentages

%13.68
%63.16
%0
%62.75

Codes

Color #52235F in popluar color models

52235F
RGB823595
HSL287°46.15%25.49%
HSB/HSV287°63.16%37.25%
CMYK13.68%63.16%0.00%
62.75%

Color #52235F in popluar number systems.

HEX52235F
Decimal823595
Binary10100101000111011111
Octal12243137

Shades and tints

Shades of #52235F

#52235F
(82,35,95)
#4B2057
(75,32,87)
#441D4F
(68,29,79)
#3D1A47
(61,26,71)
#36173F
(54,23,63)
#2F1437
(47,20,55)
#28112F
(40,17,47)
#210E27
(33,14,39)
#1A0B1F
(26,11,31)
#130817
(19,8,23)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #52235F

#52235F
(82,35,95)
#61376D
(97,55,109)
#704B7B
(112,75,123)
#7F5F89
(127,95,137)
#8E7397
(142,115,151)
#9D87A5
(157,135,165)
#AC9BB3
(172,155,179)
#BBAFC1
(187,175,193)
#CAC3CF
(202,195,207)
#D9D7DD
(217,215,221)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52235F; }

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

This text font color is #52235F.


Background Color

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

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

This div background color is #52235F.


Border color

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

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

This div border color is #52235F.


Opacity

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

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

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

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

This text has shadow with #52235F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52235F on black background.


Color preview on white background

This text has color #52235F on white background.



Black color preview on #52235F background

This text has black color on #52235F background.


White color preview on #52235F background

This text has white color on #52235F background.