COLOR #352C44

HEX: #352C44
RGB: (53,44,68)

Color info

#352C44 contains red, green and blue colors in about the same proportion. Web safe color of #352C44 is #333333 (or #333).

RGB color model

#352C44 color RGB value is (53,44,68).

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

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 68 of 255 = 27%

53
44
68

R + G + B ~ 22%. #352C44 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 44 + 68 = 165 (100%)
R 53 of 165 ~ 32.12%
G 44 of 165 ~ 26.67%
B 68 of 165 ~ 41.21%

%32.12
%26.67
%41.21

CMYK color model

#352C44 color CMYK value is (22,35,0,73).

  • cyan value is 22.06%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(22,35,0,73)
C22M35Y0K73 
(22%,35%,0%,73%)
(0.22/0.35/0.00/0.73)	

CMYK percentages

%22.06
%35.29
%0
%73.33

Codes

Color #352C44 in popluar color models

352C44
RGB534468
HSL263°21.43%21.96%
HSB/HSV263°35.29%26.67%
CMYK22.06%35.29%0.00%
73.33%

Color #352C44 in popluar number systems.

HEX352C44
Decimal534468
Binary1101011011001000100
Octal6554104

Shades and tints

Shades of #352C44

#352C44
(53,44,68)
#31283E
(49,40,62)
#2D2438
(45,36,56)
#292032
(41,32,50)
#251C2C
(37,28,44)
#211826
(33,24,38)
#1D1420
(29,20,32)
#19101A
(25,16,26)
#150C14
(21,12,20)
#11080E
(17,8,14)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #352C44

#352C44
(53,44,68)
#473F55
(71,63,85)
#595266
(89,82,102)
#6B6577
(107,101,119)
#7D7888
(125,120,136)
#8F8B99
(143,139,153)
#A19EAA
(161,158,170)
#B3B1BB
(179,177,187)
#C5C4CC
(197,196,204)
#D7D7DD
(215,215,221)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352C44; }

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

This text font color is #352C44.


Background Color

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

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

This div background color is #352C44.


Border color

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

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

This div border color is #352C44.


Opacity

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

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

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

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

This text has shadow with #352C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352C44 on black background.


Color preview on white background

This text has color #352C44 on white background.



Black color preview on #352C44 background

This text has black color on #352C44 background.


White color preview on #352C44 background

This text has white color on #352C44 background.