COLOR #46364F

HEX: #46364F
RGB: (70,54,79)

Color info

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

RGB color model

#46364F color RGB value is (70,54,79).

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

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 79 of 255 = 31%

70
54
79

R + G + B ~ 26%. #46364F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 79 = 203 (100%)
R 70 of 203 ~ 34.48%
G 54 of 203 ~ 26.6%
B 79 of 203 ~ 38.92%

%34.48
%26.6
%38.92

CMYK color model

#46364F color CMYK value is (11,32,0,69).

  • cyan value is 11.39%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(11,32,0,69)
C11M32Y0K69 
(11%,32%,0%,69%)
(0.11/0.32/0.00/0.69)	

CMYK percentages

%11.39
%31.65
%0
%69.02

Codes

Color #46364F in popluar color models

46364F
RGB705479
HSL278°18.80%26.08%
HSB/HSV278°31.65%30.98%
CMYK11.39%31.65%0.00%
69.02%

Color #46364F in popluar number systems.

HEX46364F
Decimal705479
Binary10001101101101001111
Octal10666117

Shades and tints

Shades of #46364F

#46364F
(70,54,79)
#403248
(64,50,72)
#3A2E41
(58,46,65)
#342A3A
(52,42,58)
#2E2633
(46,38,51)
#28222C
(40,34,44)
#221E25
(34,30,37)
#1C1A1E
(28,26,30)
#161617
(22,22,23)
#101210
(16,18,16)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #46364F

#46364F
(70,54,79)
#56485F
(86,72,95)
#665A6F
(102,90,111)
#766C7F
(118,108,127)
#867E8F
(134,126,143)
#96909F
(150,144,159)
#A6A2AF
(166,162,175)
#B6B4BF
(182,180,191)
#C6C6CF
(198,198,207)
#D6D8DF
(214,216,223)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46364F; }

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

This text font color is #46364F.


Background Color

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

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

This div background color is #46364F.


Border color

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

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

This div border color is #46364F.


Opacity

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

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

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

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

This text has shadow with #46364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46364F on black background.


Color preview on white background

This text has color #46364F on white background.



Black color preview on #46364F background

This text has black color on #46364F background.


White color preview on #46364F background

This text has white color on #46364F background.