COLOR #35466D

HEX: #35466D
RGB: (53,70,109)

Color info

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

RGB color model

#35466D color RGB value is (53,70,109).

  • red value is 53;
  • green value is 70;
  • blue value is 109.
RGB:
(53,70,109)
(21%,27%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 109 of 255 = 43%

53
70
109

R + G + B ~ 30%. #35466D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 109 = 232 (100%)
R 53 of 232 ~ 22.84%
G 70 of 232 ~ 30.17%
B 109 of 232 ~ 46.98%

%22.84
%30.17
%46.98

CMYK color model

#35466D color CMYK value is (51,36,0,57).

  • cyan value is 51.38%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(51,36,0,57)
C51M36Y0K57 
(51%,36%,0%,57%)
(0.51/0.36/0.00/0.57)	

CMYK percentages

%51.38
%35.78
%0
%57.25

Codes

Color #35466D in popluar color models

35466D
RGB5370109
HSL222°34.57%31.76%
HSB/HSV222°51.38%42.75%
CMYK51.38%35.78%0.00%
57.25%

Color #35466D in popluar number systems.

HEX35466D
Decimal5370109
Binary11010110001101101101
Octal65106155

Shades and tints

Shades of #35466D

#35466D
(53,70,109)
#314064
(49,64,100)
#2D3A5B
(45,58,91)
#293452
(41,52,82)
#252E49
(37,46,73)
#212840
(33,40,64)
#1D2237
(29,34,55)
#191C2E
(25,28,46)
#151625
(21,22,37)
#11101C
(17,16,28)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #35466D

#35466D
(53,70,109)
#47567A
(71,86,122)
#596687
(89,102,135)
#6B7694
(107,118,148)
#7D86A1
(125,134,161)
#8F96AE
(143,150,174)
#A1A6BB
(161,166,187)
#B3B6C8
(179,182,200)
#C5C6D5
(197,198,213)
#D7D6E2
(215,214,226)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35466D color. Also use rgb(53,70,109) instead hex code.

Text Font Color

.myTextColor { color: #35466D; }

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

This text font color is #35466D.


Background Color

.myBgColor { background-color: #35466D; }

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

This div background color is #35466D.


Border color

.myBorderColor { border: 1px solid #35466D; }

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

This div border color is #35466D.


Opacity

.myOpacity80 { color: #35466D; opacity: 0.8; }

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

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

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

This text has shadow with #35466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35466D on black background.


Color preview on white background

This text has color #35466D on white background.



Black color preview on #35466D background

This text has black color on #35466D background.


White color preview on #35466D background

This text has white color on #35466D background.