COLOR #46574E

HEX: #46574E
RGB: (70,87,78)

Color info

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

RGB color model

#46574E color RGB value is (70,87,78).

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

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 78 of 255 = 31%

70
87
78

R + G + B ~ 31%. #46574E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 78 = 235 (100%)
R 70 of 235 ~ 29.79%
G 87 of 235 ~ 37.02%
B 78 of 235 ~ 33.19%

%29.79
%37.02
%33.19

CMYK color model

#46574E color CMYK value is (20,0,10,66).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(20,0,10,66)
C20M0Y10K66 
(20%,0%,10%,66%)
(0.20/0.00/0.10/0.66)	

CMYK percentages

%19.54
%0
%10.34
%65.88

Codes

Color #46574E in popluar color models

46574E
RGB708778
HSL148°10.83%30.78%
HSB/HSV148°19.54%34.12%
CMYK19.54%0.00%10.34%
65.88%

Color #46574E in popluar number systems.

HEX46574E
Decimal708778
Binary100011010101111001110
Octal106127116

Shades and tints

Shades of #46574E

#46574E
(70,87,78)
#405047
(64,80,71)
#3A4940
(58,73,64)
#344239
(52,66,57)
#2E3B32
(46,59,50)
#28342B
(40,52,43)
#222D24
(34,45,36)
#1C261D
(28,38,29)
#161F16
(22,31,22)
#10180F
(16,24,15)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #46574E

#46574E
(70,87,78)
#56665E
(86,102,94)
#66756E
(102,117,110)
#76847E
(118,132,126)
#86938E
(134,147,142)
#96A29E
(150,162,158)
#A6B1AE
(166,177,174)
#B6C0BE
(182,192,190)
#C6CFCE
(198,207,206)
#D6DEDE
(214,222,222)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46574E color. Also use rgb(70,87,78) instead hex code.

Text Font Color

.myTextColor { color: #46574E; }

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

This text font color is #46574E.


Background Color

.myBgColor { background-color: #46574E; }

<div style="background-color:#46574E">Inner text</div>

This div background color is #46574E.


Border color

.myBorderColor { border: 1px solid #46574E; }

<div style="border:3px solid #46574E">Div</div>

This div border color is #46574E.


Opacity

.myOpacity80 { color: #46574E; opacity: 0.8; }

<p style="color:#46574E;opacity:0.8;">80%</p>

Text with #46574E 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 #46574E;}

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

This text has shadow with #46574E color.

.textShadow {text-shadow: 3px 3px 1px #46574E, 3px 3px 1px red;}

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

This text has shadow with #46574E primary color and red secondary color.


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

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

This text has shadow with #46574E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46574E on black background.


Color preview on white background

This text has color #46574E on white background.



Black color preview on #46574E background

This text has black color on #46574E background.


White color preview on #46574E background

This text has white color on #46574E background.