COLOR #061200

HEX: #061200
RGB: (6,18,0)

Color info

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

RGB color model

#061200 color RGB value is (6,18,0).

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

RGB channels and saturation

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

6
18
0

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

Portions of RGB colors in percentages

R + G + B =
6 + 18 + 0 = 24 (100%)
R 6 of 24 ~ 25%
G 18 of 24 ~ 75%
B 0 of 24 ~ 0%

%25
%75

CMYK color model

#061200 color CMYK value is (67,0,100,93).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.94%
CMYK:
(67,0,100,93)
C67M0Y100K93 
(67%,0%,100%,93%)
(0.67/0.00/1.00/0.93)	

CMYK percentages

%66.67
%0
%100
%92.94

Codes

Color #061200 in popluar color models

061200
RGB6180
HSL100°100.00%3.53%
HSB/HSV100°100.00%7.06%
CMYK66.67%0.00%100.00%
92.94%

Color #061200 in popluar number systems.

HEX061200
Decimal6180
Binary110100100
Octal6220

Shades and tints

Shades of #061200

#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)
#060900
(6,9,0)
#060800
(6,8,0)
#000000
(0,0,0)

Tints of #061200

#061200
(6,18,0)
#1C2717
(28,39,23)
#323C2E
(50,60,46)
#485145
(72,81,69)
#5E665C
(94,102,92)
#747B73
(116,123,115)
#8A908A
(138,144,138)
#A0A5A1
(160,165,161)
#B6BAB8
(182,186,184)
#CCCFCF
(204,207,207)
#E2E4E6
(226,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061200; }

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

This text font color is #061200.


Background Color

.myBgColor { background-color: #061200; }

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

This div background color is #061200.


Border color

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

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

This div border color is #061200.


Opacity

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

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

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

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

This text has shadow with #061200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061200 on black background.


Color preview on white background

This text has color #061200 on white background.



Black color preview on #061200 background

This text has black color on #061200 background.


White color preview on #061200 background

This text has white color on #061200 background.