COLOR #353C46

HEX: #353C46
RGB: (53,60,70)

Color info

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

RGB color model

#353C46 color RGB value is (53,60,70).

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

RGB channels and saturation

R 53 of 255 = 21%
G 60 of 255 = 24%
B 70 of 255 = 27%

53
60
70

R + G + B ~ 24%. #353C46 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 60 + 70 = 183 (100%)
R 53 of 183 ~ 28.96%
G 60 of 183 ~ 32.79%
B 70 of 183 ~ 38.25%

%28.96
%32.79
%38.25

CMYK color model

#353C46 color CMYK value is (24,14,0,73).

  • cyan value is 24.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(24,14,0,73)
C24M14Y0K73 
(24%,14%,0%,73%)
(0.24/0.14/0.00/0.73)	

CMYK percentages

%24.29
%14.29
%0
%72.55

Codes

Color #353C46 in popluar color models

353C46
RGB536070
HSL215°13.82%24.12%
HSB/HSV215°24.29%27.45%
CMYK24.29%14.29%0.00%
72.55%

Color #353C46 in popluar number systems.

HEX353C46
Decimal536070
Binary1101011111001000110
Octal6574106

Shades and tints

Shades of #353C46

#353C46
(53,60,70)
#313740
(49,55,64)
#2D323A
(45,50,58)
#292D34
(41,45,52)
#25282E
(37,40,46)
#212328
(33,35,40)
#1D1E22
(29,30,34)
#19191C
(25,25,28)
#151416
(21,20,22)
#110F10
(17,15,16)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #353C46

#353C46
(53,60,70)
#474D56
(71,77,86)
#595E66
(89,94,102)
#6B6F76
(107,111,118)
#7D8086
(125,128,134)
#8F9196
(143,145,150)
#A1A2A6
(161,162,166)
#B3B3B6
(179,179,182)
#C5C4C6
(197,196,198)
#D7D5D6
(215,213,214)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353C46; }

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

This text font color is #353C46.


Background Color

.myBgColor { background-color: #353C46; }

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

This div background color is #353C46.


Border color

.myBorderColor { border: 1px solid #353C46; }

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

This div border color is #353C46.


Opacity

.myOpacity80 { color: #353C46; opacity: 0.8; }

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

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

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

This text has shadow with #353C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353C46 on black background.


Color preview on white background

This text has color #353C46 on white background.



Black color preview on #353C46 background

This text has black color on #353C46 background.


White color preview on #353C46 background

This text has white color on #353C46 background.