COLOR #46575F

HEX: #46575F
RGB: (70,87,95)

Color info

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

RGB color model

#46575F color RGB value is (70,87,95).

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

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 95 of 255 = 37%

70
87
95

R + G + B ~ 33%. #46575F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 95 = 252 (100%)
R 70 of 252 ~ 27.78%
G 87 of 252 ~ 34.52%
B 95 of 252 ~ 37.7%

%27.78
%34.52
%37.7

CMYK color model

#46575F color CMYK value is (26,8,0,63).

  • cyan value is 26.32%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(26,8,0,63)
C26M8Y0K63 
(26%,8%,0%,63%)
(0.26/0.08/0.00/0.63)	

CMYK percentages

%26.32
%8.42
%0
%62.75

Codes

Color #46575F in popluar color models

46575F
RGB708795
HSL199°15.15%32.35%
HSB/HSV199°26.32%37.25%
CMYK26.32%8.42%0.00%
62.75%

Color #46575F in popluar number systems.

HEX46575F
Decimal708795
Binary100011010101111011111
Octal106127137

Shades and tints

Shades of #46575F

#46575F
(70,87,95)
#405057
(64,80,87)
#3A494F
(58,73,79)
#344247
(52,66,71)
#2E3B3F
(46,59,63)
#283437
(40,52,55)
#222D2F
(34,45,47)
#1C2627
(28,38,39)
#161F1F
(22,31,31)
#101817
(16,24,23)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #46575F

#46575F
(70,87,95)
#56666D
(86,102,109)
#66757B
(102,117,123)
#768489
(118,132,137)
#869397
(134,147,151)
#96A2A5
(150,162,165)
#A6B1B3
(166,177,179)
#B6C0C1
(182,192,193)
#C6CFCF
(198,207,207)
#D6DEDD
(214,222,221)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46575F; }

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

This text font color is #46575F.


Background Color

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

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

This div background color is #46575F.


Border color

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

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

This div border color is #46575F.


Opacity

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

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

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

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

This text has shadow with #46575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46575F on black background.


Color preview on white background

This text has color #46575F on white background.



Black color preview on #46575F background

This text has black color on #46575F background.


White color preview on #46575F background

This text has white color on #46575F background.