COLOR #465963

HEX: #465963
RGB: (70,89,99)

Color info

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

RGB color model

#465963 color RGB value is (70,89,99).

  • red value is 70;
  • green value is 89;
  • blue value is 99.
RGB:
(70,89,99)
(27%,35%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 89 of 255 = 35%
B 99 of 255 = 39%

70
89
99

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

Portions of RGB colors in percentages

R + G + B =
70 + 89 + 99 = 258 (100%)
R 70 of 258 ~ 27.13%
G 89 of 258 ~ 34.5%
B 99 of 258 ~ 38.37%

%27.13
%34.5
%38.37

CMYK color model

#465963 color CMYK value is (29,10,0,61).

  • cyan value is 29.29%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(29,10,0,61)
C29M10Y0K61 
(29%,10%,0%,61%)
(0.29/0.10/0.00/0.61)	

CMYK percentages

%29.29
%10.1
%0
%61.18

Codes

Color #465963 in popluar color models

465963
RGB708999
HSL201°17.16%33.14%
HSB/HSV201°29.29%38.82%
CMYK29.29%10.10%0.00%
61.18%

Color #465963 in popluar number systems.

HEX465963
Decimal708999
Binary100011010110011100011
Octal106131143

Shades and tints

Shades of #465963

#465963
(70,89,99)
#40515A
(64,81,90)
#3A4951
(58,73,81)
#344148
(52,65,72)
#2E393F
(46,57,63)
#283136
(40,49,54)
#22292D
(34,41,45)
#1C2124
(28,33,36)
#16191B
(22,25,27)
#101112
(16,17,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #465963

#465963
(70,89,99)
#566871
(86,104,113)
#66777F
(102,119,127)
#76868D
(118,134,141)
#86959B
(134,149,155)
#96A4A9
(150,164,169)
#A6B3B7
(166,179,183)
#B6C2C5
(182,194,197)
#C6D1D3
(198,209,211)
#D6E0E1
(214,224,225)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465963 color. Also use rgb(70,89,99) instead hex code.

Text Font Color

.myTextColor { color: #465963; }

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

This text font color is #465963.


Background Color

.myBgColor { background-color: #465963; }

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

This div background color is #465963.


Border color

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

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

This div border color is #465963.


Opacity

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

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

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

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

This text has shadow with #465963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465963 on black background.


Color preview on white background

This text has color #465963 on white background.



Black color preview on #465963 background

This text has black color on #465963 background.


White color preview on #465963 background

This text has white color on #465963 background.