COLOR #46464A

HEX: #46464A
RGB: (70,70,74)

Color info

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

RGB color model

#46464A color RGB value is (70,70,74).

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

RGB channels and saturation

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

70
70
74

R + G + B ~ 28%. #46464A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 74 = 214 (100%)
R 70 of 214 ~ 32.71%
G 70 of 214 ~ 32.71%
B 74 of 214 ~ 34.58%

%32.71
%32.71
%34.58

CMYK color model

#46464A color CMYK value is (5,5,0,71).

  • cyan value is 5.41%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,5,0,71)
C5M5Y0K71 
(5%,5%,0%,71%)
(0.05/0.05/0.00/0.71)	

CMYK percentages

%5.41
%5.41
%0
%70.98

Codes

Color #46464A in popluar color models

46464A
RGB707074
HSL240°2.78%28.24%
HSB/HSV240°5.41%29.02%
CMYK5.41%5.41%0.00%
70.98%

Color #46464A in popluar number systems.

HEX46464A
Decimal707074
Binary100011010001101001010
Octal106106112

Shades and tints

Shades of #46464A

#46464A
(70,70,74)
#404044
(64,64,68)
#3A3A3E
(58,58,62)
#343438
(52,52,56)
#2E2E32
(46,46,50)
#28282C
(40,40,44)
#222226
(34,34,38)
#1C1C20
(28,28,32)
#16161A
(22,22,26)
#101014
(16,16,20)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #46464A

#46464A
(70,70,74)
#56565A
(86,86,90)
#66666A
(102,102,106)
#76767A
(118,118,122)
#86868A
(134,134,138)
#96969A
(150,150,154)
#A6A6AA
(166,166,170)
#B6B6BA
(182,182,186)
#C6C6CA
(198,198,202)
#D6D6DA
(214,214,218)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46464A; }

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

This text font color is #46464A.


Background Color

.myBgColor { background-color: #46464A; }

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

This div background color is #46464A.


Border color

.myBorderColor { border: 1px solid #46464A; }

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

This div border color is #46464A.


Opacity

.myOpacity80 { color: #46464A; opacity: 0.8; }

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

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

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

This text has shadow with #46464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46464A on black background.


Color preview on white background

This text has color #46464A on white background.



Black color preview on #46464A background

This text has black color on #46464A background.


White color preview on #46464A background

This text has white color on #46464A background.