COLOR #061900

HEX: #061900 RGB: (6,25,0)

Color info

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

RGB color model

#061900 color RGB value is (6,25,0).

RGB: (6,25,0) (2%, 10%, 0%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 0 of 255 = 0%

6
25
0

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

Portions of RGB colors in percentages

R + G + B = 6 + 25 + 0 = 31 (100%)
R 6 of 31 ~ 19.35%
G 25 of 31 ~ 80.65%
B 0 of 31 ~ 0'%

%19.35
%80.65

CMYK color model

#061900 color CMYK value is (76,0,100,90).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 90.20%

CMYK: (76,0,100,90)
C76M0Y100K90 (76%, 0%, 100%, 90%)
(0.76 / 0.00 / 1.00 / 0.90)

CMYK percentages

%76
%0
%100
%90.2

Codes

Color #061900 in popluar color models

06 19 00
RGB 6 25 0
HSL 106° 100.00% 4.90%
HSB/HSV 106° 100.00% 9.80%
CMYK 76.00% 0.00% 100.00%
90.20%

Color #061900 in popluar number systems.

HEX 06 19 00
Decimal 6 25 0
Binary 110 11001 0
Octal 6 31 0

Shades and tints

Shades of #061900

#061900
(6,25,0)
#061700
(6,23,0)
#061500
(6,21,0)
#061300
(6,19,0)
#061100
(6,17,0)
#060F00
(6,15,0)
#060D00
(6,13,0)
#060B00
(6,11,0)
#060900
(6,9,0)
#060700
(6,7,0)
#060500
(6,5,0)
#000000
(0,0,0)

Tints of #061900

#061900
(6,25,0)
#1C2D17
(28,45,23)
#32412E
(50,65,46)
#485545
(72,85,69)
#5E695C
(94,105,92)
#747D73
(116,125,115)
#8A918A
(138,145,138)
#A0A5A1
(160,165,161)
#B6B9B8
(182,185,184)
#CCCDCF
(204,205,207)
#E2E1E6
(226,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061900; }

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

This text font color is #061900.

Background Color

.myBgColor { background-color: #061900; }

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

This div background color is #061900.

Border color

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

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

This div border color is #061900.

Opacity

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

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

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

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

This text has shadow with #061900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061900.

Preview

Color preview on black background

This text has color #061900 on black background.


Color preview on white background

This text has color #061900 on white background.


Black color preview on #061900 background

This text has black color on #061900 background.


White color preview on #061900 background

This text has white color on #061900 background.


Related colors

Complementary color

Complementary color for #hex is #F9E6FF.


I love getcolorcode.com

Triadic colors

1 #000619 and #190006 with #061900 are triadic colors.

2 #001906 and #190600 with #061900 are triadic colors.