COLOR #46515B

HEX: #46515B
RGB: (70,81,91)

Color info

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

RGB color model

#46515B color RGB value is (70,81,91).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 91 of 255 = 36%

70
81
91

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

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 91 = 242 (100%)
R 70 of 242 ~ 28.93%
G 81 of 242 ~ 33.47%
B 91 of 242 ~ 37.6%

%28.93
%33.47
%37.6

CMYK color model

#46515B color CMYK value is (23,11,0,64).

  • cyan value is 23.08%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(23,11,0,64)
C23M11Y0K64 
(23%,11%,0%,64%)
(0.23/0.11/0.00/0.64)	

CMYK percentages

%23.08
%10.99
%0
%64.31

Codes

Color #46515B in popluar color models

46515B
RGB708191
HSL209°13.04%31.57%
HSB/HSV209°23.08%35.69%
CMYK23.08%10.99%0.00%
64.31%

Color #46515B in popluar number systems.

HEX46515B
Decimal708191
Binary100011010100011011011
Octal106121133

Shades and tints

Shades of #46515B

#46515B
(70,81,91)
#404A53
(64,74,83)
#3A434B
(58,67,75)
#343C43
(52,60,67)
#2E353B
(46,53,59)
#282E33
(40,46,51)
#22272B
(34,39,43)
#1C2023
(28,32,35)
#16191B
(22,25,27)
#101213
(16,18,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #46515B

#46515B
(70,81,91)
#566069
(86,96,105)
#666F77
(102,111,119)
#767E85
(118,126,133)
#868D93
(134,141,147)
#969CA1
(150,156,161)
#A6ABAF
(166,171,175)
#B6BABD
(182,186,189)
#C6C9CB
(198,201,203)
#D6D8D9
(214,216,217)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46515B; }

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

This text font color is #46515B.


Background Color

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

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

This div background color is #46515B.


Border color

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

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

This div border color is #46515B.


Opacity

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

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

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

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

This text has shadow with #46515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46515B on black background.


Color preview on white background

This text has color #46515B on white background.



Black color preview on #46515B background

This text has black color on #46515B background.


White color preview on #46515B background

This text has white color on #46515B background.