COLOR #465163

HEX: #465163
RGB: (70,81,99)

Color info

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

RGB color model

#465163 color RGB value is (70,81,99).

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

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 99 of 255 = 39%

70
81
99

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

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 99 = 250 (100%)
R 70 of 250 ~ 28%
G 81 of 250 ~ 32.4%
B 99 of 250 ~ 39.6%

%28
%32.4
%39.6

CMYK color model

#465163 color CMYK value is (29,18,0,61).

  • cyan value is 29.29%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(29,18,0,61)
C29M18Y0K61 
(29%,18%,0%,61%)
(0.29/0.18/0.00/0.61)	

CMYK percentages

%29.29
%18.18
%0
%61.18

Codes

Color #465163 in popluar color models

465163
RGB708199
HSL217°17.16%33.14%
HSB/HSV217°29.29%38.82%
CMYK29.29%18.18%0.00%
61.18%

Color #465163 in popluar number systems.

HEX465163
Decimal708199
Binary100011010100011100011
Octal106121143

Shades and tints

Shades of #465163

#465163
(70,81,99)
#404A5A
(64,74,90)
#3A4351
(58,67,81)
#343C48
(52,60,72)
#2E353F
(46,53,63)
#282E36
(40,46,54)
#22272D
(34,39,45)
#1C2024
(28,32,36)
#16191B
(22,25,27)
#101212
(16,18,18)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #465163

#465163
(70,81,99)
#566071
(86,96,113)
#666F7F
(102,111,127)
#767E8D
(118,126,141)
#868D9B
(134,141,155)
#969CA9
(150,156,169)
#A6ABB7
(166,171,183)
#B6BAC5
(182,186,197)
#C6C9D3
(198,201,211)
#D6D8E1
(214,216,225)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465163; }

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

This text font color is #465163.


Background Color

.myBgColor { background-color: #465163; }

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

This div background color is #465163.


Border color

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

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

This div border color is #465163.


Opacity

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

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

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

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

This text has shadow with #465163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465163 on black background.


Color preview on white background

This text has color #465163 on white background.



Black color preview on #465163 background

This text has black color on #465163 background.


White color preview on #465163 background

This text has white color on #465163 background.