COLOR #353759

HEX: #353759
RGB: (53,55,89)

Color info

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

RGB color model

#353759 color RGB value is (53,55,89).

  • red value is 53;
  • green value is 55;
  • blue value is 89.
RGB:
(53,55,89)
(21%,22%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 89 of 255 = 35%

53
55
89

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

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 89 = 197 (100%)
R 53 of 197 ~ 26.9%
G 55 of 197 ~ 27.92%
B 89 of 197 ~ 45.18%

%26.9
%27.92
%45.18

CMYK color model

#353759 color CMYK value is (40,38,0,65).

  • cyan value is 40.45%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,38,0,65)
C40M38Y0K65 
(40%,38%,0%,65%)
(0.40/0.38/0.00/0.65)	

CMYK percentages

%40.45
%38.2
%0
%65.1

Codes

Color #353759 in popluar color models

353759
RGB535589
HSL237°25.35%27.84%
HSB/HSV237°40.45%34.90%
CMYK40.45%38.20%0.00%
65.10%

Color #353759 in popluar number systems.

HEX353759
Decimal535589
Binary1101011101111011001
Octal6567131

Shades and tints

Shades of #353759

#353759
(53,55,89)
#313251
(49,50,81)
#2D2D49
(45,45,73)
#292841
(41,40,65)
#252339
(37,35,57)
#211E31
(33,30,49)
#1D1929
(29,25,41)
#191421
(25,20,33)
#150F19
(21,15,25)
#110A11
(17,10,17)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #353759

#353759
(53,55,89)
#474968
(71,73,104)
#595B77
(89,91,119)
#6B6D86
(107,109,134)
#7D7F95
(125,127,149)
#8F91A4
(143,145,164)
#A1A3B3
(161,163,179)
#B3B5C2
(179,181,194)
#C5C7D1
(197,199,209)
#D7D9E0
(215,217,224)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353759 color. Also use rgb(53,55,89) instead hex code.

Text Font Color

.myTextColor { color: #353759; }

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

This text font color is #353759.


Background Color

.myBgColor { background-color: #353759; }

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

This div background color is #353759.


Border color

.myBorderColor { border: 1px solid #353759; }

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

This div border color is #353759.


Opacity

.myOpacity80 { color: #353759; opacity: 0.8; }

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

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

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

This text has shadow with #353759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353759 on black background.


Color preview on white background

This text has color #353759 on white background.



Black color preview on #353759 background

This text has black color on #353759 background.


White color preview on #353759 background

This text has white color on #353759 background.