COLOR #46515F

HEX: #46515F
RGB: (70,81,95)

Color info

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

RGB color model

#46515F color RGB value is (70,81,95).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 95 of 255 = 37%

70
81
95

R + G + B ~ 32%. #46515F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 95 = 246 (100%)
R 70 of 246 ~ 28.46%
G 81 of 246 ~ 32.93%
B 95 of 246 ~ 38.62%

%28.46
%32.93
%38.62

CMYK color model

#46515F color CMYK value is (26,15,0,63).

  • cyan value is 26.32%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(26,15,0,63)
C26M15Y0K63 
(26%,15%,0%,63%)
(0.26/0.15/0.00/0.63)	

CMYK percentages

%26.32
%14.74
%0
%62.75

Codes

Color #46515F in popluar color models

46515F
RGB708195
HSL214°15.15%32.35%
HSB/HSV214°26.32%37.25%
CMYK26.32%14.74%0.00%
62.75%

Color #46515F in popluar number systems.

HEX46515F
Decimal708195
Binary100011010100011011111
Octal106121137

Shades and tints

Shades of #46515F

#46515F
(70,81,95)
#404A57
(64,74,87)
#3A434F
(58,67,79)
#343C47
(52,60,71)
#2E353F
(46,53,63)
#282E37
(40,46,55)
#22272F
(34,39,47)
#1C2027
(28,32,39)
#16191F
(22,25,31)
#101217
(16,18,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #46515F

#46515F
(70,81,95)
#56606D
(86,96,109)
#666F7B
(102,111,123)
#767E89
(118,126,137)
#868D97
(134,141,151)
#969CA5
(150,156,165)
#A6ABB3
(166,171,179)
#B6BAC1
(182,186,193)
#C6C9CF
(198,201,207)
#D6D8DD
(214,216,221)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46515F; }

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

This text font color is #46515F.


Background Color

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

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

This div background color is #46515F.


Border color

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

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

This div border color is #46515F.


Opacity

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

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

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

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

This text has shadow with #46515F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46515F on black background.


Color preview on white background

This text has color #46515F on white background.



Black color preview on #46515F background

This text has black color on #46515F background.


White color preview on #46515F background

This text has white color on #46515F background.