COLOR #46555D

HEX: #46555D
RGB: (70,85,93)

Color info

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

RGB color model

#46555D color RGB value is (70,85,93).

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

RGB channels and saturation

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

70
85
93

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

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 93 = 248 (100%)
R 70 of 248 ~ 28.23%
G 85 of 248 ~ 34.27%
B 93 of 248 ~ 37.5%

%28.23
%34.27
%37.5

CMYK color model

#46555D color CMYK value is (25,9,0,64).

  • cyan value is 24.73%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(25,9,0,64)
C25M9Y0K64 
(25%,9%,0%,64%)
(0.25/0.09/0.00/0.64)	

CMYK percentages

%24.73
%8.6
%0
%63.53

Codes

Color #46555D in popluar color models

46555D
RGB708593
HSL201°14.11%31.96%
HSB/HSV201°24.73%36.47%
CMYK24.73%8.60%0.00%
63.53%

Color #46555D in popluar number systems.

HEX46555D
Decimal708593
Binary100011010101011011101
Octal106125135

Shades and tints

Shades of #46555D

#46555D
(70,85,93)
#404E55
(64,78,85)
#3A474D
(58,71,77)
#344045
(52,64,69)
#2E393D
(46,57,61)
#283235
(40,50,53)
#222B2D
(34,43,45)
#1C2425
(28,36,37)
#161D1D
(22,29,29)
#101615
(16,22,21)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #46555D

#46555D
(70,85,93)
#56646B
(86,100,107)
#667379
(102,115,121)
#768287
(118,130,135)
#869195
(134,145,149)
#96A0A3
(150,160,163)
#A6AFB1
(166,175,177)
#B6BEBF
(182,190,191)
#C6CDCD
(198,205,205)
#D6DCDB
(214,220,219)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46555D; }

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

This text font color is #46555D.


Background Color

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

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

This div background color is #46555D.


Border color

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

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

This div border color is #46555D.


Opacity

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

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

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

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

This text has shadow with #46555D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46555D on black background.


Color preview on white background

This text has color #46555D on white background.



Black color preview on #46555D background

This text has black color on #46555D background.


White color preview on #46555D background

This text has white color on #46555D background.