COLOR #061400

HEX: #061400 RGB: (6,20,0)

Color info

#061400 contains only red and green colors. Web safe color of #061400 is #000000 (or #000).

RGB color model

#061400 color RGB value is (6,20,0).

RGB: (6,20,0) (2%, 8%, 0%)

RGB channels and saturation

R 6 of 255 = 2%
G 20 of 255 = 8%
B 0 of 255 = 0%

6
20
0

R + G + B ~ 3%. #061400 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 20 + 0 = 26 (100%)
R 6 of 26 ~ 23.08%
G 20 of 26 ~ 76.92%
B 0 of 26 ~ 0'%

%23.08
%76.92

CMYK color model

#061400 color CMYK value is (70,0,100,92).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.16%

CMYK: (70,0,100,92)
C70M0Y100K92 (70%, 0%, 100%, 92%)
(0.70 / 0.00 / 1.00 / 0.92)

CMYK percentages

%70
%0
%100
%92.16

Codes

Color #061400 in popluar color models

06 14 00
RGB 6 20 0
HSL 102° 100.00% 3.92%
HSB/HSV 102° 100.00% 7.84%
CMYK 70.00% 0.00% 100.00%
92.16%

Color #061400 in popluar number systems.

HEX 06 14 00
Decimal 6 20 0
Binary 110 10100 0
Octal 6 24 0

Shades and tints

Shades of #061400

#061400
(6,20,0)
#061300
(6,19,0)
#061200
(6,18,0)
#061100
(6,17,0)
#061000
(6,16,0)
#060F00
(6,15,0)
#060E00
(6,14,0)
#060D00
(6,13,0)
#060C00
(6,12,0)
#060B00
(6,11,0)
#060A00
(6,10,0)
#000000
(0,0,0)

Tints of #061400

#061400
(6,20,0)
#1C2917
(28,41,23)
#323E2E
(50,62,46)
#485345
(72,83,69)
#5E685C
(94,104,92)
#747D73
(116,125,115)
#8A928A
(138,146,138)
#A0A7A1
(160,167,161)
#B6BCB8
(182,188,184)
#CCD1CF
(204,209,207)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061400; }

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

This text font color is #061400.

Background Color

.myBgColor { background-color: #061400; }

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

This div background color is #061400.

Border color

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

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

This div border color is #061400.

Opacity

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

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

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

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

This text has shadow with #061400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061400.

Preview

Color preview on black background

This text has color #061400 on black background.


Color preview on white background

This text has color #061400 on white background.


Black color preview on #061400 background

This text has black color on #061400 background.


White color preview on #061400 background

This text has white color on #061400 background.


Related colors

Complementary color

Complementary color for #hex is #F9EBFF.


I love getcolorcode.com

Triadic colors

1 #000614 and #140006 with #061400 are triadic colors.

2 #001406 and #140600 with #061400 are triadic colors.