COLOR #353D53

HEX: #353D53
RGB: (53,61,83)

Color info

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

RGB color model

#353D53 color RGB value is (53,61,83).

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

RGB channels and saturation

R 53 of 255 = 21%
G 61 of 255 = 24%
B 83 of 255 = 33%

53
61
83

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

Portions of RGB colors in percentages

R + G + B =
53 + 61 + 83 = 197 (100%)
R 53 of 197 ~ 26.9%
G 61 of 197 ~ 30.96%
B 83 of 197 ~ 42.13%

%26.9
%30.96
%42.13

CMYK color model

#353D53 color CMYK value is (36,27,0,67).

  • cyan value is 36.14%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(36,27,0,67)
C36M27Y0K67 
(36%,27%,0%,67%)
(0.36/0.27/0.00/0.67)	

CMYK percentages

%36.14
%26.51
%0
%67.45

Codes

Color #353D53 in popluar color models

353D53
RGB536183
HSL224°22.06%26.67%
HSB/HSV224°36.14%32.55%
CMYK36.14%26.51%0.00%
67.45%

Color #353D53 in popluar number systems.

HEX353D53
Decimal536183
Binary1101011111011010011
Octal6575123

Shades and tints

Shades of #353D53

#353D53
(53,61,83)
#31384C
(49,56,76)
#2D3345
(45,51,69)
#292E3E
(41,46,62)
#252937
(37,41,55)
#212430
(33,36,48)
#1D1F29
(29,31,41)
#191A22
(25,26,34)
#15151B
(21,21,27)
#111014
(17,16,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #353D53

#353D53
(53,61,83)
#474E62
(71,78,98)
#595F71
(89,95,113)
#6B7080
(107,112,128)
#7D818F
(125,129,143)
#8F929E
(143,146,158)
#A1A3AD
(161,163,173)
#B3B4BC
(179,180,188)
#C5C5CB
(197,197,203)
#D7D6DA
(215,214,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353D53; }

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

This text font color is #353D53.


Background Color

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

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

This div background color is #353D53.


Border color

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

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

This div border color is #353D53.


Opacity

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

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

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

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

This text has shadow with #353D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353D53 on black background.


Color preview on white background

This text has color #353D53 on white background.



Black color preview on #353D53 background

This text has black color on #353D53 background.


White color preview on #353D53 background

This text has white color on #353D53 background.