COLOR #466366

HEX: #466366
RGB: (70,99,102)

Color info

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

RGB color model

#466366 color RGB value is (70,99,102).

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

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 102 of 255 = 40%

70
99
102

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

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 102 = 271 (100%)
R 70 of 271 ~ 25.83%
G 99 of 271 ~ 36.53%
B 102 of 271 ~ 37.64%

%25.83
%36.53
%37.64

CMYK color model

#466366 color CMYK value is (31,3,0,60).

  • cyan value is 31.37%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,3,0,60)
C31M3Y0K60 
(31%,3%,0%,60%)
(0.31/0.03/0.00/0.60)	

CMYK percentages

%31.37
%2.94
%0
%60

Codes

Color #466366 in popluar color models

466366
RGB7099102
HSL186°18.60%33.73%
HSB/HSV186°31.37%40.00%
CMYK31.37%2.94%0.00%
60.00%

Color #466366 in popluar number systems.

HEX466366
Decimal7099102
Binary100011011000111100110
Octal106143146

Shades and tints

Shades of #466366

#466366
(70,99,102)
#405A5D
(64,90,93)
#3A5154
(58,81,84)
#34484B
(52,72,75)
#2E3F42
(46,63,66)
#283639
(40,54,57)
#222D30
(34,45,48)
#1C2427
(28,36,39)
#161B1E
(22,27,30)
#101215
(16,18,21)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #466366

#466366
(70,99,102)
#567173
(86,113,115)
#667F80
(102,127,128)
#768D8D
(118,141,141)
#869B9A
(134,155,154)
#96A9A7
(150,169,167)
#A6B7B4
(166,183,180)
#B6C5C1
(182,197,193)
#C6D3CE
(198,211,206)
#D6E1DB
(214,225,219)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466366; }

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

This text font color is #466366.


Background Color

.myBgColor { background-color: #466366; }

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

This div background color is #466366.


Border color

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

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

This div border color is #466366.


Opacity

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

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

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

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

This text has shadow with #466366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466366 on black background.


Color preview on white background

This text has color #466366 on white background.



Black color preview on #466366 background

This text has black color on #466366 background.


White color preview on #466366 background

This text has white color on #466366 background.