COLOR #464A3C

HEX: #464A3C RGB: (70,74,60)

Color info

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

RGB color model

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

RGB: (70,74,60) (27%, 29%, 24%)

RGB channels and saturation

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

70
74
60

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

Portions of RGB colors in percentages

R + G + B = 70 + 74 + 60 = 204 (100%)
R 70 of 204 ~ 34.31%
G 74 of 204 ~ 36.27%
B 60 of 204 ~ 29.41'%

%34.31
%36.27
%29.41

CMYK color model

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

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 70.98%

CMYK: (5,0,19,71)
C5M0Y19K71 (5%, 0%, 19%, 71%)
(0.05 / 0.00 / 0.19 / 0.71)

CMYK percentages

%5.41
%0
%18.92
%70.98

Codes

Color #464A3C in popluar color models

46 4A 3C
RGB 70 74 60
HSL 77° 10.45% 26.27%
HSB/HSV 77° 18.92% 29.02%
CMYK 5.41% 0.00% 18.92%
70.98%

Color #464A3C in popluar number systems.

HEX 46 4A 3C
Decimal 70 74 60
Binary 1000110 1001010 111100
Octal 106 112 74

Shades and tints

Shades of #464A3C

#464A3C
(70,74,60)
#404437
(64,68,55)
#3A3E32
(58,62,50)
#34382D
(52,56,45)
#2E3228
(46,50,40)
#282C23
(40,44,35)
#22261E
(34,38,30)
#1C2019
(28,32,25)
#161A14
(22,26,20)
#10140F
(16,20,15)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #464A3C

#464A3C
(70,74,60)
#565A4D
(86,90,77)
#666A5E
(102,106,94)
#767A6F
(118,122,111)
#868A80
(134,138,128)
#969A91
(150,154,145)
#A6AAA2
(166,170,162)
#B6BAB3
(182,186,179)
#C6CAC4
(198,202,196)
#D6DAD5
(214,218,213)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A3C; }

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

This text font color is #464A3C.

Background Color

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

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

This div background color is #464A3C.

Border color

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

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

This div border color is #464A3C.

Opacity

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

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

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

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

This text has shadow with #464A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464A3C.

Preview

Color preview on black background

This text has color #464A3C on black background.


Color preview on white background

This text has color #464A3C on white background.


Black color preview on #464A3C background

This text has black color on #464A3C background.


White color preview on #464A3C background

This text has white color on #464A3C background.


Related colors

Complementary color

Complementary color for #hex is #B9B5C3.


I love getcolorcode.com

Triadic colors

1 #3C464A and #4A3C46 with #464A3C are triadic colors.

2 #3C4A46 and #4A463C with #464A3C are triadic colors.