COLOR #464252

HEX: #464252 RGB: (70,66,82)

Color info

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

RGB color model

#464252 color RGB value is (70,66,82).

RGB: (70,66,82) (27%, 26%, 32%)

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 82 of 255 = 32%

70
66
82

R + G + B ~ 28%. #464252 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 66 + 82 = 218 (100%)
R 70 of 218 ~ 32.11%
G 66 of 218 ~ 30.28%
B 82 of 218 ~ 37.61'%

%32.11
%30.28
%37.61

CMYK color model

#464252 color CMYK value is (15,20,0,68).

  • cyan value is 14.63%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (15,20,0,68)
C15M20Y0K68 (15%, 20%, 0%, 68%)
(0.15 / 0.20 / 0.00 / 0.68)

CMYK percentages

%14.63
%19.51
%0
%67.84

Codes

Color #464252 in popluar color models

46 42 52
RGB 70 66 82
HSL 255° 10.81% 29.02%
HSB/HSV 255° 19.51% 32.16%
CMYK 14.63% 19.51% 0.00%
67.84%

Color #464252 in popluar number systems.

HEX 46 42 52
Decimal 70 66 82
Binary 1000110 1000010 1010010
Octal 106 102 122

Shades and tints

Shades of #464252

#464252
(70,66,82)
#403C4B
(64,60,75)
#3A3644
(58,54,68)
#34303D
(52,48,61)
#2E2A36
(46,42,54)
#28242F
(40,36,47)
#221E28
(34,30,40)
#1C1821
(28,24,33)
#16121A
(22,18,26)
#100C13
(16,12,19)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #464252

#464252
(70,66,82)
#565361
(86,83,97)
#666470
(102,100,112)
#76757F
(118,117,127)
#86868E
(134,134,142)
#96979D
(150,151,157)
#A6A8AC
(166,168,172)
#B6B9BB
(182,185,187)
#C6CACA
(198,202,202)
#D6DBD9
(214,219,217)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464252; }

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

This text font color is #464252.

Background Color

.myBgColor { background-color: #464252; }

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

This div background color is #464252.

Border color

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

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

This div border color is #464252.

Opacity

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

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

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

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

This text has shadow with #464252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464252.

Preview

Color preview on black background

This text has color #464252 on black background.


Color preview on white background

This text has color #464252 on white background.


Black color preview on #464252 background

This text has black color on #464252 background.


White color preview on #464252 background

This text has white color on #464252 background.


Related colors

Complementary color

Complementary color for #hex is #B9BDAD.


I love getcolorcode.com

Triadic colors

1 #524642 and #425246 with #464252 are triadic colors.

2 #524246 and #424652 with #464252 are triadic colors.