COLOR #464A3D

HEX: #464A3D
RGB: (70,74,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
74
61

R + G + B ~ 27%. #464A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 74 + 61 = 205 (100%)
R 70 of 205 ~ 34.15%
G 74 of 205 ~ 36.1%
B 61 of 205 ~ 29.76%

%34.15
%36.1
%29.76

CMYK color model

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

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

CMYK percentages

%5.41
%0
%17.57
%70.98

Codes

Color #464A3D in popluar color models

464A3D
RGB707461
HSL78°9.63%26.47%
HSB/HSV78°17.57%29.02%
CMYK5.41%0.00%17.57%
70.98%

Color #464A3D in popluar number systems.

HEX464A3D
Decimal707461
Binary10001101001010111101
Octal10611275

Shades and tints

Shades of #464A3D

#464A3D
(70,74,61)
#404438
(64,68,56)
#3A3E33
(58,62,51)
#34382E
(52,56,46)
#2E3229
(46,50,41)
#282C24
(40,44,36)
#22261F
(34,38,31)
#1C201A
(28,32,26)
#161A15
(22,26,21)
#101410
(16,20,16)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #464A3D

#464A3D
(70,74,61)
#565A4E
(86,90,78)
#666A5F
(102,106,95)
#767A70
(118,122,112)
#868A81
(134,138,129)
#969A92
(150,154,146)
#A6AAA3
(166,170,163)
#B6BAB4
(182,186,180)
#C6CAC5
(198,202,197)
#D6DAD6
(214,218,214)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A3D; }

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

This text font color is #464A3D.


Background Color

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

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

This div background color is #464A3D.


Border color

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

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

This div border color is #464A3D.


Opacity

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

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

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

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

This text has shadow with #464A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A3D on black background.


Color preview on white background

This text has color #464A3D on white background.



Black color preview on #464A3D background

This text has black color on #464A3D background.


White color preview on #464A3D background

This text has white color on #464A3D background.