COLOR #01240C

HEX: #01240C
RGB: (1,36,12)

Color info

#01240C contains red, green and blue colors in about the same proportion. Web safe color of #01240C is #003300 (or #030).

RGB color model

#01240C color RGB value is (1,36,12).

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

RGB channels and saturation

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

1
36
12

R + G + B ~ 6%. #01240C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 36 + 12 = 49 (100%)
R 1 of 49 ~ 2.04%
G 36 of 49 ~ 73.47%
B 12 of 49 ~ 24.49%

%73.47
%24.49

CMYK color model

#01240C color CMYK value is (97,0,67,86).

  • cyan value is 97.22%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 85.88%
CMYK:
(97,0,67,86)
C97M0Y67K86 
(97%,0%,67%,86%)
(0.97/0.00/0.67/0.86)	

CMYK percentages

%97.22
%0
%66.67
%85.88

Codes

Color #01240C in popluar color models

01240C
RGB13612
HSL139°94.59%7.25%
HSB/HSV139°97.22%14.12%
CMYK97.22%0.00%66.67%
85.88%

Color #01240C in popluar number systems.

HEX01240C
Decimal13612
Binary11001001100
Octal14414

Shades and tints

Shades of #01240C

#01240C
(1,36,12)
#01210B
(1,33,11)
#011E0A
(1,30,10)
#011B09
(1,27,9)
#011808
(1,24,8)
#011507
(1,21,7)
#011206
(1,18,6)
#010F05
(1,15,5)
#010C04
(1,12,4)
#010903
(1,9,3)
#010602
(1,6,2)
#000000
(0,0,0)

Tints of #01240C

#01240C
(1,36,12)
#183722
(24,55,34)
#2F4A38
(47,74,56)
#465D4E
(70,93,78)
#5D7064
(93,112,100)
#74837A
(116,131,122)
#8B9690
(139,150,144)
#A2A9A6
(162,169,166)
#B9BCBC
(185,188,188)
#D0CFD2
(208,207,210)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01240C color. Also use rgb(1,36,12) instead hex code.

Text Font Color

.myTextColor { color: #01240C; }

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

This text font color is #01240C.


Background Color

.myBgColor { background-color: #01240C; }

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

This div background color is #01240C.


Border color

.myBorderColor { border: 1px solid #01240C; }

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

This div border color is #01240C.


Opacity

.myOpacity80 { color: #01240C; opacity: 0.8; }

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

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

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

This text has shadow with #01240C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01240C on black background.


Color preview on white background

This text has color #01240C on white background.



Black color preview on #01240C background

This text has black color on #01240C background.


White color preview on #01240C background

This text has white color on #01240C background.