COLOR #46345B

HEX: #46345B
RGB: (70,52,91)

Color info

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

RGB color model

#46345B color RGB value is (70,52,91).

  • red value is 70;
  • green value is 52;
  • blue value is 91.
RGB:
(70,52,91)
(27%,20%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 52 of 255 = 20%
B 91 of 255 = 36%

70
52
91

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

Portions of RGB colors in percentages

R + G + B =
70 + 52 + 91 = 213 (100%)
R 70 of 213 ~ 32.86%
G 52 of 213 ~ 24.41%
B 91 of 213 ~ 42.72%

%32.86
%24.41
%42.72

CMYK color model

#46345B color CMYK value is (23,43,0,64).

  • cyan value is 23.08%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(23,43,0,64)
C23M43Y0K64 
(23%,43%,0%,64%)
(0.23/0.43/0.00/0.64)	

CMYK percentages

%23.08
%42.86
%0
%64.31

Codes

Color #46345B in popluar color models

46345B
RGB705291
HSL268°27.27%28.04%
HSB/HSV268°42.86%35.69%
CMYK23.08%42.86%0.00%
64.31%

Color #46345B in popluar number systems.

HEX46345B
Decimal705291
Binary10001101101001011011
Octal10664133

Shades and tints

Shades of #46345B

#46345B
(70,52,91)
#403053
(64,48,83)
#3A2C4B
(58,44,75)
#342843
(52,40,67)
#2E243B
(46,36,59)
#282033
(40,32,51)
#221C2B
(34,28,43)
#1C1823
(28,24,35)
#16141B
(22,20,27)
#101013
(16,16,19)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #46345B

#46345B
(70,52,91)
#564669
(86,70,105)
#665877
(102,88,119)
#766A85
(118,106,133)
#867C93
(134,124,147)
#968EA1
(150,142,161)
#A6A0AF
(166,160,175)
#B6B2BD
(182,178,189)
#C6C4CB
(198,196,203)
#D6D6D9
(214,214,217)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46345B color. Also use rgb(70,52,91) instead hex code.

Text Font Color

.myTextColor { color: #46345B; }

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

This text font color is #46345B.


Background Color

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

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

This div background color is #46345B.


Border color

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

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

This div border color is #46345B.


Opacity

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

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

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

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

This text has shadow with #46345B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46345B on black background.


Color preview on white background

This text has color #46345B on white background.



Black color preview on #46345B background

This text has black color on #46345B background.


White color preview on #46345B background

This text has white color on #46345B background.