COLOR #46434C

HEX: #46434C RGB: (70,67,76)

Color info

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

RGB color model

#46434C color RGB value is (70,67,76).

RGB: (70,67,76) (27%, 26%, 30%)

RGB channels and saturation

R 70 of 255 = 27%
G 67 of 255 = 26%
B 76 of 255 = 30%

70
67
76

R + G + B ~ 28%. #46434C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 67 + 76 = 213 (100%)
R 70 of 213 ~ 32.86%
G 67 of 213 ~ 31.46%
B 76 of 213 ~ 35.68'%

%32.86
%31.46
%35.68

CMYK color model

#46434C color CMYK value is (8,12,0,70).

  • cyan value is 7.89%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK: (8,12,0,70) C8M12Y0K70 (8%,12%,0%,70%) (0.08/0.12/0.00/0.70) 

CMYK percentages

%7.89
%11.84
%0
%70.2

Codes

Color #46434C in popluar color models

46 43 4C
RGB 70 67 76
HSL 260° 6.29% 28.04%
HSB/HSV 260° 11.84% 29.80%
CMYK 7.89% 11.84% 0.00%
70.20%

Color #46434C in popluar number systems.

HEX 46 43 4C
Decimal 70 67 76
Binary 1000110 1000011 1001100
Octal 106 103 114

Shades and tints

Shades of #46434C

#46434C
(70,67,76)
#403D46
(64,61,70)
#3A3740
(58,55,64)
#34313A
(52,49,58)
#2E2B34
(46,43,52)
#28252E
(40,37,46)
#221F28
(34,31,40)
#1C1922
(28,25,34)
#16131C
(22,19,28)
#100D16
(16,13,22)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #46434C

#46434C
(70,67,76)
#56545C
(86,84,92)
#66656C
(102,101,108)
#76767C
(118,118,124)
#86878C
(134,135,140)
#96989C
(150,152,156)
#A6A9AC
(166,169,172)
#B6BABC
(182,186,188)
#C6CBCC
(198,203,204)
#D6DCDC
(214,220,220)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46434C color. Also use rgb(70,67,76) instead hex code.

Text Font Color

.myTextColor { color: #46434C; }

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

This text font color is #46434C.

Background Color

.myBgColor { background-color: #46434C; }

<div style="background-color:#46434C">Inner text</div>

This div background color is #46434C.

Border color

.myBorderColor { border: 1px solid #46434C; }

<div style="border:3px solid #46434C">Div</div>

This div border color is #46434C.

Opacity

.myOpacity80 { color: #46434C; opacity: 0.8; }

<p style="color:#46434C;opacity:0.8;">80%</p>

Text with #46434C 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 #46434C;}

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

This text has shadow with #46434C color.


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

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

This text has shadow with #46434C primary color and red secondary color.


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

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

This text has shadow with #46434C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46434C.

Preview

Color preview on black background

This text has color #46434C on black background.


Color preview on white background

This text has color #46434C on white background.


Black color preview on #46434C background

This text has black color on #46434C background.


White color preview on #46434C background

This text has white color on #46434C background.


Related colors

Complementary color

Complementary color for #hex is #B9BCB3.


I love getcolorcode.com

Triadic colors

1 #4C4643 and #434C46 with #46434C are triadic colors.

2 #4C4346 and #43464C with #46434C are triadic colors.