COLOR #465C65

HEX: #465C65
RGB: (70,92,101)

Color info

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

RGB color model

#465C65 color RGB value is (70,92,101).

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

RGB channels and saturation

R 70 of 255 = 27%
G 92 of 255 = 36%
B 101 of 255 = 40%

70
92
101

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

Portions of RGB colors in percentages

R + G + B =
70 + 92 + 101 = 263 (100%)
R 70 of 263 ~ 26.62%
G 92 of 263 ~ 34.98%
B 101 of 263 ~ 38.4%

%26.62
%34.98
%38.4

CMYK color model

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

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

CMYK percentages

%30.69
%8.91
%0
%60.39

Codes

Color #465C65 in popluar color models

465C65
RGB7092101
HSL197°18.13%33.53%
HSB/HSV197°30.69%39.61%
CMYK30.69%8.91%0.00%
60.39%

Color #465C65 in popluar number systems.

HEX465C65
Decimal7092101
Binary100011010111001100101
Octal106134145

Shades and tints

Shades of #465C65

#465C65
(70,92,101)
#40545C
(64,84,92)
#3A4C53
(58,76,83)
#34444A
(52,68,74)
#2E3C41
(46,60,65)
#283438
(40,52,56)
#222C2F
(34,44,47)
#1C2426
(28,36,38)
#161C1D
(22,28,29)
#101414
(16,20,20)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #465C65

#465C65
(70,92,101)
#566A73
(86,106,115)
#667881
(102,120,129)
#76868F
(118,134,143)
#86949D
(134,148,157)
#96A2AB
(150,162,171)
#A6B0B9
(166,176,185)
#B6BEC7
(182,190,199)
#C6CCD5
(198,204,213)
#D6DAE3
(214,218,227)
#E6E8F1
(230,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465C65 color. Also use rgb(70,92,101) instead hex code.

Text Font Color

.myTextColor { color: #465C65; }

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

This text font color is #465C65.


Background Color

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

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

This div background color is #465C65.


Border color

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

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

This div border color is #465C65.


Opacity

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

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

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

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

This text has shadow with #465C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465C65 on black background.


Color preview on white background

This text has color #465C65 on white background.



Black color preview on #465C65 background

This text has black color on #465C65 background.


White color preview on #465C65 background

This text has white color on #465C65 background.