COLOR #46324B

HEX: #46324B
RGB: (70,50,75)

Color info

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

RGB color model

#46324B color RGB value is (70,50,75).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 75 of 255 = 29%

70
50
75

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 75 = 195 (100%)
R 70 of 195 ~ 35.9%
G 50 of 195 ~ 25.64%
B 75 of 195 ~ 38.46%

%35.9
%25.64
%38.46

CMYK color model

#46324B color CMYK value is (7,33,0,71).

  • cyan value is 6.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(7,33,0,71)
C7M33Y0K71 
(7%,33%,0%,71%)
(0.07/0.33/0.00/0.71)	

CMYK percentages

%6.67
%33.33
%0
%70.59

Codes

Color #46324B in popluar color models

46324B
RGB705075
HSL288°20.00%24.51%
HSB/HSV288°33.33%29.41%
CMYK6.67%33.33%0.00%
70.59%

Color #46324B in popluar number systems.

HEX46324B
Decimal705075
Binary10001101100101001011
Octal10662113

Shades and tints

Shades of #46324B

#46324B
(70,50,75)
#402E45
(64,46,69)
#3A2A3F
(58,42,63)
#342639
(52,38,57)
#2E2233
(46,34,51)
#281E2D
(40,30,45)
#221A27
(34,26,39)
#1C1621
(28,22,33)
#16121B
(22,18,27)
#100E15
(16,14,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #46324B

#46324B
(70,50,75)
#56445B
(86,68,91)
#66566B
(102,86,107)
#76687B
(118,104,123)
#867A8B
(134,122,139)
#968C9B
(150,140,155)
#A69EAB
(166,158,171)
#B6B0BB
(182,176,187)
#C6C2CB
(198,194,203)
#D6D4DB
(214,212,219)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46324B; }

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

This text font color is #46324B.


Background Color

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

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

This div background color is #46324B.


Border color

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

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

This div border color is #46324B.


Opacity

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

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

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

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

This text has shadow with #46324B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46324B on black background.


Color preview on white background

This text has color #46324B on white background.



Black color preview on #46324B background

This text has black color on #46324B background.


White color preview on #46324B background

This text has white color on #46324B background.