COLOR #00182C

HEX: #00182C
RGB: (0,24,44)

Color info

#00182C contains only green and blue colors. Web safe color of #00182C is #000033 (or #003).

RGB color model

#00182C color RGB value is (0,24,44).

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

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 44 of 255 = 17%

0
24
44

R + G + B ~ 9%. #00182C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 44 = 68 (100%)
R 0 of 68 ~ 0%
G 24 of 68 ~ 35.29%
B 44 of 68 ~ 64.71%

%35.29
%64.71

CMYK color model

#00182C color CMYK value is (100,45,0,83).

  • cyan value is 100.00%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(100,45,0,83)
C100M45Y0K83 
(100%,45%,0%,83%)
(1.00/0.45/0.00/0.83)	

CMYK percentages

%100
%45.45
%0
%82.75

Codes

Color #00182C in popluar color models

00182C
RGB02444
HSL207°100.00%8.63%
HSB/HSV207°100.00%17.25%
CMYK100.00%45.45%0.00%
82.75%

Color #00182C in popluar number systems.

HEX00182C
Decimal02444
Binary011000101100
Octal03054

Shades and tints

Shades of #00182C

#00182C
(0,24,44)
#001628
(0,22,40)
#001424
(0,20,36)
#001220
(0,18,32)
#00101C
(0,16,28)
#000E18
(0,14,24)
#000C14
(0,12,20)
#000A10
(0,10,16)
#00080C
(0,8,12)
#000608
(0,6,8)
#000404
(0,4,4)
#000000
(0,0,0)

Tints of #00182C

#00182C
(0,24,44)
#172D3F
(23,45,63)
#2E4252
(46,66,82)
#455765
(69,87,101)
#5C6C78
(92,108,120)
#73818B
(115,129,139)
#8A969E
(138,150,158)
#A1ABB1
(161,171,177)
#B8C0C4
(184,192,196)
#CFD5D7
(207,213,215)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00182C; }

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

This text font color is #00182C.


Background Color

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

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

This div background color is #00182C.


Border color

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

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

This div border color is #00182C.


Opacity

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

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

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

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

This text has shadow with #00182C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00182C on black background.


Color preview on white background

This text has color #00182C on white background.



Black color preview on #00182C background

This text has black color on #00182C background.


White color preview on #00182C background

This text has white color on #00182C background.