COLOR #46444C

HEX: #46444C
RGB: (70,68,76)

Color info

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

RGB color model

#46444C color RGB value is (70,68,76).

  • red value is 70;
  • green value is 68;
  • blue value is 76.
RGB:
(70,68,76)
(27%,27%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 68 of 255 = 27%
B 76 of 255 = 30%

70
68
76

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

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 76 = 214 (100%)
R 70 of 214 ~ 32.71%
G 68 of 214 ~ 31.78%
B 76 of 214 ~ 35.51%

%32.71
%31.78
%35.51

CMYK color model

#46444C color CMYK value is (8,11,0,70).

  • cyan value is 7.89%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(8,11,0,70)
C8M11Y0K70 
(8%,11%,0%,70%)
(0.08/0.11/0.00/0.70)	

CMYK percentages

%7.89
%10.53
%0
%70.2

Codes

Color #46444C in popluar color models

46444C
RGB706876
HSL255°5.56%28.24%
HSB/HSV255°10.53%29.80%
CMYK7.89%10.53%0.00%
70.20%

Color #46444C in popluar number systems.

HEX46444C
Decimal706876
Binary100011010001001001100
Octal106104114

Shades and tints

Shades of #46444C

#46444C
(70,68,76)
#403E46
(64,62,70)
#3A3840
(58,56,64)
#34323A
(52,50,58)
#2E2C34
(46,44,52)
#28262E
(40,38,46)
#222028
(34,32,40)
#1C1A22
(28,26,34)
#16141C
(22,20,28)
#100E16
(16,14,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #46444C

#46444C
(70,68,76)
#56555C
(86,85,92)
#66666C
(102,102,108)
#76777C
(118,119,124)
#86888C
(134,136,140)
#96999C
(150,153,156)
#A6AAAC
(166,170,172)
#B6BBBC
(182,187,188)
#C6CCCC
(198,204,204)
#D6DDDC
(214,221,220)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46444C; }

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

This text font color is #46444C.


Background Color

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

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

This div background color is #46444C.


Border color

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

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

This div border color is #46444C.


Opacity

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

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

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

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

This text has shadow with #46444C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46444C on black background.


Color preview on white background

This text has color #46444C on white background.



Black color preview on #46444C background

This text has black color on #46444C background.


White color preview on #46444C background

This text has white color on #46444C background.