COLOR #464F5F

HEX: #464F5F
RGB: (70,79,95)

Color info

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

RGB color model

#464F5F color RGB value is (70,79,95).

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

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 95 of 255 = 37%

70
79
95

R + G + B ~ 32%. #464F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 95 = 244 (100%)
R 70 of 244 ~ 28.69%
G 79 of 244 ~ 32.38%
B 95 of 244 ~ 38.93%

%28.69
%32.38
%38.93

CMYK color model

#464F5F color CMYK value is (26,17,0,63).

  • cyan value is 26.32%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(26,17,0,63)
C26M17Y0K63 
(26%,17%,0%,63%)
(0.26/0.17/0.00/0.63)	

CMYK percentages

%26.32
%16.84
%0
%62.75

Codes

Color #464F5F in popluar color models

464F5F
RGB707995
HSL218°15.15%32.35%
HSB/HSV218°26.32%37.25%
CMYK26.32%16.84%0.00%
62.75%

Color #464F5F in popluar number systems.

HEX464F5F
Decimal707995
Binary100011010011111011111
Octal106117137

Shades and tints

Shades of #464F5F

#464F5F
(70,79,95)
#404857
(64,72,87)
#3A414F
(58,65,79)
#343A47
(52,58,71)
#2E333F
(46,51,63)
#282C37
(40,44,55)
#22252F
(34,37,47)
#1C1E27
(28,30,39)
#16171F
(22,23,31)
#101017
(16,16,23)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #464F5F

#464F5F
(70,79,95)
#565F6D
(86,95,109)
#666F7B
(102,111,123)
#767F89
(118,127,137)
#868F97
(134,143,151)
#969FA5
(150,159,165)
#A6AFB3
(166,175,179)
#B6BFC1
(182,191,193)
#C6CFCF
(198,207,207)
#D6DFDD
(214,223,221)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F5F; }

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

This text font color is #464F5F.


Background Color

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

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

This div background color is #464F5F.


Border color

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

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

This div border color is #464F5F.


Opacity

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

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

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

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

This text has shadow with #464F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F5F on black background.


Color preview on white background

This text has color #464F5F on white background.



Black color preview on #464F5F background

This text has black color on #464F5F background.


White color preview on #464F5F background

This text has white color on #464F5F background.