COLOR #464D53

HEX: #464D53
RGB: (70,77,83)

Color info

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

RGB color model

#464D53 color RGB value is (70,77,83).

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

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 83 of 255 = 33%

70
77
83

R + G + B ~ 30%. #464D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 77 + 83 = 230 (100%)
R 70 of 230 ~ 30.43%
G 77 of 230 ~ 33.48%
B 83 of 230 ~ 36.09%

%30.43
%33.48
%36.09

CMYK color model

#464D53 color CMYK value is (16,7,0,67).

  • cyan value is 15.66%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(16,7,0,67)
C16M7Y0K67 
(16%,7%,0%,67%)
(0.16/0.07/0.00/0.67)	

CMYK percentages

%15.66
%7.23
%0
%67.45

Codes

Color #464D53 in popluar color models

464D53
RGB707783
HSL208°8.50%30.00%
HSB/HSV208°15.66%32.55%
CMYK15.66%7.23%0.00%
67.45%

Color #464D53 in popluar number systems.

HEX464D53
Decimal707783
Binary100011010011011010011
Octal106115123

Shades and tints

Shades of #464D53

#464D53
(70,77,83)
#40464C
(64,70,76)
#3A3F45
(58,63,69)
#34383E
(52,56,62)
#2E3137
(46,49,55)
#282A30
(40,42,48)
#222329
(34,35,41)
#1C1C22
(28,28,34)
#16151B
(22,21,27)
#100E14
(16,14,20)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #464D53

#464D53
(70,77,83)
#565D62
(86,93,98)
#666D71
(102,109,113)
#767D80
(118,125,128)
#868D8F
(134,141,143)
#969D9E
(150,157,158)
#A6ADAD
(166,173,173)
#B6BDBC
(182,189,188)
#C6CDCB
(198,205,203)
#D6DDDA
(214,221,218)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D53 color. Also use rgb(70,77,83) instead hex code.

Text Font Color

.myTextColor { color: #464D53; }

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

This text font color is #464D53.


Background Color

.myBgColor { background-color: #464D53; }

<div style="background-color:#464D53">Inner text</div>

This div background color is #464D53.


Border color

.myBorderColor { border: 1px solid #464D53; }

<div style="border:3px solid #464D53">Div</div>

This div border color is #464D53.


Opacity

.myOpacity80 { color: #464D53; opacity: 0.8; }

<p style="color:#464D53;opacity:0.8;">80%</p>

Text with #464D53 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 #464D53;}

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

This text has shadow with #464D53 color.

.textShadow {text-shadow: 3px 3px 1px #464D53, 3px 3px 1px red;}

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

This text has shadow with #464D53 primary color and red secondary color.


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

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

This text has shadow with #464D53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D53 on black background.


Color preview on white background

This text has color #464D53 on white background.



Black color preview on #464D53 background

This text has black color on #464D53 background.


White color preview on #464D53 background

This text has white color on #464D53 background.