COLOR #352359

HEX: #352359
RGB: (53,35,89)

Color info

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

RGB color model

#352359 color RGB value is (53,35,89).

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

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 89 of 255 = 35%

53
35
89

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

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 89 = 177 (100%)
R 53 of 177 ~ 29.94%
G 35 of 177 ~ 19.77%
B 89 of 177 ~ 50.28%

%29.94
%19.77
%50.28

CMYK color model

#352359 color CMYK value is (40,61,0,65).

  • cyan value is 40.45%
  • magenta value is 60.67%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,61,0,65)
C40M61Y0K65 
(40%,61%,0%,65%)
(0.40/0.61/0.00/0.65)	

CMYK percentages

%40.45
%60.67
%0
%65.1

Codes

Color #352359 in popluar color models

352359
RGB533589
HSL260°43.55%24.31%
HSB/HSV260°60.67%34.90%
CMYK40.45%60.67%0.00%
65.10%

Color #352359 in popluar number systems.

HEX352359
Decimal533589
Binary1101011000111011001
Octal6543131

Shades and tints

Shades of #352359

#352359
(53,35,89)
#312051
(49,32,81)
#2D1D49
(45,29,73)
#291A41
(41,26,65)
#251739
(37,23,57)
#211431
(33,20,49)
#1D1129
(29,17,41)
#190E21
(25,14,33)
#150B19
(21,11,25)
#110811
(17,8,17)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #352359

#352359
(53,35,89)
#473768
(71,55,104)
#594B77
(89,75,119)
#6B5F86
(107,95,134)
#7D7395
(125,115,149)
#8F87A4
(143,135,164)
#A19BB3
(161,155,179)
#B3AFC2
(179,175,194)
#C5C3D1
(197,195,209)
#D7D7E0
(215,215,224)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352359; }

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

This text font color is #352359.


Background Color

.myBgColor { background-color: #352359; }

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

This div background color is #352359.


Border color

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

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

This div border color is #352359.


Opacity

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

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

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

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

This text has shadow with #352359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352359 on black background.


Color preview on white background

This text has color #352359 on white background.



Black color preview on #352359 background

This text has black color on #352359 background.


White color preview on #352359 background

This text has white color on #352359 background.