COLOR #353446

HEX: #353446
RGB: (53,52,70)

Color info

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

RGB color model

#353446 color RGB value is (53,52,70).

  • red value is 53;
  • green value is 52;
  • blue value is 70.
RGB:
(53,52,70)
(21%,20%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 70 of 255 = 27%

53
52
70

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

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 70 = 175 (100%)
R 53 of 175 ~ 30.29%
G 52 of 175 ~ 29.71%
B 70 of 175 ~ 40%

%30.29
%29.71
%40

CMYK color model

#353446 color CMYK value is (24,26,0,73).

  • cyan value is 24.29%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(24,26,0,73)
C24M26Y0K73 
(24%,26%,0%,73%)
(0.24/0.26/0.00/0.73)	

CMYK percentages

%24.29
%25.71
%0
%72.55

Codes

Color #353446 in popluar color models

353446
RGB535270
HSL243°14.75%23.92%
HSB/HSV243°25.71%27.45%
CMYK24.29%25.71%0.00%
72.55%

Color #353446 in popluar number systems.

HEX353446
Decimal535270
Binary1101011101001000110
Octal6564106

Shades and tints

Shades of #353446

#353446
(53,52,70)
#313040
(49,48,64)
#2D2C3A
(45,44,58)
#292834
(41,40,52)
#25242E
(37,36,46)
#212028
(33,32,40)
#1D1C22
(29,28,34)
#19181C
(25,24,28)
#151416
(21,20,22)
#111010
(17,16,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #353446

#353446
(53,52,70)
#474656
(71,70,86)
#595866
(89,88,102)
#6B6A76
(107,106,118)
#7D7C86
(125,124,134)
#8F8E96
(143,142,150)
#A1A0A6
(161,160,166)
#B3B2B6
(179,178,182)
#C5C4C6
(197,196,198)
#D7D6D6
(215,214,214)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353446 color. Also use rgb(53,52,70) instead hex code.

Text Font Color

.myTextColor { color: #353446; }

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

This text font color is #353446.


Background Color

.myBgColor { background-color: #353446; }

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

This div background color is #353446.


Border color

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

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

This div border color is #353446.


Opacity

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

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

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

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

This text has shadow with #353446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353446 on black background.


Color preview on white background

This text has color #353446 on white background.



Black color preview on #353446 background

This text has black color on #353446 background.


White color preview on #353446 background

This text has white color on #353446 background.