COLOR #010C00

HEX: #010C00
RGB: (1,12,0)

Color info

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

RGB color model

#010C00 color RGB value is (1,12,0).

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

RGB channels and saturation

R 1 of 255 = 0%
G 12 of 255 = 5%
B 0 of 255 = 0%

1
12
0

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

Portions of RGB colors in percentages

R + G + B =
1 + 12 + 0 = 13 (100%)
R 1 of 13 ~ 7.69%
G 12 of 13 ~ 92.31%
B 0 of 13 ~ 0%

%92.31

CMYK color model

#010C00 color CMYK value is (92,0,100,95).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 95.29%
CMYK:
(92,0,100,95)
C92M0Y100K95 
(92%,0%,100%,95%)
(0.92/0.00/1.00/0.95)	

CMYK percentages

%91.67
%0
%100
%95.29

Codes

Color #010C00 in popluar color models

010C00
RGB1120
HSL115°100.00%2.35%
HSB/HSV115°100.00%4.71%
CMYK91.67%0.00%100.00%
95.29%

Color #010C00 in popluar number systems.

HEX010C00
Decimal1120
Binary111000
Octal1140

Shades and tints

Shades of #010C00

#010C00
(1,12,0)
#010B00
(1,11,0)
#010A00
(1,10,0)
#010900
(1,9,0)
#010800
(1,8,0)
#010700
(1,7,0)
#010600
(1,6,0)
#010500
(1,5,0)
#010400
(1,4,0)
#010300
(1,3,0)
#010200
(1,2,0)
#000000
(0,0,0)

Tints of #010C00

#010C00
(1,12,0)
#182217
(24,34,23)
#2F382E
(47,56,46)
#464E45
(70,78,69)
#5D645C
(93,100,92)
#747A73
(116,122,115)
#8B908A
(139,144,138)
#A2A6A1
(162,166,161)
#B9BCB8
(185,188,184)
#D0D2CF
(208,210,207)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010C00; }

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

This text font color is #010C00.


Background Color

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

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

This div background color is #010C00.


Border color

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

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

This div border color is #010C00.


Opacity

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

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

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

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

This text has shadow with #010C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010C00 on black background.


Color preview on white background

This text has color #010C00 on white background.



Black color preview on #010C00 background

This text has black color on #010C00 background.


White color preview on #010C00 background

This text has white color on #010C00 background.