COLOR #46565F

HEX: #46565F
RGB: (70,86,95)

Color info

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

RGB color model

#46565F color RGB value is (70,86,95).

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

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 95 of 255 = 37%

70
86
95

R + G + B ~ 33%. #46565F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 95 = 251 (100%)
R 70 of 251 ~ 27.89%
G 86 of 251 ~ 34.26%
B 95 of 251 ~ 37.85%

%27.89
%34.26
%37.85

CMYK color model

#46565F color CMYK value is (26,9,0,63).

  • cyan value is 26.32%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(26,9,0,63)
C26M9Y0K63 
(26%,9%,0%,63%)
(0.26/0.09/0.00/0.63)	

CMYK percentages

%26.32
%9.47
%0
%62.75

Codes

Color #46565F in popluar color models

46565F
RGB708695
HSL202°15.15%32.35%
HSB/HSV202°26.32%37.25%
CMYK26.32%9.47%0.00%
62.75%

Color #46565F in popluar number systems.

HEX46565F
Decimal708695
Binary100011010101101011111
Octal106126137

Shades and tints

Shades of #46565F

#46565F
(70,86,95)
#404F57
(64,79,87)
#3A484F
(58,72,79)
#344147
(52,65,71)
#2E3A3F
(46,58,63)
#283337
(40,51,55)
#222C2F
(34,44,47)
#1C2527
(28,37,39)
#161E1F
(22,30,31)
#101717
(16,23,23)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #46565F

#46565F
(70,86,95)
#56656D
(86,101,109)
#66747B
(102,116,123)
#768389
(118,131,137)
#869297
(134,146,151)
#96A1A5
(150,161,165)
#A6B0B3
(166,176,179)
#B6BFC1
(182,191,193)
#C6CECF
(198,206,207)
#D6DDDD
(214,221,221)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46565F; }

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

This text font color is #46565F.


Background Color

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

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

This div background color is #46565F.


Border color

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

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

This div border color is #46565F.


Opacity

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

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

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

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

This text has shadow with #46565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46565F on black background.


Color preview on white background

This text has color #46565F on white background.



Black color preview on #46565F background

This text has black color on #46565F background.


White color preview on #46565F background

This text has white color on #46565F background.