COLOR #352370

HEX: #352370
RGB: (53,35,112)

Color info

#352370 contains mainly red and blue colors. Web safe color of #352370 is #333366 (or #336).

RGB color model

#352370 color RGB value is (53,35,112).

  • red value is 53;
  • green value is 35;
  • blue value is 112.
RGB:
(53,35,112)
(21%,14%,44%)

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 112 of 255 = 44%

53
35
112

R + G + B ~ 26%. #352370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 112 = 200 (100%)
R 53 of 200 ~ 26.5%
G 35 of 200 ~ 17.5%
B 112 of 200 ~ 56%

%26.5
%17.5
%56

CMYK color model

#352370 color CMYK value is (53,69,0,56).

  • cyan value is 52.68%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(53,69,0,56)
C53M69Y0K56 
(53%,69%,0%,56%)
(0.53/0.69/0.00/0.56)	

CMYK percentages

%52.68
%68.75
%0
%56.08

Codes

Color #352370 in popluar color models

352370
RGB5335112
HSL254°52.38%28.82%
HSB/HSV254°68.75%43.92%
CMYK52.68%68.75%0.00%
56.08%

Color #352370 in popluar number systems.

HEX352370
Decimal5335112
Binary1101011000111110000
Octal6543160

Shades and tints

Shades of #352370

#352370
(53,35,112)
#312066
(49,32,102)
#2D1D5C
(45,29,92)
#291A52
(41,26,82)
#251748
(37,23,72)
#21143E
(33,20,62)
#1D1134
(29,17,52)
#190E2A
(25,14,42)
#150B20
(21,11,32)
#110816
(17,8,22)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #352370

#352370
(53,35,112)
#47377D
(71,55,125)
#594B8A
(89,75,138)
#6B5F97
(107,95,151)
#7D73A4
(125,115,164)
#8F87B1
(143,135,177)
#A19BBE
(161,155,190)
#B3AFCB
(179,175,203)
#C5C3D8
(197,195,216)
#D7D7E5
(215,215,229)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352370 color. Also use rgb(53,35,112) instead hex code.

Text Font Color

.myTextColor { color: #352370; }

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

This text font color is #352370.


Background Color

.myBgColor { background-color: #352370; }

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

This div background color is #352370.


Border color

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

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

This div border color is #352370.


Opacity

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

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

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

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

This text has shadow with #352370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352370 on black background.


Color preview on white background

This text has color #352370 on white background.



Black color preview on #352370 background

This text has black color on #352370 background.


White color preview on #352370 background

This text has white color on #352370 background.