COLOR #060C00

HEX: #060C00
RGB: (6,12,0)

Color info

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

RGB color model

#060C00 color RGB value is (6,12,0).

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

RGB channels and saturation

R 6 of 255 = 2%
G 12 of 255 = 5%
B 0 of 255 = 0%

6
12
0

R + G + B ~ 2%. #060C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 12 + 0 = 18 (100%)
R 6 of 18 ~ 33.33%
G 12 of 18 ~ 66.67%
B 0 of 18 ~ 0%

%33.33
%66.67

CMYK color model

#060C00 color CMYK value is (50,0,100,95).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 95.29%
CMYK:
(50,0,100,95)
C50M0Y100K95 
(50%,0%,100%,95%)
(0.50/0.00/1.00/0.95)	

CMYK percentages

%50
%0
%100
%95.29

Codes

Color #060C00 in popluar color models

060C00
RGB6120
HSL90°100.00%2.35%
HSB/HSV90°100.00%4.71%
CMYK50.00%0.00%100.00%
95.29%

Color #060C00 in popluar number systems.

HEX060C00
Decimal6120
Binary11011000
Octal6140

Shades and tints

Shades of #060C00

#060C00
(6,12,0)
#060B00
(6,11,0)
#060A00
(6,10,0)
#060900
(6,9,0)
#060800
(6,8,0)
#060700
(6,7,0)
#060600
(6,6,0)
#060500
(6,5,0)
#060400
(6,4,0)
#060300
(6,3,0)
#060200
(6,2,0)
#000000
(0,0,0)

Tints of #060C00

#060C00
(6,12,0)
#1C2217
(28,34,23)
#32382E
(50,56,46)
#484E45
(72,78,69)
#5E645C
(94,100,92)
#747A73
(116,122,115)
#8A908A
(138,144,138)
#A0A6A1
(160,166,161)
#B6BCB8
(182,188,184)
#CCD2CF
(204,210,207)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060C00; }

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

This text font color is #060C00.


Background Color

.myBgColor { background-color: #060C00; }

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

This div background color is #060C00.


Border color

.myBorderColor { border: 1px solid #060C00; }

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

This div border color is #060C00.


Opacity

.myOpacity80 { color: #060C00; opacity: 0.8; }

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

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

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

This text has shadow with #060C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060C00 on black background.


Color preview on white background

This text has color #060C00 on white background.



Black color preview on #060C00 background

This text has black color on #060C00 background.


White color preview on #060C00 background

This text has white color on #060C00 background.