COLOR #353A49

HEX: #353A49 RGB: (53,58,73)

Color info

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

RGB color model

#353A49 color RGB value is (53,58,73).

RGB: (53,58,73) (21%, 23%, 29%)

RGB channels and saturation

R 53 of 255 = 21%
G 58 of 255 = 23%
B 73 of 255 = 29%

53
58
73

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

Portions of RGB colors in percentages

R + G + B = 53 + 58 + 73 = 184 (100%)
R 53 of 184 ~ 28.8%
G 58 of 184 ~ 31.52%
B 73 of 184 ~ 39.67'%

%28.8
%31.52
%39.67

CMYK color model

#353A49 color CMYK value is (27,21,0,71).

  • cyan value is 27.40%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (27,21,0,71)
C27M21Y0K71 (27%, 21%, 0%, 71%)
(0.27 / 0.21 / 0.00 / 0.71)

CMYK percentages

%27.4
%20.55
%0
%71.37

Codes

Color #353A49 in popluar color models

35 3A 49
RGB 53 58 73
HSL 225° 15.87% 24.71%
HSB/HSV 225° 27.40% 28.63%
CMYK 27.40% 20.55% 0.00%
71.37%

Color #353A49 in popluar number systems.

HEX 35 3A 49
Decimal 53 58 73
Binary 110101 111010 1001001
Octal 65 72 111

Shades and tints

Shades of #353A49

#353A49
(53,58,73)
#313543
(49,53,67)
#2D303D
(45,48,61)
#292B37
(41,43,55)
#252631
(37,38,49)
#21212B
(33,33,43)
#1D1C25
(29,28,37)
#19171F
(25,23,31)
#151219
(21,18,25)
#110D13
(17,13,19)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #353A49

#353A49
(53,58,73)
#474B59
(71,75,89)
#595C69
(89,92,105)
#6B6D79
(107,109,121)
#7D7E89
(125,126,137)
#8F8F99
(143,143,153)
#A1A0A9
(161,160,169)
#B3B1B9
(179,177,185)
#C5C2C9
(197,194,201)
#D7D3D9
(215,211,217)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353A49; }

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

This text font color is #353A49.

Background Color

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

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

This div background color is #353A49.

Border color

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

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

This div border color is #353A49.

Opacity

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

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

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

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

This text has shadow with #353A49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353A49.

Preview

Color preview on black background

This text has color #353A49 on black background.


Color preview on white background

This text has color #353A49 on white background.


Black color preview on #353A49 background

This text has black color on #353A49 background.


White color preview on #353A49 background

This text has white color on #353A49 background.


Related colors

Complementary color

Complementary color for #hex is #CAC5B6.


I love getcolorcode.com

Triadic colors

1 #49353A and #3A4935 with #353A49 are triadic colors.

2 #493A35 and #3A3549 with #353A49 are triadic colors.