COLOR #46414F

HEX: #46414F
RGB: (70,65,79)

Color info

#46414F contains red, green and blue colors in about the same proportion. Web safe color of #46414F is #333366 (or #336).

RGB color model

#46414F color RGB value is (70,65,79).

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

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 79 of 255 = 31%

70
65
79

R + G + B ~ 28%. #46414F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 79 = 214 (100%)
R 70 of 214 ~ 32.71%
G 65 of 214 ~ 30.37%
B 79 of 214 ~ 36.92%

%32.71
%30.37
%36.92

CMYK color model

#46414F color CMYK value is (11,18,0,69).

  • cyan value is 11.39%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(11,18,0,69)
C11M18Y0K69 
(11%,18%,0%,69%)
(0.11/0.18/0.00/0.69)	

CMYK percentages

%11.39
%17.72
%0
%69.02

Codes

Color #46414F in popluar color models

46414F
RGB706579
HSL261°9.72%28.24%
HSB/HSV261°17.72%30.98%
CMYK11.39%17.72%0.00%
69.02%

Color #46414F in popluar number systems.

HEX46414F
Decimal706579
Binary100011010000011001111
Octal106101117

Shades and tints

Shades of #46414F

#46414F
(70,65,79)
#403C48
(64,60,72)
#3A3741
(58,55,65)
#34323A
(52,50,58)
#2E2D33
(46,45,51)
#28282C
(40,40,44)
#222325
(34,35,37)
#1C1E1E
(28,30,30)
#161917
(22,25,23)
#101410
(16,20,16)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #46414F

#46414F
(70,65,79)
#56525F
(86,82,95)
#66636F
(102,99,111)
#76747F
(118,116,127)
#86858F
(134,133,143)
#96969F
(150,150,159)
#A6A7AF
(166,167,175)
#B6B8BF
(182,184,191)
#C6C9CF
(198,201,207)
#D6DADF
(214,218,223)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46414F; }

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

This text font color is #46414F.


Background Color

.myBgColor { background-color: #46414F; }

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

This div background color is #46414F.


Border color

.myBorderColor { border: 1px solid #46414F; }

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

This div border color is #46414F.


Opacity

.myOpacity80 { color: #46414F; opacity: 0.8; }

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

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

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

This text has shadow with #46414F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46414F on black background.


Color preview on white background

This text has color #46414F on white background.



Black color preview on #46414F background

This text has black color on #46414F background.


White color preview on #46414F background

This text has white color on #46414F background.