COLOR #465168

HEX: #465168
RGB: (70,81,104)

Color info

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

RGB color model

#465168 color RGB value is (70,81,104).

  • red value is 70;
  • green value is 81;
  • blue value is 104.
RGB:
(70,81,104)
(27%,32%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 104 of 255 = 41%

70
81
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 104 = 255 (100%)
R 70 of 255 ~ 27.45%
G 81 of 255 ~ 31.76%
B 104 of 255 ~ 40.78%

%27.45
%31.76
%40.78

CMYK color model

#465168 color CMYK value is (33,22,0,59).

  • cyan value is 32.69%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(33,22,0,59)
C33M22Y0K59 
(33%,22%,0%,59%)
(0.33/0.22/0.00/0.59)	

CMYK percentages

%32.69
%22.12
%0
%59.22

Codes

Color #465168 in popluar color models

465168
RGB7081104
HSL221°19.54%34.12%
HSB/HSV221°32.69%40.78%
CMYK32.69%22.12%0.00%
59.22%

Color #465168 in popluar number systems.

HEX465168
Decimal7081104
Binary100011010100011101000
Octal106121150

Shades and tints

Shades of #465168

#465168
(70,81,104)
#404A5F
(64,74,95)
#3A4356
(58,67,86)
#343C4D
(52,60,77)
#2E3544
(46,53,68)
#282E3B
(40,46,59)
#222732
(34,39,50)
#1C2029
(28,32,41)
#161920
(22,25,32)
#101217
(16,18,23)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #465168

#465168
(70,81,104)
#566075
(86,96,117)
#666F82
(102,111,130)
#767E8F
(118,126,143)
#868D9C
(134,141,156)
#969CA9
(150,156,169)
#A6ABB6
(166,171,182)
#B6BAC3
(182,186,195)
#C6C9D0
(198,201,208)
#D6D8DD
(214,216,221)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465168 color. Also use rgb(70,81,104) instead hex code.

Text Font Color

.myTextColor { color: #465168; }

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

This text font color is #465168.


Background Color

.myBgColor { background-color: #465168; }

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

This div background color is #465168.


Border color

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

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

This div border color is #465168.


Opacity

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

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

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

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

This text has shadow with #465168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465168 on black background.


Color preview on white background

This text has color #465168 on white background.



Black color preview on #465168 background

This text has black color on #465168 background.


White color preview on #465168 background

This text has white color on #465168 background.