COLOR #46606A

HEX: #46606A
RGB: (70,96,106)

Color info

#46606A contains red, green and blue colors in about the same proportion. Web safe color of #46606A is #336666 (or #366).

RGB color model

#46606A color RGB value is (70,96,106).

  • red value is 70;
  • green value is 96;
  • blue value is 106.
RGB:
(70,96,106)
(27%,38%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 106 of 255 = 42%

70
96
106

R + G + B ~ 36%. #46606A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 106 = 272 (100%)
R 70 of 272 ~ 25.74%
G 96 of 272 ~ 35.29%
B 106 of 272 ~ 38.97%

%25.74
%35.29
%38.97

CMYK color model

#46606A color CMYK value is (34,9,0,58).

  • cyan value is 33.96%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(34,9,0,58)
C34M9Y0K58 
(34%,9%,0%,58%)
(0.34/0.09/0.00/0.58)	

CMYK percentages

%33.96
%9.43
%0
%58.43

Codes

Color #46606A in popluar color models

46606A
RGB7096106
HSL197°20.45%34.51%
HSB/HSV197°33.96%41.57%
CMYK33.96%9.43%0.00%
58.43%

Color #46606A in popluar number systems.

HEX46606A
Decimal7096106
Binary100011011000001101010
Octal106140152

Shades and tints

Shades of #46606A

#46606A
(70,96,106)
#405861
(64,88,97)
#3A5058
(58,80,88)
#34484F
(52,72,79)
#2E4046
(46,64,70)
#28383D
(40,56,61)
#223034
(34,48,52)
#1C282B
(28,40,43)
#162022
(22,32,34)
#101819
(16,24,25)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #46606A

#46606A
(70,96,106)
#566E77
(86,110,119)
#667C84
(102,124,132)
#768A91
(118,138,145)
#86989E
(134,152,158)
#96A6AB
(150,166,171)
#A6B4B8
(166,180,184)
#B6C2C5
(182,194,197)
#C6D0D2
(198,208,210)
#D6DEDF
(214,222,223)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46606A color. Also use rgb(70,96,106) instead hex code.

Text Font Color

.myTextColor { color: #46606A; }

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

This text font color is #46606A.


Background Color

.myBgColor { background-color: #46606A; }

<div style="background-color:#46606A">Inner text</div>

This div background color is #46606A.


Border color

.myBorderColor { border: 1px solid #46606A; }

<div style="border:3px solid #46606A">Div</div>

This div border color is #46606A.


Opacity

.myOpacity80 { color: #46606A; opacity: 0.8; }

<p style="color:#46606A;opacity:0.8;">80%</p>

Text with #46606A 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 #46606A;}

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

This text has shadow with #46606A color.

.textShadow {text-shadow: 3px 3px 1px #46606A, 3px 3px 1px red;}

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

This text has shadow with #46606A primary color and red secondary color.


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

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

This text has shadow with #46606A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46606A on black background.


Color preview on white background

This text has color #46606A on white background.



Black color preview on #46606A background

This text has black color on #46606A background.


White color preview on #46606A background

This text has white color on #46606A background.