COLOR #353969

HEX: #353969
RGB: (53,57,105)

Color info

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

RGB color model

#353969 color RGB value is (53,57,105).

  • red value is 53;
  • green value is 57;
  • blue value is 105.
RGB:
(53,57,105)
(21%,22%,41%)

RGB channels and saturation

R 53 of 255 = 21%
G 57 of 255 = 22%
B 105 of 255 = 41%

53
57
105

R + G + B ~ 28%. #353969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 57 + 105 = 215 (100%)
R 53 of 215 ~ 24.65%
G 57 of 215 ~ 26.51%
B 105 of 215 ~ 48.84%

%24.65
%26.51
%48.84

CMYK color model

#353969 color CMYK value is (50,46,0,59).

  • cyan value is 49.52%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(50,46,0,59)
C50M46Y0K59 
(50%,46%,0%,59%)
(0.50/0.46/0.00/0.59)	

CMYK percentages

%49.52
%45.71
%0
%58.82

Codes

Color #353969 in popluar color models

353969
RGB5357105
HSL235°32.91%30.98%
HSB/HSV235°49.52%41.18%
CMYK49.52%45.71%0.00%
58.82%

Color #353969 in popluar number systems.

HEX353969
Decimal5357105
Binary1101011110011101001
Octal6571151

Shades and tints

Shades of #353969

#353969
(53,57,105)
#313460
(49,52,96)
#2D2F57
(45,47,87)
#292A4E
(41,42,78)
#252545
(37,37,69)
#21203C
(33,32,60)
#1D1B33
(29,27,51)
#19162A
(25,22,42)
#151121
(21,17,33)
#110C18
(17,12,24)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #353969

#353969
(53,57,105)
#474B76
(71,75,118)
#595D83
(89,93,131)
#6B6F90
(107,111,144)
#7D819D
(125,129,157)
#8F93AA
(143,147,170)
#A1A5B7
(161,165,183)
#B3B7C4
(179,183,196)
#C5C9D1
(197,201,209)
#D7DBDE
(215,219,222)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353969 color. Also use rgb(53,57,105) instead hex code.

Text Font Color

.myTextColor { color: #353969; }

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

This text font color is #353969.


Background Color

.myBgColor { background-color: #353969; }

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

This div background color is #353969.


Border color

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

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

This div border color is #353969.


Opacity

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

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

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

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

This text has shadow with #353969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353969 on black background.


Color preview on white background

This text has color #353969 on white background.



Black color preview on #353969 background

This text has black color on #353969 background.


White color preview on #353969 background

This text has white color on #353969 background.