COLOR #464A4A

HEX: #464A4A
RGB: (70,74,74)

Color info

#464A4A contains red, green and blue colors in about the same proportion. Web safe color of #464A4A is #333333 (or #333).

RGB color model

#464A4A color RGB value is (70,74,74).

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

RGB channels and saturation

R 70 of 255 = 27%
G 74 of 255 = 29%
B 74 of 255 = 29%

70
74
74

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

Portions of RGB colors in percentages

R + G + B =
70 + 74 + 74 = 218 (100%)
R 70 of 218 ~ 32.11%
G 74 of 218 ~ 33.94%
B 74 of 218 ~ 33.94%

%32.11
%33.94
%33.94

CMYK color model

#464A4A color CMYK value is (5,0,0,71).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,0,0,71)
C5M0Y0K71 
(5%,0%,0%,71%)
(0.05/0.00/0.00/0.71)	

CMYK percentages

%5.41
%0
%0
%70.98

Codes

Color #464A4A in popluar color models

464A4A
RGB707474
HSL180°2.78%28.24%
HSB/HSV180°5.41%29.02%
CMYK5.41%0.00%0.00%
70.98%

Color #464A4A in popluar number systems.

HEX464A4A
Decimal707474
Binary100011010010101001010
Octal106112112

Shades and tints

Shades of #464A4A

#464A4A
(70,74,74)
#404444
(64,68,68)
#3A3E3E
(58,62,62)
#343838
(52,56,56)
#2E3232
(46,50,50)
#282C2C
(40,44,44)
#222626
(34,38,38)
#1C2020
(28,32,32)
#161A1A
(22,26,26)
#101414
(16,20,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #464A4A

#464A4A
(70,74,74)
#565A5A
(86,90,90)
#666A6A
(102,106,106)
#767A7A
(118,122,122)
#868A8A
(134,138,138)
#969A9A
(150,154,154)
#A6AAAA
(166,170,170)
#B6BABA
(182,186,186)
#C6CACA
(198,202,202)
#D6DADA
(214,218,218)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A4A; }

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

This text font color is #464A4A.


Background Color

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

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

This div background color is #464A4A.


Border color

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

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

This div border color is #464A4A.


Opacity

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

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

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

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

This text has shadow with #464A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A4A on black background.


Color preview on white background

This text has color #464A4A on white background.



Black color preview on #464A4A background

This text has black color on #464A4A background.


White color preview on #464A4A background

This text has white color on #464A4A background.