COLOR #466E57

HEX: #466E57
RGB: (70,110,87)

Color info

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

RGB color model

#466E57 color RGB value is (70,110,87).

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

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 87 of 255 = 34%

70
110
87

R + G + B ~ 35%. #466E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 87 = 267 (100%)
R 70 of 267 ~ 26.22%
G 110 of 267 ~ 41.2%
B 87 of 267 ~ 32.58%

%26.22
%41.2
%32.58

CMYK color model

#466E57 color CMYK value is (36,0,21,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 20.91%
  • key color value is 56.86%
CMYK:
(36,0,21,57)
C36M0Y21K57 
(36%,0%,21%,57%)
(0.36/0.00/0.21/0.57)	

CMYK percentages

%36.36
%0
%20.91
%56.86

Codes

Color #466E57 in popluar color models

466E57
RGB7011087
HSL146°22.22%35.29%
HSB/HSV146°36.36%43.14%
CMYK36.36%0.00%20.91%
56.86%

Color #466E57 in popluar number systems.

HEX466E57
Decimal7011087
Binary100011011011101010111
Octal106156127

Shades and tints

Shades of #466E57

#466E57
(70,110,87)
#406450
(64,100,80)
#3A5A49
(58,90,73)
#345042
(52,80,66)
#2E463B
(46,70,59)
#283C34
(40,60,52)
#22322D
(34,50,45)
#1C2826
(28,40,38)
#161E1F
(22,30,31)
#101418
(16,20,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #466E57

#466E57
(70,110,87)
#567B66
(86,123,102)
#668875
(102,136,117)
#769584
(118,149,132)
#86A293
(134,162,147)
#96AFA2
(150,175,162)
#A6BCB1
(166,188,177)
#B6C9C0
(182,201,192)
#C6D6CF
(198,214,207)
#D6E3DE
(214,227,222)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E57 color. Also use rgb(70,110,87) instead hex code.

Text Font Color

.myTextColor { color: #466E57; }

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

This text font color is #466E57.


Background Color

.myBgColor { background-color: #466E57; }

<div style="background-color:#466E57">Inner text</div>

This div background color is #466E57.


Border color

.myBorderColor { border: 1px solid #466E57; }

<div style="border:3px solid #466E57">Div</div>

This div border color is #466E57.


Opacity

.myOpacity80 { color: #466E57; opacity: 0.8; }

<p style="color:#466E57;opacity:0.8;">80%</p>

Text with #466E57 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 #466E57;}

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

This text has shadow with #466E57 color.

.textShadow {text-shadow: 3px 3px 1px #466E57, 3px 3px 1px red;}

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

This text has shadow with #466E57 primary color and red secondary color.


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

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

This text has shadow with #466E57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E57 on black background.


Color preview on white background

This text has color #466E57 on white background.



Black color preview on #466E57 background

This text has black color on #466E57 background.


White color preview on #466E57 background

This text has white color on #466E57 background.