COLOR #466B5C

HEX: #466B5C
RGB: (70,107,92)

Color info

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

RGB color model

#466B5C color RGB value is (70,107,92).

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

RGB channels and saturation

R 70 of 255 = 27%
G 107 of 255 = 42%
B 92 of 255 = 36%

70
107
92

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

Portions of RGB colors in percentages

R + G + B =
70 + 107 + 92 = 269 (100%)
R 70 of 269 ~ 26.02%
G 107 of 269 ~ 39.78%
B 92 of 269 ~ 34.2%

%26.02
%39.78
%34.2

CMYK color model

#466B5C color CMYK value is (35,0,14,58).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(35,0,14,58)
C35M0Y14K58 
(35%,0%,14%,58%)
(0.35/0.00/0.14/0.58)	

CMYK percentages

%34.58
%0
%14.02
%58.04

Codes

Color #466B5C in popluar color models

466B5C
RGB7010792
HSL156°20.90%34.71%
HSB/HSV156°34.58%41.96%
CMYK34.58%0.00%14.02%
58.04%

Color #466B5C in popluar number systems.

HEX466B5C
Decimal7010792
Binary100011011010111011100
Octal106153134

Shades and tints

Shades of #466B5C

#466B5C
(70,107,92)
#406254
(64,98,84)
#3A594C
(58,89,76)
#345044
(52,80,68)
#2E473C
(46,71,60)
#283E34
(40,62,52)
#22352C
(34,53,44)
#1C2C24
(28,44,36)
#16231C
(22,35,28)
#101A14
(16,26,20)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #466B5C

#466B5C
(70,107,92)
#56786A
(86,120,106)
#668578
(102,133,120)
#769286
(118,146,134)
#869F94
(134,159,148)
#96ACA2
(150,172,162)
#A6B9B0
(166,185,176)
#B6C6BE
(182,198,190)
#C6D3CC
(198,211,204)
#D6E0DA
(214,224,218)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466B5C; }

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

This text font color is #466B5C.


Background Color

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

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

This div background color is #466B5C.


Border color

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

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

This div border color is #466B5C.


Opacity

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

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

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

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

This text has shadow with #466B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466B5C on black background.


Color preview on white background

This text has color #466B5C on white background.



Black color preview on #466B5C background

This text has black color on #466B5C background.


White color preview on #466B5C background

This text has white color on #466B5C background.