COLOR #466163

HEX: #466163
RGB: (70,97,99)

Color info

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

RGB color model

#466163 color RGB value is (70,97,99).

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

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 99 of 255 = 39%

70
97
99

R + G + B ~ 35%. #466163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 99 = 266 (100%)
R 70 of 266 ~ 26.32%
G 97 of 266 ~ 36.47%
B 99 of 266 ~ 37.22%

%26.32
%36.47
%37.22

CMYK color model

#466163 color CMYK value is (29,2,0,61).

  • cyan value is 29.29%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(29,2,0,61)
C29M2Y0K61 
(29%,2%,0%,61%)
(0.29/0.02/0.00/0.61)	

CMYK percentages

%29.29
%2.02
%0
%61.18

Codes

Color #466163 in popluar color models

466163
RGB709799
HSL184°17.16%33.14%
HSB/HSV184°29.29%38.82%
CMYK29.29%2.02%0.00%
61.18%

Color #466163 in popluar number systems.

HEX466163
Decimal709799
Binary100011011000011100011
Octal106141143

Shades and tints

Shades of #466163

#466163
(70,97,99)
#40595A
(64,89,90)
#3A5151
(58,81,81)
#344948
(52,73,72)
#2E413F
(46,65,63)
#283936
(40,57,54)
#22312D
(34,49,45)
#1C2924
(28,41,36)
#16211B
(22,33,27)
#101912
(16,25,18)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #466163

#466163
(70,97,99)
#566F71
(86,111,113)
#667D7F
(102,125,127)
#768B8D
(118,139,141)
#86999B
(134,153,155)
#96A7A9
(150,167,169)
#A6B5B7
(166,181,183)
#B6C3C5
(182,195,197)
#C6D1D3
(198,209,211)
#D6DFE1
(214,223,225)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466163; }

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

This text font color is #466163.


Background Color

.myBgColor { background-color: #466163; }

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

This div background color is #466163.


Border color

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

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

This div border color is #466163.


Opacity

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

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

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

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

This text has shadow with #466163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466163 on black background.


Color preview on white background

This text has color #466163 on white background.



Black color preview on #466163 background

This text has black color on #466163 background.


White color preview on #466163 background

This text has white color on #466163 background.