COLOR #006450

HEX: #006450
RGB: (0,100,80)

Color info

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

RGB color model

#006450 color RGB value is (0,100,80).

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

RGB channels and saturation

R 0 of 255 = 0%
G 100 of 255 = 39%
B 80 of 255 = 31%

0
100
80

R + G + B ~ 23%. #006450 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 100 + 80 = 180 (100%)
R 0 of 180 ~ 0%
G 100 of 180 ~ 55.56%
B 80 of 180 ~ 44.44%

%55.56
%44.44

CMYK color model

#006450 color CMYK value is (100,0,20,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 60.78%
CMYK:
(100,0,20,61)
C100M0Y20K61 
(100%,0%,20%,61%)
(1.00/0.00/0.20/0.61)	

CMYK percentages

%100
%0
%20
%60.78

Codes

Color #006450 in popluar color models

006450
RGB010080
HSL168°100.00%19.61%
HSB/HSV168°100.00%39.22%
CMYK100.00%0.00%20.00%
60.78%

Color #006450 in popluar number systems.

HEX006450
Decimal010080
Binary011001001010000
Octal0144120

Shades and tints

Shades of #006450

#006450
(0,100,80)
#005B49
(0,91,73)
#005242
(0,82,66)
#00493B
(0,73,59)
#004034
(0,64,52)
#00372D
(0,55,45)
#002E26
(0,46,38)
#00251F
(0,37,31)
#001C18
(0,28,24)
#001311
(0,19,17)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #006450

#006450
(0,100,80)
#17725F
(23,114,95)
#2E806E
(46,128,110)
#458E7D
(69,142,125)
#5C9C8C
(92,156,140)
#73AA9B
(115,170,155)
#8AB8AA
(138,184,170)
#A1C6B9
(161,198,185)
#B8D4C8
(184,212,200)
#CFE2D7
(207,226,215)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006450; }

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

This text font color is #006450.


Background Color

.myBgColor { background-color: #006450; }

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

This div background color is #006450.


Border color

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

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

This div border color is #006450.


Opacity

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

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

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

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

This text has shadow with #006450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006450 on black background.


Color preview on white background

This text has color #006450 on white background.



Black color preview on #006450 background

This text has black color on #006450 background.


White color preview on #006450 background

This text has white color on #006450 background.