COLOR #464646

HEX: #464646
RGB: (70,70,70)

Color info

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

RGB color model

#464646 color RGB value is (70,70,70).

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

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 70 of 255 = 27%

70
70
70

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

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 70 = 210 (100%)
R 70 of 210 ~ 33.33%
G 70 of 210 ~ 33.33%
B 70 of 210 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#464646 color CMYK value is (0,0,0,73).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(0,0,0,73)
C0M0Y0K73 
(0%,0%,0%,73%)
(0.00/0.00/0.00/0.73)	

CMYK percentages

%0
%0
%0
%72.55

Codes

Color #464646 in popluar color models

464646
RGB707070
HSL0.00%0.27%
HSB/HSV0.00%0.27%
CMYK0.00%0.00%0.00%
72.55%

Color #464646 in popluar number systems.

HEX464646
Decimal707070
Binary100011010001101000110
Octal106106106

Shades and tints

Shades of #464646

#464646
(70,70,70)
#404040
(64,64,64)
#3A3A3A
(58,58,58)
#343434
(52,52,52)
#2E2E2E
(46,46,46)
#282828
(40,40,40)
#222222
(34,34,34)
#1C1C1C
(28,28,28)
#161616
(22,22,22)
#101010
(16,16,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #464646

#464646
(70,70,70)
#565656
(86,86,86)
#666666
(102,102,102)
#767676
(118,118,118)
#868686
(134,134,134)
#969696
(150,150,150)
#A6A6A6
(166,166,166)
#B6B6B6
(182,182,182)
#C6C6C6
(198,198,198)
#D6D6D6
(214,214,214)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464646; }

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

This text font color is #464646.


Background Color

.myBgColor { background-color: #464646; }

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

This div background color is #464646.


Border color

.myBorderColor { border: 1px solid #464646; }

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

This div border color is #464646.


Opacity

.myOpacity80 { color: #464646; opacity: 0.8; }

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

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

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

This text has shadow with #464646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464646 on black background.


Color preview on white background

This text has color #464646 on white background.



Black color preview on #464646 background

This text has black color on #464646 background.


White color preview on #464646 background

This text has white color on #464646 background.