COLOR #464C52

HEX: #464C52
RGB: (70,76,82)

Color info

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

RGB color model

#464C52 color RGB value is (70,76,82).

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

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 82 of 255 = 32%

70
76
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 76 + 82 = 228 (100%)
R 70 of 228 ~ 30.7%
G 76 of 228 ~ 33.33%
B 82 of 228 ~ 35.96%

%30.7
%33.33
%35.96

CMYK color model

#464C52 color CMYK value is (15,7,0,68).

  • cyan value is 14.63%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(15,7,0,68)
C15M7Y0K68 
(15%,7%,0%,68%)
(0.15/0.07/0.00/0.68)	

CMYK percentages

%14.63
%7.32
%0
%67.84

Codes

Color #464C52 in popluar color models

464C52
RGB707682
HSL210°7.89%29.80%
HSB/HSV210°14.63%32.16%
CMYK14.63%7.32%0.00%
67.84%

Color #464C52 in popluar number systems.

HEX464C52
Decimal707682
Binary100011010011001010010
Octal106114122

Shades and tints

Shades of #464C52

#464C52
(70,76,82)
#40464B
(64,70,75)
#3A4044
(58,64,68)
#343A3D
(52,58,61)
#2E3436
(46,52,54)
#282E2F
(40,46,47)
#222828
(34,40,40)
#1C2221
(28,34,33)
#161C1A
(22,28,26)
#101613
(16,22,19)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #464C52

#464C52
(70,76,82)
#565C61
(86,92,97)
#666C70
(102,108,112)
#767C7F
(118,124,127)
#868C8E
(134,140,142)
#969C9D
(150,156,157)
#A6ACAC
(166,172,172)
#B6BCBB
(182,188,187)
#C6CCCA
(198,204,202)
#D6DCD9
(214,220,217)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464C52; }

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

This text font color is #464C52.


Background Color

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

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

This div background color is #464C52.


Border color

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

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

This div border color is #464C52.


Opacity

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

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

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

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

This text has shadow with #464C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C52 on black background.


Color preview on white background

This text has color #464C52 on white background.



Black color preview on #464C52 background

This text has black color on #464C52 background.


White color preview on #464C52 background

This text has white color on #464C52 background.