COLOR #35464D

HEX: #35464D
RGB: (53,70,77)

Color info

#35464D contains red, green and blue colors in about the same proportion. Web safe color of #35464D is #333333 (or #333).

RGB color model

#35464D color RGB value is (53,70,77).

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

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 77 of 255 = 30%

53
70
77

R + G + B ~ 26%. #35464D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 77 = 200 (100%)
R 53 of 200 ~ 26.5%
G 70 of 200 ~ 35%
B 77 of 200 ~ 38.5%

%26.5
%35
%38.5

CMYK color model

#35464D color CMYK value is (31,9,0,70).

  • cyan value is 31.17%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(31,9,0,70)
C31M9Y0K70 
(31%,9%,0%,70%)
(0.31/0.09/0.00/0.70)	

CMYK percentages

%31.17
%9.09
%0
%69.8

Codes

Color #35464D in popluar color models

35464D
RGB537077
HSL198°18.46%25.49%
HSB/HSV198°31.17%30.20%
CMYK31.17%9.09%0.00%
69.80%

Color #35464D in popluar number systems.

HEX35464D
Decimal537077
Binary11010110001101001101
Octal65106115

Shades and tints

Shades of #35464D

#35464D
(53,70,77)
#314046
(49,64,70)
#2D3A3F
(45,58,63)
#293438
(41,52,56)
#252E31
(37,46,49)
#21282A
(33,40,42)
#1D2223
(29,34,35)
#191C1C
(25,28,28)
#151615
(21,22,21)
#11100E
(17,16,14)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #35464D

#35464D
(53,70,77)
#47565D
(71,86,93)
#59666D
(89,102,109)
#6B767D
(107,118,125)
#7D868D
(125,134,141)
#8F969D
(143,150,157)
#A1A6AD
(161,166,173)
#B3B6BD
(179,182,189)
#C5C6CD
(197,198,205)
#D7D6DD
(215,214,221)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35464D; }

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

This text font color is #35464D.


Background Color

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

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

This div background color is #35464D.


Border color

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

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

This div border color is #35464D.


Opacity

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

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

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

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

This text has shadow with #35464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35464D on black background.


Color preview on white background

This text has color #35464D on white background.



Black color preview on #35464D background

This text has black color on #35464D background.


White color preview on #35464D background

This text has white color on #35464D background.