COLOR #466464

HEX: #466464
RGB: (70,100,100)

Color info

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

RGB color model

#466464 color RGB value is (70,100,100).

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

RGB channels and saturation

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

70
100
100

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

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 100 = 270 (100%)
R 70 of 270 ~ 25.93%
G 100 of 270 ~ 37.04%
B 100 of 270 ~ 37.04%

%25.93
%37.04
%37.04

CMYK color model

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

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

CMYK percentages

%30
%0
%0
%60.78

Codes

Color #466464 in popluar color models

466464
RGB70100100
HSL180°17.65%33.33%
HSB/HSV180°30.00%39.22%
CMYK30.00%0.00%0.00%
60.78%

Color #466464 in popluar number systems.

HEX466464
Decimal70100100
Binary100011011001001100100
Octal106144144

Shades and tints

Shades of #466464

#466464
(70,100,100)
#405B5B
(64,91,91)
#3A5252
(58,82,82)
#344949
(52,73,73)
#2E4040
(46,64,64)
#283737
(40,55,55)
#222E2E
(34,46,46)
#1C2525
(28,37,37)
#161C1C
(22,28,28)
#101313
(16,19,19)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #466464

#466464
(70,100,100)
#567272
(86,114,114)
#668080
(102,128,128)
#768E8E
(118,142,142)
#869C9C
(134,156,156)
#96AAAA
(150,170,170)
#A6B8B8
(166,184,184)
#B6C6C6
(182,198,198)
#C6D4D4
(198,212,212)
#D6E2E2
(214,226,226)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466464; }

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

This text font color is #466464.


Background Color

.myBgColor { background-color: #466464; }

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

This div background color is #466464.


Border color

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

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

This div border color is #466464.


Opacity

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

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

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

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

This text has shadow with #466464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466464 on black background.


Color preview on white background

This text has color #466464 on white background.



Black color preview on #466464 background

This text has black color on #466464 background.


White color preview on #466464 background

This text has white color on #466464 background.