COLOR #353F6C

HEX: #353F6C
RGB: (53,63,108)

Color info

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

RGB color model

#353F6C color RGB value is (53,63,108).

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

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 108 of 255 = 42%

53
63
108

R + G + B ~ 29%. #353F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 108 = 224 (100%)
R 53 of 224 ~ 23.66%
G 63 of 224 ~ 28.13%
B 108 of 224 ~ 48.21%

%23.66
%28.13
%48.21

CMYK color model

#353F6C color CMYK value is (51,42,0,58).

  • cyan value is 50.93%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(51,42,0,58)
C51M42Y0K58 
(51%,42%,0%,58%)
(0.51/0.42/0.00/0.58)	

CMYK percentages

%50.93
%41.67
%0
%57.65

Codes

Color #353F6C in popluar color models

353F6C
RGB5363108
HSL229°34.16%31.57%
HSB/HSV229°50.93%42.35%
CMYK50.93%41.67%0.00%
57.65%

Color #353F6C in popluar number systems.

HEX353F6C
Decimal5363108
Binary1101011111111101100
Octal6577154

Shades and tints

Shades of #353F6C

#353F6C
(53,63,108)
#313A63
(49,58,99)
#2D355A
(45,53,90)
#293051
(41,48,81)
#252B48
(37,43,72)
#21263F
(33,38,63)
#1D2136
(29,33,54)
#191C2D
(25,28,45)
#151724
(21,23,36)
#11121B
(17,18,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #353F6C

#353F6C
(53,63,108)
#475079
(71,80,121)
#596186
(89,97,134)
#6B7293
(107,114,147)
#7D83A0
(125,131,160)
#8F94AD
(143,148,173)
#A1A5BA
(161,165,186)
#B3B6C7
(179,182,199)
#C5C7D4
(197,199,212)
#D7D8E1
(215,216,225)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353F6C; }

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

This text font color is #353F6C.


Background Color

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

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

This div background color is #353F6C.


Border color

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

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

This div border color is #353F6C.


Opacity

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

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

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

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

This text has shadow with #353F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F6C on black background.


Color preview on white background

This text has color #353F6C on white background.



Black color preview on #353F6C background

This text has black color on #353F6C background.


White color preview on #353F6C background

This text has white color on #353F6C background.