COLOR #35344F

HEX: #35344F
RGB: (53,52,79)

Color info

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

RGB color model

#35344F color RGB value is (53,52,79).

  • red value is 53;
  • green value is 52;
  • blue value is 79.
RGB:
(53,52,79)
(21%,20%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 79 of 255 = 31%

53
52
79

R + G + B ~ 24%. #35344F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 79 = 184 (100%)
R 53 of 184 ~ 28.8%
G 52 of 184 ~ 28.26%
B 79 of 184 ~ 42.93%

%28.8
%28.26
%42.93

CMYK color model

#35344F color CMYK value is (33,34,0,69).

  • cyan value is 32.91%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(33,34,0,69)
C33M34Y0K69 
(33%,34%,0%,69%)
(0.33/0.34/0.00/0.69)	

CMYK percentages

%32.91
%34.18
%0
%69.02

Codes

Color #35344F in popluar color models

35344F
RGB535279
HSL242°20.61%25.69%
HSB/HSV242°34.18%30.98%
CMYK32.91%34.18%0.00%
69.02%

Color #35344F in popluar number systems.

HEX35344F
Decimal535279
Binary1101011101001001111
Octal6564117

Shades and tints

Shades of #35344F

#35344F
(53,52,79)
#313048
(49,48,72)
#2D2C41
(45,44,65)
#29283A
(41,40,58)
#252433
(37,36,51)
#21202C
(33,32,44)
#1D1C25
(29,28,37)
#19181E
(25,24,30)
#151417
(21,20,23)
#111010
(17,16,16)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #35344F

#35344F
(53,52,79)
#47465F
(71,70,95)
#59586F
(89,88,111)
#6B6A7F
(107,106,127)
#7D7C8F
(125,124,143)
#8F8E9F
(143,142,159)
#A1A0AF
(161,160,175)
#B3B2BF
(179,178,191)
#C5C4CF
(197,196,207)
#D7D6DF
(215,214,223)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35344F color. Also use rgb(53,52,79) instead hex code.

Text Font Color

.myTextColor { color: #35344F; }

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

This text font color is #35344F.


Background Color

.myBgColor { background-color: #35344F; }

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

This div background color is #35344F.


Border color

.myBorderColor { border: 1px solid #35344F; }

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

This div border color is #35344F.


Opacity

.myOpacity80 { color: #35344F; opacity: 0.8; }

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

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

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

This text has shadow with #35344F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35344F on black background.


Color preview on white background

This text has color #35344F on white background.



Black color preview on #35344F background

This text has black color on #35344F background.


White color preview on #35344F background

This text has white color on #35344F background.