COLOR #465067

HEX: #465067
RGB: (70,80,103)

Color info

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

RGB color model

#465067 color RGB value is (70,80,103).

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

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 103 of 255 = 40%

70
80
103

R + G + B ~ 33%. #465067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 103 = 253 (100%)
R 70 of 253 ~ 27.67%
G 80 of 253 ~ 31.62%
B 103 of 253 ~ 40.71%

%27.67
%31.62
%40.71

CMYK color model

#465067 color CMYK value is (32,22,0,60).

  • cyan value is 32.04%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(32,22,0,60)
C32M22Y0K60 
(32%,22%,0%,60%)
(0.32/0.22/0.00/0.60)	

CMYK percentages

%32.04
%22.33
%0
%59.61

Codes

Color #465067 in popluar color models

465067
RGB7080103
HSL222°19.08%33.92%
HSB/HSV222°32.04%40.39%
CMYK32.04%22.33%0.00%
59.61%

Color #465067 in popluar number systems.

HEX465067
Decimal7080103
Binary100011010100001100111
Octal106120147

Shades and tints

Shades of #465067

#465067
(70,80,103)
#40495E
(64,73,94)
#3A4255
(58,66,85)
#343B4C
(52,59,76)
#2E3443
(46,52,67)
#282D3A
(40,45,58)
#222631
(34,38,49)
#1C1F28
(28,31,40)
#16181F
(22,24,31)
#101116
(16,17,22)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #465067

#465067
(70,80,103)
#565F74
(86,95,116)
#666E81
(102,110,129)
#767D8E
(118,125,142)
#868C9B
(134,140,155)
#969BA8
(150,155,168)
#A6AAB5
(166,170,181)
#B6B9C2
(182,185,194)
#C6C8CF
(198,200,207)
#D6D7DC
(214,215,220)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465067; }

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

This text font color is #465067.


Background Color

.myBgColor { background-color: #465067; }

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

This div background color is #465067.


Border color

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

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

This div border color is #465067.


Opacity

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

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

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

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

This text has shadow with #465067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465067 on black background.


Color preview on white background

This text has color #465067 on white background.



Black color preview on #465067 background

This text has black color on #465067 background.


White color preview on #465067 background

This text has white color on #465067 background.