COLOR #465D66

HEX: #465D66
RGB: (70,93,102)

Color info

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

RGB color model

#465D66 color RGB value is (70,93,102).

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

RGB channels and saturation

R 70 of 255 = 27%
G 93 of 255 = 36%
B 102 of 255 = 40%

70
93
102

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

Portions of RGB colors in percentages

R + G + B =
70 + 93 + 102 = 265 (100%)
R 70 of 265 ~ 26.42%
G 93 of 265 ~ 35.09%
B 102 of 265 ~ 38.49%

%26.42
%35.09
%38.49

CMYK color model

#465D66 color CMYK value is (31,9,0,60).

  • cyan value is 31.37%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,9,0,60)
C31M9Y0K60 
(31%,9%,0%,60%)
(0.31/0.09/0.00/0.60)	

CMYK percentages

%31.37
%8.82
%0
%60

Codes

Color #465D66 in popluar color models

465D66
RGB7093102
HSL197°18.60%33.73%
HSB/HSV197°31.37%40.00%
CMYK31.37%8.82%0.00%
60.00%

Color #465D66 in popluar number systems.

HEX465D66
Decimal7093102
Binary100011010111011100110
Octal106135146

Shades and tints

Shades of #465D66

#465D66
(70,93,102)
#40555D
(64,85,93)
#3A4D54
(58,77,84)
#34454B
(52,69,75)
#2E3D42
(46,61,66)
#283539
(40,53,57)
#222D30
(34,45,48)
#1C2527
(28,37,39)
#161D1E
(22,29,30)
#101515
(16,21,21)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #465D66

#465D66
(70,93,102)
#566B73
(86,107,115)
#667980
(102,121,128)
#76878D
(118,135,141)
#86959A
(134,149,154)
#96A3A7
(150,163,167)
#A6B1B4
(166,177,180)
#B6BFC1
(182,191,193)
#C6CDCE
(198,205,206)
#D6DBDB
(214,219,219)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465D66; }

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

This text font color is #465D66.


Background Color

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

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

This div background color is #465D66.


Border color

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

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

This div border color is #465D66.


Opacity

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

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

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

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

This text has shadow with #465D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465D66 on black background.


Color preview on white background

This text has color #465D66 on white background.



Black color preview on #465D66 background

This text has black color on #465D66 background.


White color preview on #465D66 background

This text has white color on #465D66 background.