COLOR #464E52

HEX: #464E52
RGB: (70,78,82)

Color info

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

RGB color model

#464E52 color RGB value is (70,78,82).

  • red value is 70;
  • green value is 78;
  • blue value is 82.
RGB:
(70,78,82)
(27%,31%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 82 of 255 = 32%

70
78
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 78 + 82 = 230 (100%)
R 70 of 230 ~ 30.43%
G 78 of 230 ~ 33.91%
B 82 of 230 ~ 35.65%

%30.43
%33.91
%35.65

CMYK color model

#464E52 color CMYK value is (15,5,0,68).

  • cyan value is 14.63%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(15,5,0,68)
C15M5Y0K68 
(15%,5%,0%,68%)
(0.15/0.05/0.00/0.68)	

CMYK percentages

%14.63
%4.88
%0
%67.84

Codes

Color #464E52 in popluar color models

464E52
RGB707882
HSL200°7.89%29.80%
HSB/HSV200°14.63%32.16%
CMYK14.63%4.88%0.00%
67.84%

Color #464E52 in popluar number systems.

HEX464E52
Decimal707882
Binary100011010011101010010
Octal106116122

Shades and tints

Shades of #464E52

#464E52
(70,78,82)
#40474B
(64,71,75)
#3A4044
(58,64,68)
#34393D
(52,57,61)
#2E3236
(46,50,54)
#282B2F
(40,43,47)
#222428
(34,36,40)
#1C1D21
(28,29,33)
#16161A
(22,22,26)
#100F13
(16,15,19)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #464E52

#464E52
(70,78,82)
#565E61
(86,94,97)
#666E70
(102,110,112)
#767E7F
(118,126,127)
#868E8E
(134,142,142)
#969E9D
(150,158,157)
#A6AEAC
(166,174,172)
#B6BEBB
(182,190,187)
#C6CECA
(198,206,202)
#D6DED9
(214,222,217)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464E52 color. Also use rgb(70,78,82) instead hex code.

Text Font Color

.myTextColor { color: #464E52; }

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

This text font color is #464E52.


Background Color

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

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

This div background color is #464E52.


Border color

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

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

This div border color is #464E52.


Opacity

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

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

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

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

This text has shadow with #464E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E52 on black background.


Color preview on white background

This text has color #464E52 on white background.



Black color preview on #464E52 background

This text has black color on #464E52 background.


White color preview on #464E52 background

This text has white color on #464E52 background.