COLOR #464853

HEX: #464853
RGB: (70,72,83)

Color info

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

RGB color model

#464853 color RGB value is (70,72,83).

  • red value is 70;
  • green value is 72;
  • blue value is 83.
RGB:
(70,72,83)
(27%,28%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 83 of 255 = 33%

70
72
83

R + G + B ~ 29%. #464853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 83 = 225 (100%)
R 70 of 225 ~ 31.11%
G 72 of 225 ~ 32%
B 83 of 225 ~ 36.89%

%31.11
%32
%36.89

CMYK color model

#464853 color CMYK value is (16,13,0,67).

  • cyan value is 15.66%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(16,13,0,67)
C16M13Y0K67 
(16%,13%,0%,67%)
(0.16/0.13/0.00/0.67)	

CMYK percentages

%15.66
%13.25
%0
%67.45

Codes

Color #464853 in popluar color models

464853
RGB707283
HSL231°8.50%30.00%
HSB/HSV231°15.66%32.55%
CMYK15.66%13.25%0.00%
67.45%

Color #464853 in popluar number systems.

HEX464853
Decimal707283
Binary100011010010001010011
Octal106110123

Shades and tints

Shades of #464853

#464853
(70,72,83)
#40424C
(64,66,76)
#3A3C45
(58,60,69)
#34363E
(52,54,62)
#2E3037
(46,48,55)
#282A30
(40,42,48)
#222429
(34,36,41)
#1C1E22
(28,30,34)
#16181B
(22,24,27)
#101214
(16,18,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #464853

#464853
(70,72,83)
#565862
(86,88,98)
#666871
(102,104,113)
#767880
(118,120,128)
#86888F
(134,136,143)
#96989E
(150,152,158)
#A6A8AD
(166,168,173)
#B6B8BC
(182,184,188)
#C6C8CB
(198,200,203)
#D6D8DA
(214,216,218)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464853 color. Also use rgb(70,72,83) instead hex code.

Text Font Color

.myTextColor { color: #464853; }

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

This text font color is #464853.


Background Color

.myBgColor { background-color: #464853; }

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

This div background color is #464853.


Border color

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

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

This div border color is #464853.


Opacity

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

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

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

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

This text has shadow with #464853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464853 on black background.


Color preview on white background

This text has color #464853 on white background.



Black color preview on #464853 background

This text has black color on #464853 background.


White color preview on #464853 background

This text has white color on #464853 background.