COLOR #46324F

HEX: #46324F
RGB: (70,50,79)

Color info

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

RGB color model

#46324F color RGB value is (70,50,79).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 79 of 255 = 31%

70
50
79

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 79 = 199 (100%)
R 70 of 199 ~ 35.18%
G 50 of 199 ~ 25.13%
B 79 of 199 ~ 39.7%

%35.18
%25.13
%39.7

CMYK color model

#46324F color CMYK value is (11,37,0,69).

  • cyan value is 11.39%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(11,37,0,69)
C11M37Y0K69 
(11%,37%,0%,69%)
(0.11/0.37/0.00/0.69)	

CMYK percentages

%11.39
%36.71
%0
%69.02

Codes

Color #46324F in popluar color models

46324F
RGB705079
HSL281°22.48%25.29%
HSB/HSV281°36.71%30.98%
CMYK11.39%36.71%0.00%
69.02%

Color #46324F in popluar number systems.

HEX46324F
Decimal705079
Binary10001101100101001111
Octal10662117

Shades and tints

Shades of #46324F

#46324F
(70,50,79)
#402E48
(64,46,72)
#3A2A41
(58,42,65)
#34263A
(52,38,58)
#2E2233
(46,34,51)
#281E2C
(40,30,44)
#221A25
(34,26,37)
#1C161E
(28,22,30)
#161217
(22,18,23)
#100E10
(16,14,16)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #46324F

#46324F
(70,50,79)
#56445F
(86,68,95)
#66566F
(102,86,111)
#76687F
(118,104,127)
#867A8F
(134,122,143)
#968C9F
(150,140,159)
#A69EAF
(166,158,175)
#B6B0BF
(182,176,191)
#C6C2CF
(198,194,207)
#D6D4DF
(214,212,223)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46324F; }

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

This text font color is #46324F.


Background Color

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

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

This div background color is #46324F.


Border color

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

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

This div border color is #46324F.


Opacity

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

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

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

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

This text has shadow with #46324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46324F on black background.


Color preview on white background

This text has color #46324F on white background.



Black color preview on #46324F background

This text has black color on #46324F background.


White color preview on #46324F background

This text has white color on #46324F background.