COLOR #352752

HEX: #352752
RGB: (53,39,82)

Color info

#352752 contains red, green and blue colors in about the same proportion. Web safe color of #352752 is #333366 (or #336).

RGB color model

#352752 color RGB value is (53,39,82).

  • red value is 53;
  • green value is 39;
  • blue value is 82.
RGB:
(53,39,82)
(21%,15%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 39 of 255 = 15%
B 82 of 255 = 32%

53
39
82

R + G + B ~ 23%. #352752 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 82 = 174 (100%)
R 53 of 174 ~ 30.46%
G 39 of 174 ~ 22.41%
B 82 of 174 ~ 47.13%

%30.46
%22.41
%47.13

CMYK color model

#352752 color CMYK value is (35,52,0,68).

  • cyan value is 35.37%
  • magenta value is 52.44%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(35,52,0,68)
C35M52Y0K68 
(35%,52%,0%,68%)
(0.35/0.52/0.00/0.68)	

CMYK percentages

%35.37
%52.44
%0
%67.84

Codes

Color #352752 in popluar color models

352752
RGB533982
HSL260°35.54%23.73%
HSB/HSV260°52.44%32.16%
CMYK35.37%52.44%0.00%
67.84%

Color #352752 in popluar number systems.

HEX352752
Decimal533982
Binary1101011001111010010
Octal6547122

Shades and tints

Shades of #352752

#352752
(53,39,82)
#31244B
(49,36,75)
#2D2144
(45,33,68)
#291E3D
(41,30,61)
#251B36
(37,27,54)
#21182F
(33,24,47)
#1D1528
(29,21,40)
#191221
(25,18,33)
#150F1A
(21,15,26)
#110C13
(17,12,19)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #352752

#352752
(53,39,82)
#473A61
(71,58,97)
#594D70
(89,77,112)
#6B607F
(107,96,127)
#7D738E
(125,115,142)
#8F869D
(143,134,157)
#A199AC
(161,153,172)
#B3ACBB
(179,172,187)
#C5BFCA
(197,191,202)
#D7D2D9
(215,210,217)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352752; }

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

This text font color is #352752.


Background Color

.myBgColor { background-color: #352752; }

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

This div background color is #352752.


Border color

.myBorderColor { border: 1px solid #352752; }

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

This div border color is #352752.


Opacity

.myOpacity80 { color: #352752; opacity: 0.8; }

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

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

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

This text has shadow with #352752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352752 on black background.


Color preview on white background

This text has color #352752 on white background.



Black color preview on #352752 background

This text has black color on #352752 background.


White color preview on #352752 background

This text has white color on #352752 background.