COLOR #353F51

HEX: #353F51
RGB: (53,63,81)

Color info

#353F51 contains red, green and blue colors in about the same proportion. Web safe color of #353F51 is #333366 (or #336).

RGB color model

#353F51 color RGB value is (53,63,81).

  • red value is 53;
  • green value is 63;
  • blue value is 81.
RGB:
(53,63,81)
(21%,25%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 81 of 255 = 32%

53
63
81

R + G + B ~ 26%. #353F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 81 = 197 (100%)
R 53 of 197 ~ 26.9%
G 63 of 197 ~ 31.98%
B 81 of 197 ~ 41.12%

%26.9
%31.98
%41.12

CMYK color model

#353F51 color CMYK value is (35,22,0,68).

  • cyan value is 34.57%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,22,0,68)
C35M22Y0K68 
(35%,22%,0%,68%)
(0.35/0.22/0.00/0.68)	

CMYK percentages

%34.57
%22.22
%0
%68.24

Codes

Color #353F51 in popluar color models

353F51
RGB536381
HSL219°20.90%26.27%
HSB/HSV219°34.57%31.76%
CMYK34.57%22.22%0.00%
68.24%

Color #353F51 in popluar number systems.

HEX353F51
Decimal536381
Binary1101011111111010001
Octal6577121

Shades and tints

Shades of #353F51

#353F51
(53,63,81)
#313A4A
(49,58,74)
#2D3543
(45,53,67)
#29303C
(41,48,60)
#252B35
(37,43,53)
#21262E
(33,38,46)
#1D2127
(29,33,39)
#191C20
(25,28,32)
#151719
(21,23,25)
#111212
(17,18,18)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #353F51

#353F51
(53,63,81)
#475060
(71,80,96)
#59616F
(89,97,111)
#6B727E
(107,114,126)
#7D838D
(125,131,141)
#8F949C
(143,148,156)
#A1A5AB
(161,165,171)
#B3B6BA
(179,182,186)
#C5C7C9
(197,199,201)
#D7D8D8
(215,216,216)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353F51 color. Also use rgb(53,63,81) instead hex code.

Text Font Color

.myTextColor { color: #353F51; }

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

This text font color is #353F51.


Background Color

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

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

This div background color is #353F51.


Border color

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

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

This div border color is #353F51.


Opacity

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

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

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

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

This text has shadow with #353F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F51 on black background.


Color preview on white background

This text has color #353F51 on white background.



Black color preview on #353F51 background

This text has black color on #353F51 background.


White color preview on #353F51 background

This text has white color on #353F51 background.