COLOR #35455A

HEX: #35455A
RGB: (53,69,90)

Color info

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

RGB color model

#35455A color RGB value is (53,69,90).

  • red value is 53;
  • green value is 69;
  • blue value is 90.
RGB:
(53,69,90)
(21%,27%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 69 of 255 = 27%
B 90 of 255 = 35%

53
69
90

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

Portions of RGB colors in percentages

R + G + B =
53 + 69 + 90 = 212 (100%)
R 53 of 212 ~ 25%
G 69 of 212 ~ 32.55%
B 90 of 212 ~ 42.45%

%25
%32.55
%42.45

CMYK color model

#35455A color CMYK value is (41,23,0,65).

  • cyan value is 41.11%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(41,23,0,65)
C41M23Y0K65 
(41%,23%,0%,65%)
(0.41/0.23/0.00/0.65)	

CMYK percentages

%41.11
%23.33
%0
%64.71

Codes

Color #35455A in popluar color models

35455A
RGB536990
HSL214°25.87%28.04%
HSB/HSV214°41.11%35.29%
CMYK41.11%23.33%0.00%
64.71%

Color #35455A in popluar number systems.

HEX35455A
Decimal536990
Binary11010110001011011010
Octal65105132

Shades and tints

Shades of #35455A

#35455A
(53,69,90)
#313F52
(49,63,82)
#2D394A
(45,57,74)
#293342
(41,51,66)
#252D3A
(37,45,58)
#212732
(33,39,50)
#1D212A
(29,33,42)
#191B22
(25,27,34)
#15151A
(21,21,26)
#110F12
(17,15,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #35455A

#35455A
(53,69,90)
#475569
(71,85,105)
#596578
(89,101,120)
#6B7587
(107,117,135)
#7D8596
(125,133,150)
#8F95A5
(143,149,165)
#A1A5B4
(161,165,180)
#B3B5C3
(179,181,195)
#C5C5D2
(197,197,210)
#D7D5E1
(215,213,225)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35455A color. Also use rgb(53,69,90) instead hex code.

Text Font Color

.myTextColor { color: #35455A; }

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

This text font color is #35455A.


Background Color

.myBgColor { background-color: #35455A; }

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

This div background color is #35455A.


Border color

.myBorderColor { border: 1px solid #35455A; }

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

This div border color is #35455A.


Opacity

.myOpacity80 { color: #35455A; opacity: 0.8; }

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

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

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

This text has shadow with #35455A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35455A on black background.


Color preview on white background

This text has color #35455A on white background.



Black color preview on #35455A background

This text has black color on #35455A background.


White color preview on #35455A background

This text has white color on #35455A background.