COLOR #465B61

HEX: #465B61
RGB: (70,91,97)

Color info

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

RGB color model

#465B61 color RGB value is (70,91,97).

  • red value is 70;
  • green value is 91;
  • blue value is 97.
RGB:
(70,91,97)
(27%,36%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 91 of 255 = 36%
B 97 of 255 = 38%

70
91
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 91 + 97 = 258 (100%)
R 70 of 258 ~ 27.13%
G 91 of 258 ~ 35.27%
B 97 of 258 ~ 37.6%

%27.13
%35.27
%37.6

CMYK color model

#465B61 color CMYK value is (28,6,0,62).

  • cyan value is 27.84%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,6,0,62)
C28M6Y0K62 
(28%,6%,0%,62%)
(0.28/0.06/0.00/0.62)	

CMYK percentages

%27.84
%6.19
%0
%61.96

Codes

Color #465B61 in popluar color models

465B61
RGB709197
HSL193°16.17%32.75%
HSB/HSV193°27.84%38.04%
CMYK27.84%6.19%0.00%
61.96%

Color #465B61 in popluar number systems.

HEX465B61
Decimal709197
Binary100011010110111100001
Octal106133141

Shades and tints

Shades of #465B61

#465B61
(70,91,97)
#405359
(64,83,89)
#3A4B51
(58,75,81)
#344349
(52,67,73)
#2E3B41
(46,59,65)
#283339
(40,51,57)
#222B31
(34,43,49)
#1C2329
(28,35,41)
#161B21
(22,27,33)
#101319
(16,19,25)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #465B61

#465B61
(70,91,97)
#56696F
(86,105,111)
#66777D
(102,119,125)
#76858B
(118,133,139)
#869399
(134,147,153)
#96A1A7
(150,161,167)
#A6AFB5
(166,175,181)
#B6BDC3
(182,189,195)
#C6CBD1
(198,203,209)
#D6D9DF
(214,217,223)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465B61 color. Also use rgb(70,91,97) instead hex code.

Text Font Color

.myTextColor { color: #465B61; }

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

This text font color is #465B61.


Background Color

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

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

This div background color is #465B61.


Border color

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

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

This div border color is #465B61.


Opacity

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

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

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

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

This text has shadow with #465B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465B61 on black background.


Color preview on white background

This text has color #465B61 on white background.



Black color preview on #465B61 background

This text has black color on #465B61 background.


White color preview on #465B61 background

This text has white color on #465B61 background.