COLOR #464756

HEX: #464756
RGB: (70,71,86)

Color info

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

RGB color model

#464756 color RGB value is (70,71,86).

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

RGB channels and saturation

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

70
71
86

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

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 86 = 227 (100%)
R 70 of 227 ~ 30.84%
G 71 of 227 ~ 31.28%
B 86 of 227 ~ 37.89%

%30.84
%31.28
%37.89

CMYK color model

#464756 color CMYK value is (19,17,0,66).

  • cyan value is 18.60%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(19,17,0,66)
C19M17Y0K66 
(19%,17%,0%,66%)
(0.19/0.17/0.00/0.66)	

CMYK percentages

%18.6
%17.44
%0
%66.27

Codes

Color #464756 in popluar color models

464756
RGB707186
HSL236°10.26%30.59%
HSB/HSV236°18.60%33.73%
CMYK18.60%17.44%0.00%
66.27%

Color #464756 in popluar number systems.

HEX464756
Decimal707186
Binary100011010001111010110
Octal106107126

Shades and tints

Shades of #464756

#464756
(70,71,86)
#40414F
(64,65,79)
#3A3B48
(58,59,72)
#343541
(52,53,65)
#2E2F3A
(46,47,58)
#282933
(40,41,51)
#22232C
(34,35,44)
#1C1D25
(28,29,37)
#16171E
(22,23,30)
#101117
(16,17,23)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #464756

#464756
(70,71,86)
#565765
(86,87,101)
#666774
(102,103,116)
#767783
(118,119,131)
#868792
(134,135,146)
#9697A1
(150,151,161)
#A6A7B0
(166,167,176)
#B6B7BF
(182,183,191)
#C6C7CE
(198,199,206)
#D6D7DD
(214,215,221)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464756; }

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

This text font color is #464756.


Background Color

.myBgColor { background-color: #464756; }

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

This div background color is #464756.


Border color

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

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

This div border color is #464756.


Opacity

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

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

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

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

This text has shadow with #464756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464756 on black background.


Color preview on white background

This text has color #464756 on white background.



Black color preview on #464756 background

This text has black color on #464756 background.


White color preview on #464756 background

This text has white color on #464756 background.