COLOR #466363

HEX: #466363
RGB: (70,99,99)

Color info

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

RGB color model

#466363 color RGB value is (70,99,99).

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

RGB channels and saturation

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

70
99
99

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

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 99 = 268 (100%)
R 70 of 268 ~ 26.12%
G 99 of 268 ~ 36.94%
B 99 of 268 ~ 36.94%

%26.12
%36.94
%36.94

CMYK color model

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

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

CMYK percentages

%29.29
%0
%0
%61.18

Codes

Color #466363 in popluar color models

466363
RGB709999
HSL180°17.16%33.14%
HSB/HSV180°29.29%38.82%
CMYK29.29%0.00%0.00%
61.18%

Color #466363 in popluar number systems.

HEX466363
Decimal709999
Binary100011011000111100011
Octal106143143

Shades and tints

Shades of #466363

#466363
(70,99,99)
#405A5A
(64,90,90)
#3A5151
(58,81,81)
#344848
(52,72,72)
#2E3F3F
(46,63,63)
#283636
(40,54,54)
#222D2D
(34,45,45)
#1C2424
(28,36,36)
#161B1B
(22,27,27)
#101212
(16,18,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #466363

#466363
(70,99,99)
#567171
(86,113,113)
#667F7F
(102,127,127)
#768D8D
(118,141,141)
#869B9B
(134,155,155)
#96A9A9
(150,169,169)
#A6B7B7
(166,183,183)
#B6C5C5
(182,197,197)
#C6D3D3
(198,211,211)
#D6E1E1
(214,225,225)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466363; }

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

This text font color is #466363.


Background Color

.myBgColor { background-color: #466363; }

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

This div background color is #466363.


Border color

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

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

This div border color is #466363.


Opacity

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

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

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

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

This text has shadow with #466363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466363 on black background.


Color preview on white background

This text has color #466363 on white background.



Black color preview on #466363 background

This text has black color on #466363 background.


White color preview on #466363 background

This text has white color on #466363 background.