COLOR #464F4A

HEX: #464F4A
RGB: (70,79,74)

Color info

#464F4A contains red, green and blue colors in about the same proportion. Web safe color of #464F4A is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

70
79
74

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

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 74 = 223 (100%)
R 70 of 223 ~ 31.39%
G 79 of 223 ~ 35.43%
B 74 of 223 ~ 33.18%

%31.39
%35.43
%33.18

CMYK color model

#464F4A color CMYK value is (11,0,6,69).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(11,0,6,69)
C11M0Y6K69 
(11%,0%,6%,69%)
(0.11/0.00/0.06/0.69)	

CMYK percentages

%11.39
%0
%6.33
%69.02

Codes

Color #464F4A in popluar color models

464F4A
RGB707974
HSL147°6.04%29.22%
HSB/HSV147°11.39%30.98%
CMYK11.39%0.00%6.33%
69.02%

Color #464F4A in popluar number systems.

HEX464F4A
Decimal707974
Binary100011010011111001010
Octal106117112

Shades and tints

Shades of #464F4A

#464F4A
(70,79,74)
#404844
(64,72,68)
#3A413E
(58,65,62)
#343A38
(52,58,56)
#2E3332
(46,51,50)
#282C2C
(40,44,44)
#222526
(34,37,38)
#1C1E20
(28,30,32)
#16171A
(22,23,26)
#101014
(16,16,20)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #464F4A

#464F4A
(70,79,74)
#565F5A
(86,95,90)
#666F6A
(102,111,106)
#767F7A
(118,127,122)
#868F8A
(134,143,138)
#969F9A
(150,159,154)
#A6AFAA
(166,175,170)
#B6BFBA
(182,191,186)
#C6CFCA
(198,207,202)
#D6DFDA
(214,223,218)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F4A; }

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

This text font color is #464F4A.


Background Color

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

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

This div background color is #464F4A.


Border color

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

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

This div border color is #464F4A.


Opacity

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

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

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

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

This text has shadow with #464F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F4A on black background.


Color preview on white background

This text has color #464F4A on white background.



Black color preview on #464F4A background

This text has black color on #464F4A background.


White color preview on #464F4A background

This text has white color on #464F4A background.