COLOR #006463

HEX: #006463
RGB: (0,100,99)

Color info

#006463 contains only green and blue colors. Web safe color of #006463 is #006666 (or #066).

RGB color model

#006463 color RGB value is (0,100,99).

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

RGB channels and saturation

R 0 of 255 = 0%
G 100 of 255 = 39%
B 99 of 255 = 39%

0
100
99

R + G + B ~ 26%. #006463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 100 + 99 = 199 (100%)
R 0 of 199 ~ 0%
G 100 of 199 ~ 50.25%
B 99 of 199 ~ 49.75%

%50.25
%49.75

CMYK color model

#006463 color CMYK value is (100,0,1,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(100,0,1,61)
C100M0Y1K61 
(100%,0%,1%,61%)
(1.00/0.00/0.01/0.61)	

CMYK percentages

%100
%0
%1
%60.78

Codes

Color #006463 in popluar color models

006463
RGB010099
HSL179°100.00%19.61%
HSB/HSV179°100.00%39.22%
CMYK100.00%0.00%1.00%
60.78%

Color #006463 in popluar number systems.

HEX006463
Decimal010099
Binary011001001100011
Octal0144143

Shades and tints

Shades of #006463

#006463
(0,100,99)
#005B5A
(0,91,90)
#005251
(0,82,81)
#004948
(0,73,72)
#00403F
(0,64,63)
#003736
(0,55,54)
#002E2D
(0,46,45)
#002524
(0,37,36)
#001C1B
(0,28,27)
#001312
(0,19,18)
#000A09
(0,10,9)
#000000
(0,0,0)

Tints of #006463

#006463
(0,100,99)
#177271
(23,114,113)
#2E807F
(46,128,127)
#458E8D
(69,142,141)
#5C9C9B
(92,156,155)
#73AAA9
(115,170,169)
#8AB8B7
(138,184,183)
#A1C6C5
(161,198,197)
#B8D4D3
(184,212,211)
#CFE2E1
(207,226,225)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006463; }

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

This text font color is #006463.


Background Color

.myBgColor { background-color: #006463; }

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

This div background color is #006463.


Border color

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

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

This div border color is #006463.


Opacity

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

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

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

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

This text has shadow with #006463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006463 on black background.


Color preview on white background

This text has color #006463 on white background.



Black color preview on #006463 background

This text has black color on #006463 background.


White color preview on #006463 background

This text has white color on #006463 background.