COLOR #352C51

HEX: #352C51
RGB: (53,44,81)

Color info

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

RGB color model

#352C51 color RGB value is (53,44,81).

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

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 81 of 255 = 32%

53
44
81

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

Portions of RGB colors in percentages

R + G + B =
53 + 44 + 81 = 178 (100%)
R 53 of 178 ~ 29.78%
G 44 of 178 ~ 24.72%
B 81 of 178 ~ 45.51%

%29.78
%24.72
%45.51

CMYK color model

#352C51 color CMYK value is (35,46,0,68).

  • cyan value is 34.57%
  • magenta value is 45.68%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,46,0,68)
C35M46Y0K68 
(35%,46%,0%,68%)
(0.35/0.46/0.00/0.68)	

CMYK percentages

%34.57
%45.68
%0
%68.24

Codes

Color #352C51 in popluar color models

352C51
RGB534481
HSL255°29.60%24.51%
HSB/HSV255°45.68%31.76%
CMYK34.57%45.68%0.00%
68.24%

Color #352C51 in popluar number systems.

HEX352C51
Decimal534481
Binary1101011011001010001
Octal6554121

Shades and tints

Shades of #352C51

#352C51
(53,44,81)
#31284A
(49,40,74)
#2D2443
(45,36,67)
#29203C
(41,32,60)
#251C35
(37,28,53)
#21182E
(33,24,46)
#1D1427
(29,20,39)
#191020
(25,16,32)
#150C19
(21,12,25)
#110812
(17,8,18)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #352C51

#352C51
(53,44,81)
#473F60
(71,63,96)
#59526F
(89,82,111)
#6B657E
(107,101,126)
#7D788D
(125,120,141)
#8F8B9C
(143,139,156)
#A19EAB
(161,158,171)
#B3B1BA
(179,177,186)
#C5C4C9
(197,196,201)
#D7D7D8
(215,215,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352C51; }

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

This text font color is #352C51.


Background Color

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

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

This div background color is #352C51.


Border color

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

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

This div border color is #352C51.


Opacity

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

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

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

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

This text has shadow with #352C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352C51 on black background.


Color preview on white background

This text has color #352C51 on white background.



Black color preview on #352C51 background

This text has black color on #352C51 background.


White color preview on #352C51 background

This text has white color on #352C51 background.