COLOR #464955

HEX: #464955
RGB: (70,73,85)

Color info

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

RGB color model

#464955 color RGB value is (70,73,85).

  • red value is 70;
  • green value is 73;
  • blue value is 85.
RGB:
(70,73,85)
(27%,29%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 85 of 255 = 33%

70
73
85

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

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 85 = 228 (100%)
R 70 of 228 ~ 30.7%
G 73 of 228 ~ 32.02%
B 85 of 228 ~ 37.28%

%30.7
%32.02
%37.28

CMYK color model

#464955 color CMYK value is (18,14,0,67).

  • cyan value is 17.65%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(18,14,0,67)
C18M14Y0K67 
(18%,14%,0%,67%)
(0.18/0.14/0.00/0.67)	

CMYK percentages

%17.65
%14.12
%0
%66.67

Codes

Color #464955 in popluar color models

464955
RGB707385
HSL228°9.68%30.39%
HSB/HSV228°17.65%33.33%
CMYK17.65%14.12%0.00%
66.67%

Color #464955 in popluar number systems.

HEX464955
Decimal707385
Binary100011010010011010101
Octal106111125

Shades and tints

Shades of #464955

#464955
(70,73,85)
#40434E
(64,67,78)
#3A3D47
(58,61,71)
#343740
(52,55,64)
#2E3139
(46,49,57)
#282B32
(40,43,50)
#22252B
(34,37,43)
#1C1F24
(28,31,36)
#16191D
(22,25,29)
#101316
(16,19,22)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #464955

#464955
(70,73,85)
#565964
(86,89,100)
#666973
(102,105,115)
#767982
(118,121,130)
#868991
(134,137,145)
#9699A0
(150,153,160)
#A6A9AF
(166,169,175)
#B6B9BE
(182,185,190)
#C6C9CD
(198,201,205)
#D6D9DC
(214,217,220)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464955 color. Also use rgb(70,73,85) instead hex code.

Text Font Color

.myTextColor { color: #464955; }

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

This text font color is #464955.


Background Color

.myBgColor { background-color: #464955; }

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

This div background color is #464955.


Border color

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

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

This div border color is #464955.


Opacity

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

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

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

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

This text has shadow with #464955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464955 on black background.


Color preview on white background

This text has color #464955 on white background.



Black color preview on #464955 background

This text has black color on #464955 background.


White color preview on #464955 background

This text has white color on #464955 background.