COLOR #465A67

HEX: #465A67
RGB: (70,90,103)

Color info

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

RGB color model

#465A67 color RGB value is (70,90,103).

  • red value is 70;
  • green value is 90;
  • blue value is 103.
RGB:
(70,90,103)
(27%,35%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 103 of 255 = 40%

70
90
103

R + G + B ~ 34%. #465A67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 90 + 103 = 263 (100%)
R 70 of 263 ~ 26.62%
G 90 of 263 ~ 34.22%
B 103 of 263 ~ 39.16%

%26.62
%34.22
%39.16

CMYK color model

#465A67 color CMYK value is (32,13,0,60).

  • cyan value is 32.04%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(32,13,0,60)
C32M13Y0K60 
(32%,13%,0%,60%)
(0.32/0.13/0.00/0.60)	

CMYK percentages

%32.04
%12.62
%0
%59.61

Codes

Color #465A67 in popluar color models

465A67
RGB7090103
HSL204°19.08%33.92%
HSB/HSV204°32.04%40.39%
CMYK32.04%12.62%0.00%
59.61%

Color #465A67 in popluar number systems.

HEX465A67
Decimal7090103
Binary100011010110101100111
Octal106132147

Shades and tints

Shades of #465A67

#465A67
(70,90,103)
#40525E
(64,82,94)
#3A4A55
(58,74,85)
#34424C
(52,66,76)
#2E3A43
(46,58,67)
#28323A
(40,50,58)
#222A31
(34,42,49)
#1C2228
(28,34,40)
#161A1F
(22,26,31)
#101216
(16,18,22)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #465A67

#465A67
(70,90,103)
#566974
(86,105,116)
#667881
(102,120,129)
#76878E
(118,135,142)
#86969B
(134,150,155)
#96A5A8
(150,165,168)
#A6B4B5
(166,180,181)
#B6C3C2
(182,195,194)
#C6D2CF
(198,210,207)
#D6E1DC
(214,225,220)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465A67 color. Also use rgb(70,90,103) instead hex code.

Text Font Color

.myTextColor { color: #465A67; }

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

This text font color is #465A67.


Background Color

.myBgColor { background-color: #465A67; }

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

This div background color is #465A67.


Border color

.myBorderColor { border: 1px solid #465A67; }

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

This div border color is #465A67.


Opacity

.myOpacity80 { color: #465A67; opacity: 0.8; }

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

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

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

This text has shadow with #465A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A67 on black background.


Color preview on white background

This text has color #465A67 on white background.



Black color preview on #465A67 background

This text has black color on #465A67 background.


White color preview on #465A67 background

This text has white color on #465A67 background.