COLOR #46516A

HEX: #46516A
RGB: (70,81,106)

Color info

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

RGB color model

#46516A color RGB value is (70,81,106).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 106 of 255 = 42%

70
81
106

R + G + B ~ 34%. #46516A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 106 = 257 (100%)
R 70 of 257 ~ 27.24%
G 81 of 257 ~ 31.52%
B 106 of 257 ~ 41.25%

%27.24
%31.52
%41.25

CMYK color model

#46516A color CMYK value is (34,24,0,58).

  • cyan value is 33.96%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(34,24,0,58)
C34M24Y0K58 
(34%,24%,0%,58%)
(0.34/0.24/0.00/0.58)	

CMYK percentages

%33.96
%23.58
%0
%58.43

Codes

Color #46516A in popluar color models

46516A
RGB7081106
HSL222°20.45%34.51%
HSB/HSV222°33.96%41.57%
CMYK33.96%23.58%0.00%
58.43%

Color #46516A in popluar number systems.

HEX46516A
Decimal7081106
Binary100011010100011101010
Octal106121152

Shades and tints

Shades of #46516A

#46516A
(70,81,106)
#404A61
(64,74,97)
#3A4358
(58,67,88)
#343C4F
(52,60,79)
#2E3546
(46,53,70)
#282E3D
(40,46,61)
#222734
(34,39,52)
#1C202B
(28,32,43)
#161922
(22,25,34)
#101219
(16,18,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #46516A

#46516A
(70,81,106)
#566077
(86,96,119)
#666F84
(102,111,132)
#767E91
(118,126,145)
#868D9E
(134,141,158)
#969CAB
(150,156,171)
#A6ABB8
(166,171,184)
#B6BAC5
(182,186,197)
#C6C9D2
(198,201,210)
#D6D8DF
(214,216,223)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46516A; }

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

This text font color is #46516A.


Background Color

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

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

This div background color is #46516A.


Border color

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

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

This div border color is #46516A.


Opacity

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

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

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

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

This text has shadow with #46516A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46516A on black background.


Color preview on white background

This text has color #46516A on white background.



Black color preview on #46516A background

This text has black color on #46516A background.


White color preview on #46516A background

This text has white color on #46516A background.