COLOR #465661

HEX: #465661
RGB: (70,86,97)

Color info

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

RGB color model

#465661 color RGB value is (70,86,97).

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

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 97 of 255 = 38%

70
86
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 97 = 253 (100%)
R 70 of 253 ~ 27.67%
G 86 of 253 ~ 33.99%
B 97 of 253 ~ 38.34%

%27.67
%33.99
%38.34

CMYK color model

#465661 color CMYK value is (28,11,0,62).

  • cyan value is 27.84%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,11,0,62)
C28M11Y0K62 
(28%,11%,0%,62%)
(0.28/0.11/0.00/0.62)	

CMYK percentages

%27.84
%11.34
%0
%61.96

Codes

Color #465661 in popluar color models

465661
RGB708697
HSL204°16.17%32.75%
HSB/HSV204°27.84%38.04%
CMYK27.84%11.34%0.00%
61.96%

Color #465661 in popluar number systems.

HEX465661
Decimal708697
Binary100011010101101100001
Octal106126141

Shades and tints

Shades of #465661

#465661
(70,86,97)
#404F59
(64,79,89)
#3A4851
(58,72,81)
#344149
(52,65,73)
#2E3A41
(46,58,65)
#283339
(40,51,57)
#222C31
(34,44,49)
#1C2529
(28,37,41)
#161E21
(22,30,33)
#101719
(16,23,25)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #465661

#465661
(70,86,97)
#56656F
(86,101,111)
#66747D
(102,116,125)
#76838B
(118,131,139)
#869299
(134,146,153)
#96A1A7
(150,161,167)
#A6B0B5
(166,176,181)
#B6BFC3
(182,191,195)
#C6CED1
(198,206,209)
#D6DDDF
(214,221,223)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465661; }

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

This text font color is #465661.


Background Color

.myBgColor { background-color: #465661; }

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

This div background color is #465661.


Border color

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

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

This div border color is #465661.


Opacity

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

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

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

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

This text has shadow with #465661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465661 on black background.


Color preview on white background

This text has color #465661 on white background.



Black color preview on #465661 background

This text has black color on #465661 background.


White color preview on #465661 background

This text has white color on #465661 background.