COLOR #352544

HEX: #352544
RGB: (53,37,68)

Color info

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

RGB color model

#352544 color RGB value is (53,37,68).

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

RGB channels and saturation

R 53 of 255 = 21%
G 37 of 255 = 15%
B 68 of 255 = 27%

53
37
68

R + G + B ~ 21%. #352544 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 37 + 68 = 158 (100%)
R 53 of 158 ~ 33.54%
G 37 of 158 ~ 23.42%
B 68 of 158 ~ 43.04%

%33.54
%23.42
%43.04

CMYK color model

#352544 color CMYK value is (22,46,0,73).

  • cyan value is 22.06%
  • magenta value is 45.59%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(22,46,0,73)
C22M46Y0K73 
(22%,46%,0%,73%)
(0.22/0.46/0.00/0.73)	

CMYK percentages

%22.06
%45.59
%0
%73.33

Codes

Color #352544 in popluar color models

352544
RGB533768
HSL271°29.52%20.59%
HSB/HSV271°45.59%26.67%
CMYK22.06%45.59%0.00%
73.33%

Color #352544 in popluar number systems.

HEX352544
Decimal533768
Binary1101011001011000100
Octal6545104

Shades and tints

Shades of #352544

#352544
(53,37,68)
#31223E
(49,34,62)
#2D1F38
(45,31,56)
#291C32
(41,28,50)
#25192C
(37,25,44)
#211626
(33,22,38)
#1D1320
(29,19,32)
#19101A
(25,16,26)
#150D14
(21,13,20)
#110A0E
(17,10,14)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #352544

#352544
(53,37,68)
#473855
(71,56,85)
#594B66
(89,75,102)
#6B5E77
(107,94,119)
#7D7188
(125,113,136)
#8F8499
(143,132,153)
#A197AA
(161,151,170)
#B3AABB
(179,170,187)
#C5BDCC
(197,189,204)
#D7D0DD
(215,208,221)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352544; }

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

This text font color is #352544.


Background Color

.myBgColor { background-color: #352544; }

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

This div background color is #352544.


Border color

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

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

This div border color is #352544.


Opacity

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

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

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

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

This text has shadow with #352544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352544 on black background.


Color preview on white background

This text has color #352544 on white background.



Black color preview on #352544 background

This text has black color on #352544 background.


White color preview on #352544 background

This text has white color on #352544 background.