COLOR #35415C

HEX: #35415C
RGB: (53,65,92)

Color info

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

RGB color model

#35415C color RGB value is (53,65,92).

  • red value is 53;
  • green value is 65;
  • blue value is 92.
RGB:
(53,65,92)
(21%,25%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 65 of 255 = 25%
B 92 of 255 = 36%

53
65
92

R + G + B ~ 27%. #35415C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 65 + 92 = 210 (100%)
R 53 of 210 ~ 25.24%
G 65 of 210 ~ 30.95%
B 92 of 210 ~ 43.81%

%25.24
%30.95
%43.81

CMYK color model

#35415C color CMYK value is (42,29,0,64).

  • cyan value is 42.39%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(42,29,0,64)
C42M29Y0K64 
(42%,29%,0%,64%)
(0.42/0.29/0.00/0.64)	

CMYK percentages

%42.39
%29.35
%0
%63.92

Codes

Color #35415C in popluar color models

35415C
RGB536592
HSL222°26.90%28.43%
HSB/HSV222°42.39%36.08%
CMYK42.39%29.35%0.00%
63.92%

Color #35415C in popluar number systems.

HEX35415C
Decimal536592
Binary11010110000011011100
Octal65101134

Shades and tints

Shades of #35415C

#35415C
(53,65,92)
#313C54
(49,60,84)
#2D374C
(45,55,76)
#293244
(41,50,68)
#252D3C
(37,45,60)
#212834
(33,40,52)
#1D232C
(29,35,44)
#191E24
(25,30,36)
#15191C
(21,25,28)
#111414
(17,20,20)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #35415C

#35415C
(53,65,92)
#47526A
(71,82,106)
#596378
(89,99,120)
#6B7486
(107,116,134)
#7D8594
(125,133,148)
#8F96A2
(143,150,162)
#A1A7B0
(161,167,176)
#B3B8BE
(179,184,190)
#C5C9CC
(197,201,204)
#D7DADA
(215,218,218)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35415C color. Also use rgb(53,65,92) instead hex code.

Text Font Color

.myTextColor { color: #35415C; }

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

This text font color is #35415C.


Background Color

.myBgColor { background-color: #35415C; }

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

This div background color is #35415C.


Border color

.myBorderColor { border: 1px solid #35415C; }

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

This div border color is #35415C.


Opacity

.myOpacity80 { color: #35415C; opacity: 0.8; }

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

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

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

This text has shadow with #35415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35415C on black background.


Color preview on white background

This text has color #35415C on white background.



Black color preview on #35415C background

This text has black color on #35415C background.


White color preview on #35415C background

This text has white color on #35415C background.