COLOR #465260

HEX: #465260
RGB: (70,82,96)

Color info

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

RGB color model

#465260 color RGB value is (70,82,96).

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

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 96 of 255 = 38%

70
82
96

R + G + B ~ 32%. #465260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 96 = 248 (100%)
R 70 of 248 ~ 28.23%
G 82 of 248 ~ 33.06%
B 96 of 248 ~ 38.71%

%28.23
%33.06
%38.71

CMYK color model

#465260 color CMYK value is (27,15,0,62).

  • cyan value is 27.08%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(27,15,0,62)
C27M15Y0K62 
(27%,15%,0%,62%)
(0.27/0.15/0.00/0.62)	

CMYK percentages

%27.08
%14.58
%0
%62.35

Codes

Color #465260 in popluar color models

465260
RGB708296
HSL212°15.66%32.55%
HSB/HSV212°27.08%37.65%
CMYK27.08%14.58%0.00%
62.35%

Color #465260 in popluar number systems.

HEX465260
Decimal708296
Binary100011010100101100000
Octal106122140

Shades and tints

Shades of #465260

#465260
(70,82,96)
#404B58
(64,75,88)
#3A4450
(58,68,80)
#343D48
(52,61,72)
#2E3640
(46,54,64)
#282F38
(40,47,56)
#222830
(34,40,48)
#1C2128
(28,33,40)
#161A20
(22,26,32)
#101318
(16,19,24)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #465260

#465260
(70,82,96)
#56616E
(86,97,110)
#66707C
(102,112,124)
#767F8A
(118,127,138)
#868E98
(134,142,152)
#969DA6
(150,157,166)
#A6ACB4
(166,172,180)
#B6BBC2
(182,187,194)
#C6CAD0
(198,202,208)
#D6D9DE
(214,217,222)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465260; }

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

This text font color is #465260.


Background Color

.myBgColor { background-color: #465260; }

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

This div background color is #465260.


Border color

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

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

This div border color is #465260.


Opacity

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

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

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

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

This text has shadow with #465260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465260 on black background.


Color preview on white background

This text has color #465260 on white background.



Black color preview on #465260 background

This text has black color on #465260 background.


White color preview on #465260 background

This text has white color on #465260 background.