COLOR #464C3F

HEX: #464C3F RGB: (70,76,63)

Color info

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

RGB color model

#464C3F color RGB value is (70,76,63).

RGB: (70,76,63) (27%, 30%, 25%)

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 63 of 255 = 25%

70
76
63

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

Portions of RGB colors in percentages

R + G + B = 70 + 76 + 63 = 209 (100%)
R 70 of 209 ~ 33.49%
G 76 of 209 ~ 36.36%
B 63 of 209 ~ 30.14'%

%33.49
%36.36
%30.14

CMYK color model

#464C3F color CMYK value is (8,0,17,70).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 70.20%
CMYK: (8,0,17,70) C8M0Y17K70 (8%,0%,17%,70%) (0.08/0.00/0.17/0.70) 

CMYK percentages

%7.89
%0
%17.11
%70.2

Codes

Color #464C3F in popluar color models

46 4C 3F
RGB 70 76 63
HSL 88° 9.35% 27.25%
HSB/HSV 88° 17.11% 29.80%
CMYK 7.89% 0.00% 17.11%
70.20%

Color #464C3F in popluar number systems.

HEX 46 4C 3F
Decimal 70 76 63
Binary 1000110 1001100 111111
Octal 106 114 77

Shades and tints

Shades of #464C3F

#464C3F
(70,76,63)
#40463A
(64,70,58)
#3A4035
(58,64,53)
#343A30
(52,58,48)
#2E342B
(46,52,43)
#282E26
(40,46,38)
#222821
(34,40,33)
#1C221C
(28,34,28)
#161C17
(22,28,23)
#101612
(16,22,18)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #464C3F

#464C3F
(70,76,63)
#565C50
(86,92,80)
#666C61
(102,108,97)
#767C72
(118,124,114)
#868C83
(134,140,131)
#969C94
(150,156,148)
#A6ACA5
(166,172,165)
#B6BCB6
(182,188,182)
#C6CCC7
(198,204,199)
#D6DCD8
(214,220,216)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464C3F; }

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

This text font color is #464C3F.

Background Color

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

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

This div background color is #464C3F.

Border color

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

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

This div border color is #464C3F.

Opacity

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

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

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

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

This text has shadow with #464C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464C3F.

Preview

Color preview on black background

This text has color #464C3F on black background.


Color preview on white background

This text has color #464C3F on white background.


Black color preview on #464C3F background

This text has black color on #464C3F background.


White color preview on #464C3F background

This text has white color on #464C3F background.


Related colors

Complementary color

Complementary color for #hex is #B9B3C0.


I love getcolorcode.com

Triadic colors

1 #3F464C and #4C3F46 with #464C3F are triadic colors.

2 #3F4C46 and #4C463F with #464C3F are triadic colors.