COLOR #353B51

HEX: #353B51
RGB: (53,59,81)

Color info

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

RGB color model

#353B51 color RGB value is (53,59,81).

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

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 81 of 255 = 32%

53
59
81

R + G + B ~ 25%. #353B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 81 = 193 (100%)
R 53 of 193 ~ 27.46%
G 59 of 193 ~ 30.57%
B 81 of 193 ~ 41.97%

%27.46
%30.57
%41.97

CMYK color model

#353B51 color CMYK value is (35,27,0,68).

  • cyan value is 34.57%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,27,0,68)
C35M27Y0K68 
(35%,27%,0%,68%)
(0.35/0.27/0.00/0.68)	

CMYK percentages

%34.57
%27.16
%0
%68.24

Codes

Color #353B51 in popluar color models

353B51
RGB535981
HSL227°20.90%26.27%
HSB/HSV227°34.57%31.76%
CMYK34.57%27.16%0.00%
68.24%

Color #353B51 in popluar number systems.

HEX353B51
Decimal535981
Binary1101011110111010001
Octal6573121

Shades and tints

Shades of #353B51

#353B51
(53,59,81)
#31364A
(49,54,74)
#2D3143
(45,49,67)
#292C3C
(41,44,60)
#252735
(37,39,53)
#21222E
(33,34,46)
#1D1D27
(29,29,39)
#191820
(25,24,32)
#151319
(21,19,25)
#110E12
(17,14,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #353B51

#353B51
(53,59,81)
#474C60
(71,76,96)
#595D6F
(89,93,111)
#6B6E7E
(107,110,126)
#7D7F8D
(125,127,141)
#8F909C
(143,144,156)
#A1A1AB
(161,161,171)
#B3B2BA
(179,178,186)
#C5C3C9
(197,195,201)
#D7D4D8
(215,212,216)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B51; }

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

This text font color is #353B51.


Background Color

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

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

This div background color is #353B51.


Border color

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

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

This div border color is #353B51.


Opacity

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

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

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

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

This text has shadow with #353B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B51 on black background.


Color preview on white background

This text has color #353B51 on white background.



Black color preview on #353B51 background

This text has black color on #353B51 background.


White color preview on #353B51 background

This text has white color on #353B51 background.