COLOR #00180C

HEX: #00180C
RGB: (0,24,12)

Color info

#00180C contains only green and blue colors. Web safe color of #00180C is #000000 (or #000).

RGB color model

#00180C color RGB value is (0,24,12).

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

RGB channels and saturation

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

0
24
12

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

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 12 = 36 (100%)
R 0 of 36 ~ 0%
G 24 of 36 ~ 66.67%
B 12 of 36 ~ 33.33%

%66.67
%33.33

CMYK color model

#00180C color CMYK value is (100,0,50,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 90.59%
CMYK:
(100,0,50,91)
C100M0Y50K91 
(100%,0%,50%,91%)
(1.00/0.00/0.50/0.91)	

CMYK percentages

%100
%0
%50
%90.59

Codes

Color #00180C in popluar color models

00180C
RGB02412
HSL150°100.00%4.71%
HSB/HSV150°100.00%9.41%
CMYK100.00%0.00%50.00%
90.59%

Color #00180C in popluar number systems.

HEX00180C
Decimal02412
Binary0110001100
Octal03014

Shades and tints

Shades of #00180C

#00180C
(0,24,12)
#00160B
(0,22,11)
#00140A
(0,20,10)
#001209
(0,18,9)
#001008
(0,16,8)
#000E07
(0,14,7)
#000C06
(0,12,6)
#000A05
(0,10,5)
#000804
(0,8,4)
#000603
(0,6,3)
#000402
(0,4,2)
#000000
(0,0,0)

Tints of #00180C

#00180C
(0,24,12)
#172D22
(23,45,34)
#2E4238
(46,66,56)
#45574E
(69,87,78)
#5C6C64
(92,108,100)
#73817A
(115,129,122)
#8A9690
(138,150,144)
#A1ABA6
(161,171,166)
#B8C0BC
(184,192,188)
#CFD5D2
(207,213,210)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00180C; }

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

This text font color is #00180C.


Background Color

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

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

This div background color is #00180C.


Border color

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

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

This div border color is #00180C.


Opacity

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

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

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

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

This text has shadow with #00180C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00180C on black background.


Color preview on white background

This text has color #00180C on white background.



Black color preview on #00180C background

This text has black color on #00180C background.


White color preview on #00180C background

This text has white color on #00180C background.