COLOR #466370

HEX: #466370
RGB: (70,99,112)

Color info

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

RGB color model

#466370 color RGB value is (70,99,112).

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

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 112 of 255 = 44%

70
99
112

R + G + B ~ 37%. #466370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 112 = 281 (100%)
R 70 of 281 ~ 24.91%
G 99 of 281 ~ 35.23%
B 112 of 281 ~ 39.86%

%24.91
%35.23
%39.86

CMYK color model

#466370 color CMYK value is (38,12,0,56).

  • cyan value is 37.50%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,12,0,56)
C38M12Y0K56 
(38%,12%,0%,56%)
(0.38/0.12/0.00/0.56)	

CMYK percentages

%37.5
%11.61
%0
%56.08

Codes

Color #466370 in popluar color models

466370
RGB7099112
HSL199°23.08%35.69%
HSB/HSV199°37.50%43.92%
CMYK37.50%11.61%0.00%
56.08%

Color #466370 in popluar number systems.

HEX466370
Decimal7099112
Binary100011011000111110000
Octal106143160

Shades and tints

Shades of #466370

#466370
(70,99,112)
#405A66
(64,90,102)
#3A515C
(58,81,92)
#344852
(52,72,82)
#2E3F48
(46,63,72)
#28363E
(40,54,62)
#222D34
(34,45,52)
#1C242A
(28,36,42)
#161B20
(22,27,32)
#101216
(16,18,22)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #466370

#466370
(70,99,112)
#56717D
(86,113,125)
#667F8A
(102,127,138)
#768D97
(118,141,151)
#869BA4
(134,155,164)
#96A9B1
(150,169,177)
#A6B7BE
(166,183,190)
#B6C5CB
(182,197,203)
#C6D3D8
(198,211,216)
#D6E1E5
(214,225,229)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466370; }

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

This text font color is #466370.


Background Color

.myBgColor { background-color: #466370; }

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

This div background color is #466370.


Border color

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

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

This div border color is #466370.


Opacity

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

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

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

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

This text has shadow with #466370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466370 on black background.


Color preview on white background

This text has color #466370 on white background.



Black color preview on #466370 background

This text has black color on #466370 background.


White color preview on #466370 background

This text has white color on #466370 background.