COLOR #464757

HEX: #464757
RGB: (70,71,87)

Color info

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

RGB color model

#464757 color RGB value is (70,71,87).

  • red value is 70;
  • green value is 71;
  • blue value is 87.
RGB:
(70,71,87)
(27%,28%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 87 of 255 = 34%

70
71
87

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

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 87 = 228 (100%)
R 70 of 228 ~ 30.7%
G 71 of 228 ~ 31.14%
B 87 of 228 ~ 38.16%

%30.7
%31.14
%38.16

CMYK color model

#464757 color CMYK value is (20,18,0,66).

  • cyan value is 19.54%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(20,18,0,66)
C20M18Y0K66 
(20%,18%,0%,66%)
(0.20/0.18/0.00/0.66)	

CMYK percentages

%19.54
%18.39
%0
%65.88

Codes

Color #464757 in popluar color models

464757
RGB707187
HSL236°10.83%30.78%
HSB/HSV236°19.54%34.12%
CMYK19.54%18.39%0.00%
65.88%

Color #464757 in popluar number systems.

HEX464757
Decimal707187
Binary100011010001111010111
Octal106107127

Shades and tints

Shades of #464757

#464757
(70,71,87)
#404150
(64,65,80)
#3A3B49
(58,59,73)
#343542
(52,53,66)
#2E2F3B
(46,47,59)
#282934
(40,41,52)
#22232D
(34,35,45)
#1C1D26
(28,29,38)
#16171F
(22,23,31)
#101118
(16,17,24)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #464757

#464757
(70,71,87)
#565766
(86,87,102)
#666775
(102,103,117)
#767784
(118,119,132)
#868793
(134,135,147)
#9697A2
(150,151,162)
#A6A7B1
(166,167,177)
#B6B7C0
(182,183,192)
#C6C7CF
(198,199,207)
#D6D7DE
(214,215,222)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464757 color. Also use rgb(70,71,87) instead hex code.

Text Font Color

.myTextColor { color: #464757; }

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

This text font color is #464757.


Background Color

.myBgColor { background-color: #464757; }

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

This div background color is #464757.


Border color

.myBorderColor { border: 1px solid #464757; }

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

This div border color is #464757.


Opacity

.myOpacity80 { color: #464757; opacity: 0.8; }

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

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

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

This text has shadow with #464757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464757 on black background.


Color preview on white background

This text has color #464757 on white background.



Black color preview on #464757 background

This text has black color on #464757 background.


White color preview on #464757 background

This text has white color on #464757 background.