COLOR #010E0C

HEX: #010E0C
RGB: (1,14,12)

Color info

#010E0C contains red, green and blue colors in about the same proportion. Web safe color of #010E0C is #000000 (or #000).

RGB color model

#010E0C color RGB value is (1,14,12).

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

RGB channels and saturation

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

1
14
12

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

Portions of RGB colors in percentages

R + G + B =
1 + 14 + 12 = 27 (100%)
R 1 of 27 ~ 3.7%
G 14 of 27 ~ 51.85%
B 12 of 27 ~ 44.44%

%51.85
%44.44

CMYK color model

#010E0C color CMYK value is (93,0,14,95).

  • cyan value is 92.86%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 94.51%
CMYK:
(93,0,14,95)
C93M0Y14K95 
(93%,0%,14%,95%)
(0.93/0.00/0.14/0.95)	

CMYK percentages

%92.86
%0
%14.29
%94.51

Codes

Color #010E0C in popluar color models

010E0C
RGB11412
HSL171°86.67%2.94%
HSB/HSV171°92.86%5.49%
CMYK92.86%0.00%14.29%
94.51%

Color #010E0C in popluar number systems.

HEX010E0C
Decimal11412
Binary111101100
Octal11614

Shades and tints

Shades of #010E0C

#010E0C
(1,14,12)
#010D0B
(1,13,11)
#010C0A
(1,12,10)
#010B09
(1,11,9)
#010A08
(1,10,8)
#010907
(1,9,7)
#010806
(1,8,6)
#010705
(1,7,5)
#010604
(1,6,4)
#010503
(1,5,3)
#010402
(1,4,2)
#000000
(0,0,0)

Tints of #010E0C

#010E0C
(1,14,12)
#182322
(24,35,34)
#2F3838
(47,56,56)
#464D4E
(70,77,78)
#5D6264
(93,98,100)
#74777A
(116,119,122)
#8B8C90
(139,140,144)
#A2A1A6
(162,161,166)
#B9B6BC
(185,182,188)
#D0CBD2
(208,203,210)
#E7E0E8
(231,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010E0C; }

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

This text font color is #010E0C.


Background Color

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

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

This div background color is #010E0C.


Border color

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

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

This div border color is #010E0C.


Opacity

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

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

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

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

This text has shadow with #010E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010E0C on black background.


Color preview on white background

This text has color #010E0C on white background.



Black color preview on #010E0C background

This text has black color on #010E0C background.


White color preview on #010E0C background

This text has white color on #010E0C background.