COLOR #466B57

HEX: #466B57
RGB: (70,107,87)

Color info

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

RGB color model

#466B57 color RGB value is (70,107,87).

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

RGB channels and saturation

R 70 of 255 = 27%
G 107 of 255 = 42%
B 87 of 255 = 34%

70
107
87

R + G + B ~ 34%. #466B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 107 + 87 = 264 (100%)
R 70 of 264 ~ 26.52%
G 107 of 264 ~ 40.53%
B 87 of 264 ~ 32.95%

%26.52
%40.53
%32.95

CMYK color model

#466B57 color CMYK value is (35,0,19,58).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 58.04%
CMYK:
(35,0,19,58)
C35M0Y19K58 
(35%,0%,19%,58%)
(0.35/0.00/0.19/0.58)	

CMYK percentages

%34.58
%0
%18.69
%58.04

Codes

Color #466B57 in popluar color models

466B57
RGB7010787
HSL148°20.90%34.71%
HSB/HSV148°34.58%41.96%
CMYK34.58%0.00%18.69%
58.04%

Color #466B57 in popluar number systems.

HEX466B57
Decimal7010787
Binary100011011010111010111
Octal106153127

Shades and tints

Shades of #466B57

#466B57
(70,107,87)
#406250
(64,98,80)
#3A5949
(58,89,73)
#345042
(52,80,66)
#2E473B
(46,71,59)
#283E34
(40,62,52)
#22352D
(34,53,45)
#1C2C26
(28,44,38)
#16231F
(22,35,31)
#101A18
(16,26,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #466B57

#466B57
(70,107,87)
#567866
(86,120,102)
#668575
(102,133,117)
#769284
(118,146,132)
#869F93
(134,159,147)
#96ACA2
(150,172,162)
#A6B9B1
(166,185,177)
#B6C6C0
(182,198,192)
#C6D3CF
(198,211,207)
#D6E0DE
(214,224,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466B57; }

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

This text font color is #466B57.


Background Color

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

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

This div background color is #466B57.


Border color

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

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

This div border color is #466B57.


Opacity

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

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

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

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

This text has shadow with #466B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466B57 on black background.


Color preview on white background

This text has color #466B57 on white background.



Black color preview on #466B57 background

This text has black color on #466B57 background.


White color preview on #466B57 background

This text has white color on #466B57 background.