COLOR #464754

HEX: #464754
RGB: (70,71,84)

Color info

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

RGB color model

#464754 color RGB value is (70,71,84).

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

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 84 of 255 = 33%

70
71
84

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

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 84 = 225 (100%)
R 70 of 225 ~ 31.11%
G 71 of 225 ~ 31.56%
B 84 of 225 ~ 37.33%

%31.11
%31.56
%37.33

CMYK color model

#464754 color CMYK value is (17,15,0,67).

  • cyan value is 16.67%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(17,15,0,67)
C17M15Y0K67 
(17%,15%,0%,67%)
(0.17/0.15/0.00/0.67)	

CMYK percentages

%16.67
%15.48
%0
%67.06

Codes

Color #464754 in popluar color models

464754
RGB707184
HSL236°9.09%30.20%
HSB/HSV236°16.67%32.94%
CMYK16.67%15.48%0.00%
67.06%

Color #464754 in popluar number systems.

HEX464754
Decimal707184
Binary100011010001111010100
Octal106107124

Shades and tints

Shades of #464754

#464754
(70,71,84)
#40414D
(64,65,77)
#3A3B46
(58,59,70)
#34353F
(52,53,63)
#2E2F38
(46,47,56)
#282931
(40,41,49)
#22232A
(34,35,42)
#1C1D23
(28,29,35)
#16171C
(22,23,28)
#101115
(16,17,21)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #464754

#464754
(70,71,84)
#565763
(86,87,99)
#666772
(102,103,114)
#767781
(118,119,129)
#868790
(134,135,144)
#96979F
(150,151,159)
#A6A7AE
(166,167,174)
#B6B7BD
(182,183,189)
#C6C7CC
(198,199,204)
#D6D7DB
(214,215,219)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464754 color. Also use rgb(70,71,84) instead hex code.

Text Font Color

.myTextColor { color: #464754; }

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

This text font color is #464754.


Background Color

.myBgColor { background-color: #464754; }

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

This div background color is #464754.


Border color

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

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

This div border color is #464754.


Opacity

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

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

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

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

This text has shadow with #464754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464754 on black background.


Color preview on white background

This text has color #464754 on white background.



Black color preview on #464754 background

This text has black color on #464754 background.


White color preview on #464754 background

This text has white color on #464754 background.