COLOR #00180F

HEX: #00180F
RGB: (0,24,15)

Color info

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

RGB color model

#00180F color RGB value is (0,24,15).

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

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 15 of 255 = 6%

0
24
15

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

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 15 = 39 (100%)
R 0 of 39 ~ 0%
G 24 of 39 ~ 61.54%
B 15 of 39 ~ 38.46%

%61.54
%38.46

CMYK color model

#00180F color CMYK value is (100,0,38,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 90.59%
CMYK:
(100,0,38,91)
C100M0Y38K91 
(100%,0%,38%,91%)
(1.00/0.00/0.38/0.91)	

CMYK percentages

%100
%0
%37.5
%90.59

Codes

Color #00180F in popluar color models

00180F
RGB02415
HSL158°100.00%4.71%
HSB/HSV158°100.00%9.41%
CMYK100.00%0.00%37.50%
90.59%

Color #00180F in popluar number systems.

HEX00180F
Decimal02415
Binary0110001111
Octal03017

Shades and tints

Shades of #00180F

#00180F
(0,24,15)
#00160E
(0,22,14)
#00140D
(0,20,13)
#00120C
(0,18,12)
#00100B
(0,16,11)
#000E0A
(0,14,10)
#000C09
(0,12,9)
#000A08
(0,10,8)
#000807
(0,8,7)
#000606
(0,6,6)
#000405
(0,4,5)
#000000
(0,0,0)

Tints of #00180F

#00180F
(0,24,15)
#172D24
(23,45,36)
#2E4239
(46,66,57)
#45574E
(69,87,78)
#5C6C63
(92,108,99)
#738178
(115,129,120)
#8A968D
(138,150,141)
#A1ABA2
(161,171,162)
#B8C0B7
(184,192,183)
#CFD5CC
(207,213,204)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00180F; }

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

This text font color is #00180F.


Background Color

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

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

This div background color is #00180F.


Border color

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

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

This div border color is #00180F.


Opacity

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

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

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

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

This text has shadow with #00180F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00180F on black background.


Color preview on white background

This text has color #00180F on white background.



Black color preview on #00180F background

This text has black color on #00180F background.


White color preview on #00180F background

This text has white color on #00180F background.