COLOR #35414E

HEX: #35414E
RGB: (53,65,78)

Color info

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

RGB color model

#35414E color RGB value is (53,65,78).

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

RGB channels and saturation

R 53 of 255 = 21%
G 65 of 255 = 25%
B 78 of 255 = 31%

53
65
78

R + G + B ~ 26%. #35414E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 65 + 78 = 196 (100%)
R 53 of 196 ~ 27.04%
G 65 of 196 ~ 33.16%
B 78 of 196 ~ 39.8%

%27.04
%33.16
%39.8

CMYK color model

#35414E color CMYK value is (32,17,0,69).

  • cyan value is 32.05%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(32,17,0,69)
C32M17Y0K69 
(32%,17%,0%,69%)
(0.32/0.17/0.00/0.69)	

CMYK percentages

%32.05
%16.67
%0
%69.41

Codes

Color #35414E in popluar color models

35414E
RGB536578
HSL211°19.08%25.69%
HSB/HSV211°32.05%30.59%
CMYK32.05%16.67%0.00%
69.41%

Color #35414E in popluar number systems.

HEX35414E
Decimal536578
Binary11010110000011001110
Octal65101116

Shades and tints

Shades of #35414E

#35414E
(53,65,78)
#313C47
(49,60,71)
#2D3740
(45,55,64)
#293239
(41,50,57)
#252D32
(37,45,50)
#21282B
(33,40,43)
#1D2324
(29,35,36)
#191E1D
(25,30,29)
#151916
(21,25,22)
#11140F
(17,20,15)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #35414E

#35414E
(53,65,78)
#47525E
(71,82,94)
#59636E
(89,99,110)
#6B747E
(107,116,126)
#7D858E
(125,133,142)
#8F969E
(143,150,158)
#A1A7AE
(161,167,174)
#B3B8BE
(179,184,190)
#C5C9CE
(197,201,206)
#D7DADE
(215,218,222)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35414E color. Also use rgb(53,65,78) instead hex code.

Text Font Color

.myTextColor { color: #35414E; }

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

This text font color is #35414E.


Background Color

.myBgColor { background-color: #35414E; }

<div style="background-color:#35414E">Inner text</div>

This div background color is #35414E.


Border color

.myBorderColor { border: 1px solid #35414E; }

<div style="border:3px solid #35414E">Div</div>

This div border color is #35414E.


Opacity

.myOpacity80 { color: #35414E; opacity: 0.8; }

<p style="color:#35414E;opacity:0.8;">80%</p>

Text with #35414E 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 #35414E;}

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

This text has shadow with #35414E color.

.textShadow {text-shadow: 3px 3px 1px #35414E, 3px 3px 1px red;}

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

This text has shadow with #35414E primary color and red secondary color.


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

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

This text has shadow with #35414E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35414E on black background.


Color preview on white background

This text has color #35414E on white background.



Black color preview on #35414E background

This text has black color on #35414E background.


White color preview on #35414E background

This text has white color on #35414E background.