COLOR #46535D

HEX: #46535D
RGB: (70,83,93)

Color info

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

RGB color model

#46535D color RGB value is (70,83,93).

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

RGB channels and saturation

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

70
83
93

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 93 = 246 (100%)
R 70 of 246 ~ 28.46%
G 83 of 246 ~ 33.74%
B 93 of 246 ~ 37.8%

%28.46
%33.74
%37.8

CMYK color model

#46535D color CMYK value is (25,11,0,64).

  • cyan value is 24.73%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(25,11,0,64)
C25M11Y0K64 
(25%,11%,0%,64%)
(0.25/0.11/0.00/0.64)	

CMYK percentages

%24.73
%10.75
%0
%63.53

Codes

Color #46535D in popluar color models

46535D
RGB708393
HSL206°14.11%31.96%
HSB/HSV206°24.73%36.47%
CMYK24.73%10.75%0.00%
63.53%

Color #46535D in popluar number systems.

HEX46535D
Decimal708393
Binary100011010100111011101
Octal106123135

Shades and tints

Shades of #46535D

#46535D
(70,83,93)
#404C55
(64,76,85)
#3A454D
(58,69,77)
#343E45
(52,62,69)
#2E373D
(46,55,61)
#283035
(40,48,53)
#22292D
(34,41,45)
#1C2225
(28,34,37)
#161B1D
(22,27,29)
#101415
(16,20,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #46535D

#46535D
(70,83,93)
#56626B
(86,98,107)
#667179
(102,113,121)
#768087
(118,128,135)
#868F95
(134,143,149)
#969EA3
(150,158,163)
#A6ADB1
(166,173,177)
#B6BCBF
(182,188,191)
#C6CBCD
(198,203,205)
#D6DADB
(214,218,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46535D; }

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

This text font color is #46535D.


Background Color

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

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

This div background color is #46535D.


Border color

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

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

This div border color is #46535D.


Opacity

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

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

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

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

This text has shadow with #46535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46535D on black background.


Color preview on white background

This text has color #46535D on white background.



Black color preview on #46535D background

This text has black color on #46535D background.


White color preview on #46535D background

This text has white color on #46535D background.