COLOR #35434E

HEX: #35434E
RGB: (53,67,78)

Color info

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

RGB color model

#35434E color RGB value is (53,67,78).

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

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 78 of 255 = 31%

53
67
78

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

Portions of RGB colors in percentages

R + G + B =
53 + 67 + 78 = 198 (100%)
R 53 of 198 ~ 26.77%
G 67 of 198 ~ 33.84%
B 78 of 198 ~ 39.39%

%26.77
%33.84
%39.39

CMYK color model

#35434E color CMYK value is (32,14,0,69).

  • cyan value is 32.05%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(32,14,0,69)
C32M14Y0K69 
(32%,14%,0%,69%)
(0.32/0.14/0.00/0.69)	

CMYK percentages

%32.05
%14.1
%0
%69.41

Codes

Color #35434E in popluar color models

35434E
RGB536778
HSL206°19.08%25.69%
HSB/HSV206°32.05%30.59%
CMYK32.05%14.10%0.00%
69.41%

Color #35434E in popluar number systems.

HEX35434E
Decimal536778
Binary11010110000111001110
Octal65103116

Shades and tints

Shades of #35434E

#35434E
(53,67,78)
#313D47
(49,61,71)
#2D3740
(45,55,64)
#293139
(41,49,57)
#252B32
(37,43,50)
#21252B
(33,37,43)
#1D1F24
(29,31,36)
#19191D
(25,25,29)
#151316
(21,19,22)
#110D0F
(17,13,15)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #35434E

#35434E
(53,67,78)
#47545E
(71,84,94)
#59656E
(89,101,110)
#6B767E
(107,118,126)
#7D878E
(125,135,142)
#8F989E
(143,152,158)
#A1A9AE
(161,169,174)
#B3BABE
(179,186,190)
#C5CBCE
(197,203,206)
#D7DCDE
(215,220,222)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35434E; }

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

This text font color is #35434E.


Background Color

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

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

This div background color is #35434E.


Border color

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

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

This div border color is #35434E.


Opacity

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

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

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

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

This text has shadow with #35434E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35434E on black background.


Color preview on white background

This text has color #35434E on white background.



Black color preview on #35434E background

This text has black color on #35434E background.


White color preview on #35434E background

This text has white color on #35434E background.