COLOR #46394F

HEX: #46394F
RGB: (70,57,79)

Color info

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

RGB color model

#46394F color RGB value is (70,57,79).

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

RGB channels and saturation

R 70 of 255 = 27%
G 57 of 255 = 22%
B 79 of 255 = 31%

70
57
79

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

Portions of RGB colors in percentages

R + G + B =
70 + 57 + 79 = 206 (100%)
R 70 of 206 ~ 33.98%
G 57 of 206 ~ 27.67%
B 79 of 206 ~ 38.35%

%33.98
%27.67
%38.35

CMYK color model

#46394F color CMYK value is (11,28,0,69).

  • cyan value is 11.39%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(11,28,0,69)
C11M28Y0K69 
(11%,28%,0%,69%)
(0.11/0.28/0.00/0.69)	

CMYK percentages

%11.39
%27.85
%0
%69.02

Codes

Color #46394F in popluar color models

46394F
RGB705779
HSL275°16.18%26.67%
HSB/HSV275°27.85%30.98%
CMYK11.39%27.85%0.00%
69.02%

Color #46394F in popluar number systems.

HEX46394F
Decimal705779
Binary10001101110011001111
Octal10671117

Shades and tints

Shades of #46394F

#46394F
(70,57,79)
#403448
(64,52,72)
#3A2F41
(58,47,65)
#342A3A
(52,42,58)
#2E2533
(46,37,51)
#28202C
(40,32,44)
#221B25
(34,27,37)
#1C161E
(28,22,30)
#161117
(22,17,23)
#100C10
(16,12,16)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #46394F

#46394F
(70,57,79)
#564B5F
(86,75,95)
#665D6F
(102,93,111)
#766F7F
(118,111,127)
#86818F
(134,129,143)
#96939F
(150,147,159)
#A6A5AF
(166,165,175)
#B6B7BF
(182,183,191)
#C6C9CF
(198,201,207)
#D6DBDF
(214,219,223)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46394F; }

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

This text font color is #46394F.


Background Color

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

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

This div background color is #46394F.


Border color

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

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

This div border color is #46394F.


Opacity

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

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

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

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

This text has shadow with #46394F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46394F on black background.


Color preview on white background

This text has color #46394F on white background.



Black color preview on #46394F background

This text has black color on #46394F background.


White color preview on #46394F background

This text has white color on #46394F background.