COLOR #465560

HEX: #465560
RGB: (70,85,96)

Color info

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

RGB color model

#465560 color RGB value is (70,85,96).

  • red value is 70;
  • green value is 85;
  • blue value is 96.
RGB:
(70,85,96)
(27%,33%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 96 of 255 = 38%

70
85
96

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

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 96 = 251 (100%)
R 70 of 251 ~ 27.89%
G 85 of 251 ~ 33.86%
B 96 of 251 ~ 38.25%

%27.89
%33.86
%38.25

CMYK color model

#465560 color CMYK value is (27,11,0,62).

  • cyan value is 27.08%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(27,11,0,62)
C27M11Y0K62 
(27%,11%,0%,62%)
(0.27/0.11/0.00/0.62)	

CMYK percentages

%27.08
%11.46
%0
%62.35

Codes

Color #465560 in popluar color models

465560
RGB708596
HSL205°15.66%32.55%
HSB/HSV205°27.08%37.65%
CMYK27.08%11.46%0.00%
62.35%

Color #465560 in popluar number systems.

HEX465560
Decimal708596
Binary100011010101011100000
Octal106125140

Shades and tints

Shades of #465560

#465560
(70,85,96)
#404E58
(64,78,88)
#3A4750
(58,71,80)
#344048
(52,64,72)
#2E3940
(46,57,64)
#283238
(40,50,56)
#222B30
(34,43,48)
#1C2428
(28,36,40)
#161D20
(22,29,32)
#101618
(16,22,24)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #465560

#465560
(70,85,96)
#56646E
(86,100,110)
#66737C
(102,115,124)
#76828A
(118,130,138)
#869198
(134,145,152)
#96A0A6
(150,160,166)
#A6AFB4
(166,175,180)
#B6BEC2
(182,190,194)
#C6CDD0
(198,205,208)
#D6DCDE
(214,220,222)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465560 color. Also use rgb(70,85,96) instead hex code.

Text Font Color

.myTextColor { color: #465560; }

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

This text font color is #465560.


Background Color

.myBgColor { background-color: #465560; }

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

This div background color is #465560.


Border color

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

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

This div border color is #465560.


Opacity

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

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

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

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

This text has shadow with #465560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465560 on black background.


Color preview on white background

This text has color #465560 on white background.



Black color preview on #465560 background

This text has black color on #465560 background.


White color preview on #465560 background

This text has white color on #465560 background.