COLOR #353649

HEX: #353649
RGB: (53,54,73)

Color info

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

RGB color model

#353649 color RGB value is (53,54,73).

  • red value is 53;
  • green value is 54;
  • blue value is 73.
RGB:
(53,54,73)
(21%,21%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 73 of 255 = 29%

53
54
73

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

Portions of RGB colors in percentages

R + G + B =
53 + 54 + 73 = 180 (100%)
R 53 of 180 ~ 29.44%
G 54 of 180 ~ 30%
B 73 of 180 ~ 40.56%

%29.44
%30
%40.56

CMYK color model

#353649 color CMYK value is (27,26,0,71).

  • cyan value is 27.40%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(27,26,0,71)
C27M26Y0K71 
(27%,26%,0%,71%)
(0.27/0.26/0.00/0.71)	

CMYK percentages

%27.4
%26.03
%0
%71.37

Codes

Color #353649 in popluar color models

353649
RGB535473
HSL237°15.87%24.71%
HSB/HSV237°27.40%28.63%
CMYK27.40%26.03%0.00%
71.37%

Color #353649 in popluar number systems.

HEX353649
Decimal535473
Binary1101011101101001001
Octal6566111

Shades and tints

Shades of #353649

#353649
(53,54,73)
#313243
(49,50,67)
#2D2E3D
(45,46,61)
#292A37
(41,42,55)
#252631
(37,38,49)
#21222B
(33,34,43)
#1D1E25
(29,30,37)
#191A1F
(25,26,31)
#151619
(21,22,25)
#111213
(17,18,19)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #353649

#353649
(53,54,73)
#474859
(71,72,89)
#595A69
(89,90,105)
#6B6C79
(107,108,121)
#7D7E89
(125,126,137)
#8F9099
(143,144,153)
#A1A2A9
(161,162,169)
#B3B4B9
(179,180,185)
#C5C6C9
(197,198,201)
#D7D8D9
(215,216,217)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353649 color. Also use rgb(53,54,73) instead hex code.

Text Font Color

.myTextColor { color: #353649; }

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

This text font color is #353649.


Background Color

.myBgColor { background-color: #353649; }

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

This div background color is #353649.


Border color

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

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

This div border color is #353649.


Opacity

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

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

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

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

This text has shadow with #353649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353649 on black background.


Color preview on white background

This text has color #353649 on white background.



Black color preview on #353649 background

This text has black color on #353649 background.


White color preview on #353649 background

This text has white color on #353649 background.