COLOR #00062E

HEX: #00062E RGB: (0,6,46)

Color info

#00062E contains only green and blue colors. Web safe color of #00062E is #000033 (or #003).

RGB color model

#00062E color RGB value is (0,6,46).

RGB: (0,6,46) (0%, 2%, 18%)

RGB channels and saturation

R 0 of 255 = 0%
G 6 of 255 = 2%
B 46 of 255 = 18%

0
6
46

R + G + B ~ 7%. #00062E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 6 + 46 = 52 (100%)
R 0 of 52 ~ 0%
G 6 of 52 ~ 11.54%
B 46 of 52 ~ 88.46'%

%11.54
%88.46

CMYK color model

#00062E color CMYK value is (100,87,0,82).

  • cyan value is 100.00%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (100,87,0,82)
C100M87Y0K82 (100%, 87%, 0%, 82%)
(1.00 / 0.87 / 0.00 / 0.82)

CMYK percentages

%100
%86.96
%0
%81.96

Codes

Color #00062E in popluar color models

00 06 2E
RGB 0 6 46
HSL 232° 100.00% 9.02%
HSB/HSV 232° 100.00% 18.04%
CMYK 100.00% 86.96% 0.00%
81.96%

Color #00062E in popluar number systems.

HEX 00 06 2E
Decimal 0 6 46
Binary 0 110 101110
Octal 0 6 56

Shades and tints

Shades of #00062E

#00062E
(0,6,46)
#00062A
(0,6,42)
#000626
(0,6,38)
#000622
(0,6,34)
#00061E
(0,6,30)
#00061A
(0,6,26)
#000616
(0,6,22)
#000612
(0,6,18)
#00060E
(0,6,14)
#00060A
(0,6,10)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #00062E

#00062E
(0,6,46)
#171C41
(23,28,65)
#2E3254
(46,50,84)
#454867
(69,72,103)
#5C5E7A
(92,94,122)
#73748D
(115,116,141)
#8A8AA0
(138,138,160)
#A1A0B3
(161,160,179)
#B8B6C6
(184,182,198)
#CFCCD9
(207,204,217)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00062E color. Also use rgb(0,6,46) instead hex code.

Text Font Color

.myTextColor { color: #00062E; }

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

This text font color is #00062E.

Background Color

.myBgColor { background-color: #00062E; }

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

This div background color is #00062E.

Border color

.myBorderColor { border: 1px solid #00062E; }

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

This div border color is #00062E.

Opacity

.myOpacity80 { color: #00062E; opacity: 0.8; }

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

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

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

This text has shadow with #00062E color.


.textShadow {text-shadow: 3px 3px 1px #00062E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00062E; -webkit-box-shadow: 1px 1px 3px 2px #00062E; box-shadow:1px 1px 3px 2px #00062E;">
Div content here
</div>

This div box has shadow with color #00062E.

Preview

Color preview on black background

This text has color #00062E on black background.


Color preview on white background

This text has color #00062E on white background.


Black color preview on #00062E background

This text has black color on #00062E background.


White color preview on #00062E background

This text has white color on #00062E background.


Related colors

Complementary color

Complementary color for #hex is #FFF9D1.


I love getcolorcode.com

Triadic colors

1 #2E0006 and #062E00 with #00062E are triadic colors.

2 #2E0600 and #06002E with #00062E are triadic colors.