COLOR #46566F

HEX: #46566F
RGB: (70,86,111)

Color info

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

RGB color model

#46566F color RGB value is (70,86,111).

  • red value is 70;
  • green value is 86;
  • blue value is 111.
RGB: (70,86,111) (27%,34%,44%)

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 111 of 255 = 44%

70
86
111

R + G + B ~ 35%. #46566F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 111 = 267 (100%)
R 70 of 267 ~ 26.22%
G 86 of 267 ~ 32.21%
B 111 of 267 ~ 41.57%

%26.22
%32.21
%41.57

CMYK color model

#46566F color CMYK value is (37,23,0,56).

  • cyan value is 36.94%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (37,23,0,56) C37M23Y0K56 (37%,23%,0%,56%) (0.37/0.23/0.00/0.56)

CMYK percentages

%36.94
%22.52
%0
%56.47

Codes

Color #46566F in popluar color models

46566F
RGB7086111
HSL217°22.65%35.49%
HSB/HSV217°36.94%43.53%
CMYK36.94%22.52%0.00%
56.47%

Color #46566F in popluar number systems.

HEX46566F
Decimal7086111
Binary100011010101101101111
Octal106126157

Shades and tints

Shades of #46566F

#46566F
(70,86,111)
#404F65
(64,79,101)
#3A485B
(58,72,91)
#344151
(52,65,81)
#2E3A47
(46,58,71)
#28333D
(40,51,61)
#222C33
(34,44,51)
#1C2529
(28,37,41)
#161E1F
(22,30,31)
#101715
(16,23,21)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #46566F

#46566F
(70,86,111)
#56657C
(86,101,124)
#667489
(102,116,137)
#768396
(118,131,150)
#8692A3
(134,146,163)
#96A1B0
(150,161,176)
#A6B0BD
(166,176,189)
#B6BFCA
(182,191,202)
#C6CED7
(198,206,215)
#D6DDE4
(214,221,228)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46566F color. Also use rgb(70,86,111) instead hex code.

Text Font Color

.myTextColor { color: #46566F; }

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

This text font color is #46566F.


Background Color

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

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

This div background color is #46566F.


Border color

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

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

This div border color is #46566F.


Opacity

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

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

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

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

This text has shadow with #46566F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #46566F on black background.


Color preview on white background

This text has color #46566F on white background.



Black color preview on #46566F background

This text has black color on #46566F background.


White color preview on #46566F background

This text has white color on #46566F background.