COLOR #466064

HEX: #466064
RGB: (70,96,100)

Color info

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

RGB color model

#466064 color RGB value is (70,96,100).

  • red value is 70;
  • green value is 96;
  • blue value is 100.
RGB:
(70,96,100)
(27%,38%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 100 of 255 = 39%

70
96
100

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

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 100 = 266 (100%)
R 70 of 266 ~ 26.32%
G 96 of 266 ~ 36.09%
B 100 of 266 ~ 37.59%

%26.32
%36.09
%37.59

CMYK color model

#466064 color CMYK value is (30,4,0,61).

  • cyan value is 30.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(30,4,0,61)
C30M4Y0K61 
(30%,4%,0%,61%)
(0.30/0.04/0.00/0.61)	

CMYK percentages

%30
%4
%0
%60.78

Codes

Color #466064 in popluar color models

466064
RGB7096100
HSL188°17.65%33.33%
HSB/HSV188°30.00%39.22%
CMYK30.00%4.00%0.00%
60.78%

Color #466064 in popluar number systems.

HEX466064
Decimal7096100
Binary100011011000001100100
Octal106140144

Shades and tints

Shades of #466064

#466064
(70,96,100)
#40585B
(64,88,91)
#3A5052
(58,80,82)
#344849
(52,72,73)
#2E4040
(46,64,64)
#283837
(40,56,55)
#22302E
(34,48,46)
#1C2825
(28,40,37)
#16201C
(22,32,28)
#101813
(16,24,19)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #466064

#466064
(70,96,100)
#566E72
(86,110,114)
#667C80
(102,124,128)
#768A8E
(118,138,142)
#86989C
(134,152,156)
#96A6AA
(150,166,170)
#A6B4B8
(166,180,184)
#B6C2C6
(182,194,198)
#C6D0D4
(198,208,212)
#D6DEE2
(214,222,226)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466064 color. Also use rgb(70,96,100) instead hex code.

Text Font Color

.myTextColor { color: #466064; }

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

This text font color is #466064.


Background Color

.myBgColor { background-color: #466064; }

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

This div background color is #466064.


Border color

.myBorderColor { border: 1px solid #466064; }

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

This div border color is #466064.


Opacity

.myOpacity80 { color: #466064; opacity: 0.8; }

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

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

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

This text has shadow with #466064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466064 on black background.


Color preview on white background

This text has color #466064 on white background.



Black color preview on #466064 background

This text has black color on #466064 background.


White color preview on #466064 background

This text has white color on #466064 background.