COLOR #352C5B

HEX: #352C5B
RGB: (53,44,91)

Color info

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

RGB color model

#352C5B color RGB value is (53,44,91).

  • red value is 53;
  • green value is 44;
  • blue value is 91.
RGB:
(53,44,91)
(21%,17%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 91 of 255 = 36%

53
44
91

R + G + B ~ 25%. #352C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 44 + 91 = 188 (100%)
R 53 of 188 ~ 28.19%
G 44 of 188 ~ 23.4%
B 91 of 188 ~ 48.4%

%28.19
%23.4
%48.4

CMYK color model

#352C5B color CMYK value is (42,52,0,64).

  • cyan value is 41.76%
  • magenta value is 51.65%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(42,52,0,64)
C42M52Y0K64 
(42%,52%,0%,64%)
(0.42/0.52/0.00/0.64)	

CMYK percentages

%41.76
%51.65
%0
%64.31

Codes

Color #352C5B in popluar color models

352C5B
RGB534491
HSL251°34.81%26.47%
HSB/HSV251°51.65%35.69%
CMYK41.76%51.65%0.00%
64.31%

Color #352C5B in popluar number systems.

HEX352C5B
Decimal534491
Binary1101011011001011011
Octal6554133

Shades and tints

Shades of #352C5B

#352C5B
(53,44,91)
#312853
(49,40,83)
#2D244B
(45,36,75)
#292043
(41,32,67)
#251C3B
(37,28,59)
#211833
(33,24,51)
#1D142B
(29,20,43)
#191023
(25,16,35)
#150C1B
(21,12,27)
#110813
(17,8,19)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #352C5B

#352C5B
(53,44,91)
#473F69
(71,63,105)
#595277
(89,82,119)
#6B6585
(107,101,133)
#7D7893
(125,120,147)
#8F8BA1
(143,139,161)
#A19EAF
(161,158,175)
#B3B1BD
(179,177,189)
#C5C4CB
(197,196,203)
#D7D7D9
(215,215,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352C5B color. Also use rgb(53,44,91) instead hex code.

Text Font Color

.myTextColor { color: #352C5B; }

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

This text font color is #352C5B.


Background Color

.myBgColor { background-color: #352C5B; }

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

This div background color is #352C5B.


Border color

.myBorderColor { border: 1px solid #352C5B; }

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

This div border color is #352C5B.


Opacity

.myOpacity80 { color: #352C5B; opacity: 0.8; }

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

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

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

This text has shadow with #352C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352C5B on black background.


Color preview on white background

This text has color #352C5B on white background.



Black color preview on #352C5B background

This text has black color on #352C5B background.


White color preview on #352C5B background

This text has white color on #352C5B background.