COLOR #352768

HEX: #352768
RGB: (53,39,104)

Color info

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

RGB color model

#352768 color RGB value is (53,39,104).

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

RGB channels and saturation

R 53 of 255 = 21%
G 39 of 255 = 15%
B 104 of 255 = 41%

53
39
104

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

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 104 = 196 (100%)
R 53 of 196 ~ 27.04%
G 39 of 196 ~ 19.9%
B 104 of 196 ~ 53.06%

%27.04
%19.9
%53.06

CMYK color model

#352768 color CMYK value is (49,63,0,59).

  • cyan value is 49.04%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(49,63,0,59)
C49M63Y0K59 
(49%,63%,0%,59%)
(0.49/0.63/0.00/0.59)	

CMYK percentages

%49.04
%62.5
%0
%59.22

Codes

Color #352768 in popluar color models

352768
RGB5339104
HSL253°45.45%28.04%
HSB/HSV253°62.50%40.78%
CMYK49.04%62.50%0.00%
59.22%

Color #352768 in popluar number systems.

HEX352768
Decimal5339104
Binary1101011001111101000
Octal6547150

Shades and tints

Shades of #352768

#352768
(53,39,104)
#31245F
(49,36,95)
#2D2156
(45,33,86)
#291E4D
(41,30,77)
#251B44
(37,27,68)
#21183B
(33,24,59)
#1D1532
(29,21,50)
#191229
(25,18,41)
#150F20
(21,15,32)
#110C17
(17,12,23)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #352768

#352768
(53,39,104)
#473A75
(71,58,117)
#594D82
(89,77,130)
#6B608F
(107,96,143)
#7D739C
(125,115,156)
#8F86A9
(143,134,169)
#A199B6
(161,153,182)
#B3ACC3
(179,172,195)
#C5BFD0
(197,191,208)
#D7D2DD
(215,210,221)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352768; }

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

This text font color is #352768.


Background Color

.myBgColor { background-color: #352768; }

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

This div background color is #352768.


Border color

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

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

This div border color is #352768.


Opacity

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

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

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

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

This text has shadow with #352768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352768 on black background.


Color preview on white background

This text has color #352768 on white background.



Black color preview on #352768 background

This text has black color on #352768 background.


White color preview on #352768 background

This text has white color on #352768 background.