COLOR #464F57

HEX: #464F57
RGB: (70,79,87)

Color info

#464F57 contains red, green and blue colors in about the same proportion. Web safe color of #464F57 is #336666 (or #366).

RGB color model

#464F57 color RGB value is (70,79,87).

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

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 87 of 255 = 34%

70
79
87

R + G + B ~ 31%. #464F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 87 = 236 (100%)
R 70 of 236 ~ 29.66%
G 79 of 236 ~ 33.47%
B 87 of 236 ~ 36.86%

%29.66
%33.47
%36.86

CMYK color model

#464F57 color CMYK value is (20,9,0,66).

  • cyan value is 19.54%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(20,9,0,66)
C20M9Y0K66 
(20%,9%,0%,66%)
(0.20/0.09/0.00/0.66)	

CMYK percentages

%19.54
%9.2
%0
%65.88

Codes

Color #464F57 in popluar color models

464F57
RGB707987
HSL208°10.83%30.78%
HSB/HSV208°19.54%34.12%
CMYK19.54%9.20%0.00%
65.88%

Color #464F57 in popluar number systems.

HEX464F57
Decimal707987
Binary100011010011111010111
Octal106117127

Shades and tints

Shades of #464F57

#464F57
(70,79,87)
#404850
(64,72,80)
#3A4149
(58,65,73)
#343A42
(52,58,66)
#2E333B
(46,51,59)
#282C34
(40,44,52)
#22252D
(34,37,45)
#1C1E26
(28,30,38)
#16171F
(22,23,31)
#101018
(16,16,24)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #464F57

#464F57
(70,79,87)
#565F66
(86,95,102)
#666F75
(102,111,117)
#767F84
(118,127,132)
#868F93
(134,143,147)
#969FA2
(150,159,162)
#A6AFB1
(166,175,177)
#B6BFC0
(182,191,192)
#C6CFCF
(198,207,207)
#D6DFDE
(214,223,222)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F57; }

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

This text font color is #464F57.


Background Color

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

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

This div background color is #464F57.


Border color

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

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

This div border color is #464F57.


Opacity

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

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

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

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

This text has shadow with #464F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F57 on black background.


Color preview on white background

This text has color #464F57 on white background.



Black color preview on #464F57 background

This text has black color on #464F57 background.


White color preview on #464F57 background

This text has white color on #464F57 background.