COLOR #01180C

HEX: #01180C
RGB: (1,24,12)

Color info

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

RGB color model

#01180C color RGB value is (1,24,12).

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

RGB channels and saturation

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

1
24
12

R + G + B ~ 5%. #01180C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 24 + 12 = 37 (100%)
R 1 of 37 ~ 2.7%
G 24 of 37 ~ 64.86%
B 12 of 37 ~ 32.43%

%64.86
%32.43

CMYK color model

#01180C color CMYK value is (96,0,50,91).

  • cyan value is 95.83%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 90.59%
CMYK:
(96,0,50,91)
C96M0Y50K91 
(96%,0%,50%,91%)
(0.96/0.00/0.50/0.91)	

CMYK percentages

%95.83
%0
%50
%90.59

Codes

Color #01180C in popluar color models

01180C
RGB12412
HSL149°92.00%4.90%
HSB/HSV149°95.83%9.41%
CMYK95.83%0.00%50.00%
90.59%

Color #01180C in popluar number systems.

HEX01180C
Decimal12412
Binary1110001100
Octal13014

Shades and tints

Shades of #01180C

#01180C
(1,24,12)
#01160B
(1,22,11)
#01140A
(1,20,10)
#011209
(1,18,9)
#011008
(1,16,8)
#010E07
(1,14,7)
#010C06
(1,12,6)
#010A05
(1,10,5)
#010804
(1,8,4)
#010603
(1,6,3)
#010402
(1,4,2)
#000000
(0,0,0)

Tints of #01180C

#01180C
(1,24,12)
#182D22
(24,45,34)
#2F4238
(47,66,56)
#46574E
(70,87,78)
#5D6C64
(93,108,100)
#74817A
(116,129,122)
#8B9690
(139,150,144)
#A2ABA6
(162,171,166)
#B9C0BC
(185,192,188)
#D0D5D2
(208,213,210)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01180C; }

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

This text font color is #01180C.


Background Color

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

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

This div background color is #01180C.


Border color

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

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

This div border color is #01180C.


Opacity

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

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

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

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

This text has shadow with #01180C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01180C on black background.


Color preview on white background

This text has color #01180C on white background.



Black color preview on #01180C background

This text has black color on #01180C background.


White color preview on #01180C background

This text has white color on #01180C background.