COLOR #464D51

HEX: #464D51
RGB: (70,77,81)

Color info

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

RGB color model

#464D51 color RGB value is (70,77,81).

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

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 81 of 255 = 32%

70
77
81

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

Portions of RGB colors in percentages

R + G + B =
70 + 77 + 81 = 228 (100%)
R 70 of 228 ~ 30.7%
G 77 of 228 ~ 33.77%
B 81 of 228 ~ 35.53%

%30.7
%33.77
%35.53

CMYK color model

#464D51 color CMYK value is (14,5,0,68).

  • cyan value is 13.58%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(14,5,0,68)
C14M5Y0K68 
(14%,5%,0%,68%)
(0.14/0.05/0.00/0.68)	

CMYK percentages

%13.58
%4.94
%0
%68.24

Codes

Color #464D51 in popluar color models

464D51
RGB707781
HSL202°7.28%29.61%
HSB/HSV202°13.58%31.76%
CMYK13.58%4.94%0.00%
68.24%

Color #464D51 in popluar number systems.

HEX464D51
Decimal707781
Binary100011010011011010001
Octal106115121

Shades and tints

Shades of #464D51

#464D51
(70,77,81)
#40464A
(64,70,74)
#3A3F43
(58,63,67)
#34383C
(52,56,60)
#2E3135
(46,49,53)
#282A2E
(40,42,46)
#222327
(34,35,39)
#1C1C20
(28,28,32)
#161519
(22,21,25)
#100E12
(16,14,18)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #464D51

#464D51
(70,77,81)
#565D60
(86,93,96)
#666D6F
(102,109,111)
#767D7E
(118,125,126)
#868D8D
(134,141,141)
#969D9C
(150,157,156)
#A6ADAB
(166,173,171)
#B6BDBA
(182,189,186)
#C6CDC9
(198,205,201)
#D6DDD8
(214,221,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464D51; }

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

This text font color is #464D51.


Background Color

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

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

This div background color is #464D51.


Border color

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

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

This div border color is #464D51.


Opacity

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

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

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

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

This text has shadow with #464D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D51 on black background.


Color preview on white background

This text has color #464D51 on white background.



Black color preview on #464D51 background

This text has black color on #464D51 background.


White color preview on #464D51 background

This text has white color on #464D51 background.