COLOR #46474D

HEX: #46474D
RGB: (70,71,77)

Color info

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

RGB color model

#46474D color RGB value is (70,71,77).

  • red value is 70;
  • green value is 71;
  • blue value is 77.
RGB:
(70,71,77)
(27%,28%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 77 of 255 = 30%

70
71
77

R + G + B ~ 28%. #46474D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 77 = 218 (100%)
R 70 of 218 ~ 32.11%
G 71 of 218 ~ 32.57%
B 77 of 218 ~ 35.32%

%32.11
%32.57
%35.32

CMYK color model

#46474D color CMYK value is (9,8,0,70).

  • cyan value is 9.09%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(9,8,0,70)
C9M8Y0K70 
(9%,8%,0%,70%)
(0.09/0.08/0.00/0.70)	

CMYK percentages

%9.09
%7.79
%0
%69.8

Codes

Color #46474D in popluar color models

46474D
RGB707177
HSL231°4.76%28.82%
HSB/HSV231°9.09%30.20%
CMYK9.09%7.79%0.00%
69.80%

Color #46474D in popluar number systems.

HEX46474D
Decimal707177
Binary100011010001111001101
Octal106107115

Shades and tints

Shades of #46474D

#46474D
(70,71,77)
#404146
(64,65,70)
#3A3B3F
(58,59,63)
#343538
(52,53,56)
#2E2F31
(46,47,49)
#28292A
(40,41,42)
#222323
(34,35,35)
#1C1D1C
(28,29,28)
#161715
(22,23,21)
#10110E
(16,17,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #46474D

#46474D
(70,71,77)
#56575D
(86,87,93)
#66676D
(102,103,109)
#76777D
(118,119,125)
#86878D
(134,135,141)
#96979D
(150,151,157)
#A6A7AD
(166,167,173)
#B6B7BD
(182,183,189)
#C6C7CD
(198,199,205)
#D6D7DD
(214,215,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46474D color. Also use rgb(70,71,77) instead hex code.

Text Font Color

.myTextColor { color: #46474D; }

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

This text font color is #46474D.


Background Color

.myBgColor { background-color: #46474D; }

<div style="background-color:#46474D">Inner text</div>

This div background color is #46474D.


Border color

.myBorderColor { border: 1px solid #46474D; }

<div style="border:3px solid #46474D">Div</div>

This div border color is #46474D.


Opacity

.myOpacity80 { color: #46474D; opacity: 0.8; }

<p style="color:#46474D;opacity:0.8;">80%</p>

Text with #46474D 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 #46474D;}

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

This text has shadow with #46474D color.

.textShadow {text-shadow: 3px 3px 1px #46474D, 3px 3px 1px red;}

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

This text has shadow with #46474D primary color and red secondary color.


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

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

This text has shadow with #46474D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46474D on black background.


Color preview on white background

This text has color #46474D on white background.



Black color preview on #46474D background

This text has black color on #46474D background.


White color preview on #46474D background

This text has white color on #46474D background.