COLOR #00061D

HEX: #00061D
RGB: (0,6,29)

Color info

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

RGB color model

#00061D color RGB value is (0,6,29).

  • red value is 0;
  • green value is 6;
  • blue value is 29.
RGB:
(0,6,29)
(0%,2%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 6 of 255 = 2%
B 29 of 255 = 11%

0
6
29

R + G + B ~ 4%. #00061D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 29 = 35 (100%)
R 0 of 35 ~ 0%
G 6 of 35 ~ 17.14%
B 29 of 35 ~ 82.86%

%17.14
%82.86

CMYK color model

#00061D color CMYK value is (100,79,0,89).

  • cyan value is 100.00%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(100,79,0,89)
C100M79Y0K89 
(100%,79%,0%,89%)
(1.00/0.79/0.00/0.89)	

CMYK percentages

%100
%79.31
%0
%88.63

Codes

Color #00061D in popluar color models

00061D
RGB0629
HSL228°100.00%5.69%
HSB/HSV228°100.00%11.37%
CMYK100.00%79.31%0.00%
88.63%

Color #00061D in popluar number systems.

HEX00061D
Decimal0629
Binary011011101
Octal0635

Shades and tints

Shades of #00061D

#00061D
(0,6,29)
#00061B
(0,6,27)
#000619
(0,6,25)
#000617
(0,6,23)
#000615
(0,6,21)
#000613
(0,6,19)
#000611
(0,6,17)
#00060F
(0,6,15)
#00060D
(0,6,13)
#00060B
(0,6,11)
#000609
(0,6,9)
#000000
(0,0,0)

Tints of #00061D

#00061D
(0,6,29)
#171C31
(23,28,49)
#2E3245
(46,50,69)
#454859
(69,72,89)
#5C5E6D
(92,94,109)
#737481
(115,116,129)
#8A8A95
(138,138,149)
#A1A0A9
(161,160,169)
#B8B6BD
(184,182,189)
#CFCCD1
(207,204,209)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00061D color. Also use rgb(0,6,29) instead hex code.

Text Font Color

.myTextColor { color: #00061D; }

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

This text font color is #00061D.


Background Color

.myBgColor { background-color: #00061D; }

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

This div background color is #00061D.


Border color

.myBorderColor { border: 1px solid #00061D; }

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

This div border color is #00061D.


Opacity

.myOpacity80 { color: #00061D; opacity: 0.8; }

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

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

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

This text has shadow with #00061D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00061D on black background.


Color preview on white background

This text has color #00061D on white background.



Black color preview on #00061D background

This text has black color on #00061D background.


White color preview on #00061D background

This text has white color on #00061D background.