COLOR #466462

HEX: #466462
RGB: (70,100,98)

Color info

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

RGB color model

#466462 color RGB value is (70,100,98).

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

RGB channels and saturation

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

70
100
98

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

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 98 = 268 (100%)
R 70 of 268 ~ 26.12%
G 100 of 268 ~ 37.31%
B 98 of 268 ~ 36.57%

%26.12
%37.31
%36.57

CMYK color model

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

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

CMYK percentages

%30
%0
%2
%60.78

Codes

Color #466462 in popluar color models

466462
RGB7010098
HSL176°17.65%33.33%
HSB/HSV176°30.00%39.22%
CMYK30.00%0.00%2.00%
60.78%

Color #466462 in popluar number systems.

HEX466462
Decimal7010098
Binary100011011001001100010
Octal106144142

Shades and tints

Shades of #466462

#466462
(70,100,98)
#405B5A
(64,91,90)
#3A5252
(58,82,82)
#34494A
(52,73,74)
#2E4042
(46,64,66)
#28373A
(40,55,58)
#222E32
(34,46,50)
#1C252A
(28,37,42)
#161C22
(22,28,34)
#10131A
(16,19,26)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #466462

#466462
(70,100,98)
#567270
(86,114,112)
#66807E
(102,128,126)
#768E8C
(118,142,140)
#869C9A
(134,156,154)
#96AAA8
(150,170,168)
#A6B8B6
(166,184,182)
#B6C6C4
(182,198,196)
#C6D4D2
(198,212,210)
#D6E2E0
(214,226,224)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466462; }

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

This text font color is #466462.


Background Color

.myBgColor { background-color: #466462; }

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

This div background color is #466462.


Border color

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

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

This div border color is #466462.


Opacity

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

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

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

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

This text has shadow with #466462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466462 on black background.


Color preview on white background

This text has color #466462 on white background.



Black color preview on #466462 background

This text has black color on #466462 background.


White color preview on #466462 background

This text has white color on #466462 background.