COLOR #353F53

HEX: #353F53
RGB: (53,63,83)

Color info

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

RGB color model

#353F53 color RGB value is (53,63,83).

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

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 83 of 255 = 33%

53
63
83

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

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 83 = 199 (100%)
R 53 of 199 ~ 26.63%
G 63 of 199 ~ 31.66%
B 83 of 199 ~ 41.71%

%26.63
%31.66
%41.71

CMYK color model

#353F53 color CMYK value is (36,24,0,67).

  • cyan value is 36.14%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(36,24,0,67)
C36M24Y0K67 
(36%,24%,0%,67%)
(0.36/0.24/0.00/0.67)	

CMYK percentages

%36.14
%24.1
%0
%67.45

Codes

Color #353F53 in popluar color models

353F53
RGB536383
HSL220°22.06%26.67%
HSB/HSV220°36.14%32.55%
CMYK36.14%24.10%0.00%
67.45%

Color #353F53 in popluar number systems.

HEX353F53
Decimal536383
Binary1101011111111010011
Octal6577123

Shades and tints

Shades of #353F53

#353F53
(53,63,83)
#313A4C
(49,58,76)
#2D3545
(45,53,69)
#29303E
(41,48,62)
#252B37
(37,43,55)
#212630
(33,38,48)
#1D2129
(29,33,41)
#191C22
(25,28,34)
#15171B
(21,23,27)
#111214
(17,18,20)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #353F53

#353F53
(53,63,83)
#475062
(71,80,98)
#596171
(89,97,113)
#6B7280
(107,114,128)
#7D838F
(125,131,143)
#8F949E
(143,148,158)
#A1A5AD
(161,165,173)
#B3B6BC
(179,182,188)
#C5C7CB
(197,199,203)
#D7D8DA
(215,216,218)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353F53; }

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

This text font color is #353F53.


Background Color

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

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

This div background color is #353F53.


Border color

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

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

This div border color is #353F53.


Opacity

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

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

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

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

This text has shadow with #353F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F53 on black background.


Color preview on white background

This text has color #353F53 on white background.



Black color preview on #353F53 background

This text has black color on #353F53 background.


White color preview on #353F53 background

This text has white color on #353F53 background.