COLOR #46535B

HEX: #46535B
RGB: (70,83,91)

Color info

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

RGB color model

#46535B color RGB value is (70,83,91).

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

RGB channels and saturation

R 70 of 255 = 27%
G 83 of 255 = 33%
B 91 of 255 = 36%

70
83
91

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 91 = 244 (100%)
R 70 of 244 ~ 28.69%
G 83 of 244 ~ 34.02%
B 91 of 244 ~ 37.3%

%28.69
%34.02
%37.3

CMYK color model

#46535B color CMYK value is (23,9,0,64).

  • cyan value is 23.08%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(23,9,0,64)
C23M9Y0K64 
(23%,9%,0%,64%)
(0.23/0.09/0.00/0.64)	

CMYK percentages

%23.08
%8.79
%0
%64.31

Codes

Color #46535B in popluar color models

46535B
RGB708391
HSL203°13.04%31.57%
HSB/HSV203°23.08%35.69%
CMYK23.08%8.79%0.00%
64.31%

Color #46535B in popluar number systems.

HEX46535B
Decimal708391
Binary100011010100111011011
Octal106123133

Shades and tints

Shades of #46535B

#46535B
(70,83,91)
#404C53
(64,76,83)
#3A454B
(58,69,75)
#343E43
(52,62,67)
#2E373B
(46,55,59)
#283033
(40,48,51)
#22292B
(34,41,43)
#1C2223
(28,34,35)
#161B1B
(22,27,27)
#101413
(16,20,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #46535B

#46535B
(70,83,91)
#566269
(86,98,105)
#667177
(102,113,119)
#768085
(118,128,133)
#868F93
(134,143,147)
#969EA1
(150,158,161)
#A6ADAF
(166,173,175)
#B6BCBD
(182,188,189)
#C6CBCB
(198,203,203)
#D6DAD9
(214,218,217)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46535B; }

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

This text font color is #46535B.


Background Color

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

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

This div background color is #46535B.


Border color

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

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

This div border color is #46535B.


Opacity

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

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

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

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

This text has shadow with #46535B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46535B on black background.


Color preview on white background

This text has color #46535B on white background.



Black color preview on #46535B background

This text has black color on #46535B background.


White color preview on #46535B background

This text has white color on #46535B background.