COLOR #00242E

HEX: #00242E
RGB: (0,36,46)

Color info

#00242E contains only green and blue colors. Web safe color of #00242E is #003333 (or #033).

RGB color model

#00242E color RGB value is (0,36,46).

  • red value is 0;
  • green value is 36;
  • blue value is 46.
RGB:
(0,36,46)
(0%,14%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 36 of 255 = 14%
B 46 of 255 = 18%

0
36
46

R + G + B ~ 11%. #00242E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 36 + 46 = 82 (100%)
R 0 of 82 ~ 0%
G 36 of 82 ~ 43.9%
B 46 of 82 ~ 56.1%

%43.9
%56.1

CMYK color model

#00242E color CMYK value is (100,22,0,82).

  • cyan value is 100.00%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(100,22,0,82)
C100M22Y0K82 
(100%,22%,0%,82%)
(1.00/0.22/0.00/0.82)	

CMYK percentages

%100
%21.74
%0
%81.96

Codes

Color #00242E in popluar color models

00242E
RGB03646
HSL193°100.00%9.02%
HSB/HSV193°100.00%18.04%
CMYK100.00%21.74%0.00%
81.96%

Color #00242E in popluar number systems.

HEX00242E
Decimal03646
Binary0100100101110
Octal04456

Shades and tints

Shades of #00242E

#00242E
(0,36,46)
#00212A
(0,33,42)
#001E26
(0,30,38)
#001B22
(0,27,34)
#00181E
(0,24,30)
#00151A
(0,21,26)
#001216
(0,18,22)
#000F12
(0,15,18)
#000C0E
(0,12,14)
#00090A
(0,9,10)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #00242E

#00242E
(0,36,46)
#173741
(23,55,65)
#2E4A54
(46,74,84)
#455D67
(69,93,103)
#5C707A
(92,112,122)
#73838D
(115,131,141)
#8A96A0
(138,150,160)
#A1A9B3
(161,169,179)
#B8BCC6
(184,188,198)
#CFCFD9
(207,207,217)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00242E color. Also use rgb(0,36,46) instead hex code.

Text Font Color

.myTextColor { color: #00242E; }

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

This text font color is #00242E.


Background Color

.myBgColor { background-color: #00242E; }

<div style="background-color:#00242E">Inner text</div>

This div background color is #00242E.


Border color

.myBorderColor { border: 1px solid #00242E; }

<div style="border:3px solid #00242E">Div</div>

This div border color is #00242E.


Opacity

.myOpacity80 { color: #00242E; opacity: 0.8; }

<p style="color:#00242E;opacity:0.8;">80%</p>

Text with #00242E 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 #00242E;}

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

This text has shadow with #00242E color.

.textShadow {text-shadow: 3px 3px 1px #00242E, 3px 3px 1px red;}

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

This text has shadow with #00242E primary color and red secondary color.


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

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

This text has shadow with #00242E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00242E on black background.


Color preview on white background

This text has color #00242E on white background.



Black color preview on #00242E background

This text has black color on #00242E background.


White color preview on #00242E background

This text has white color on #00242E background.