COLOR #00061C

HEX: #00061C
RGB: (0,6,28)

Color info

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

RGB color model

#00061C color RGB value is (0,6,28).

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

RGB channels and saturation

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

0
6
28

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

Portions of RGB colors in percentages

R + G + B =
0 + 6 + 28 = 34 (100%)
R 0 of 34 ~ 0%
G 6 of 34 ~ 17.65%
B 28 of 34 ~ 82.35%

%17.65
%82.35

CMYK color model

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

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

CMYK percentages

%100
%78.57
%0
%89.02

Codes

Color #00061C in popluar color models

00061C
RGB0628
HSL227°100.00%5.49%
HSB/HSV227°100.00%10.98%
CMYK100.00%78.57%0.00%
89.02%

Color #00061C in popluar number systems.

HEX00061C
Decimal0628
Binary011011100
Octal0634

Shades and tints

Shades of #00061C

#00061C
(0,6,28)
#00061A
(0,6,26)
#000618
(0,6,24)
#000616
(0,6,22)
#000614
(0,6,20)
#000612
(0,6,18)
#000610
(0,6,16)
#00060E
(0,6,14)
#00060C
(0,6,12)
#00060A
(0,6,10)
#000608
(0,6,8)
#000000
(0,0,0)

Tints of #00061C

#00061C
(0,6,28)
#171C30
(23,28,48)
#2E3244
(46,50,68)
#454858
(69,72,88)
#5C5E6C
(92,94,108)
#737480
(115,116,128)
#8A8A94
(138,138,148)
#A1A0A8
(161,160,168)
#B8B6BC
(184,182,188)
#CFCCD0
(207,204,208)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00061C; }

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

This text font color is #00061C.


Background Color

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

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

This div background color is #00061C.


Border color

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

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

This div border color is #00061C.


Opacity

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

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

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

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

This text has shadow with #00061C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00061C on black background.


Color preview on white background

This text has color #00061C on white background.



Black color preview on #00061C background

This text has black color on #00061C background.


White color preview on #00061C background

This text has white color on #00061C background.