COLOR #002E4D

HEX: #002E4D
RGB: (0,46,77)

Color info

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

RGB color model

#002E4D color RGB value is (0,46,77).

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

RGB channels and saturation

R 0 of 255 = 0%
G 46 of 255 = 18%
B 77 of 255 = 30%

0
46
77

R + G + B ~ 16%. #002E4D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 46 + 77 = 123 (100%)
R 0 of 123 ~ 0%
G 46 of 123 ~ 37.4%
B 77 of 123 ~ 62.6%

%37.4
%62.6

CMYK color model

#002E4D color CMYK value is (100,40,0,70).

  • cyan value is 100.00%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(100,40,0,70)
C100M40Y0K70 
(100%,40%,0%,70%)
(1.00/0.40/0.00/0.70)	

CMYK percentages

%100
%40.26
%0
%69.8

Codes

Color #002E4D in popluar color models

002E4D
RGB04677
HSL204°100.00%15.10%
HSB/HSV204°100.00%30.20%
CMYK100.00%40.26%0.00%
69.80%

Color #002E4D in popluar number systems.

HEX002E4D
Decimal04677
Binary01011101001101
Octal056115

Shades and tints

Shades of #002E4D

#002E4D
(0,46,77)
#002A46
(0,42,70)
#00263F
(0,38,63)
#002238
(0,34,56)
#001E31
(0,30,49)
#001A2A
(0,26,42)
#001623
(0,22,35)
#00121C
(0,18,28)
#000E15
(0,14,21)
#000A0E
(0,10,14)
#000607
(0,6,7)
#000000
(0,0,0)

Tints of #002E4D

#002E4D
(0,46,77)
#17415D
(23,65,93)
#2E546D
(46,84,109)
#45677D
(69,103,125)
#5C7A8D
(92,122,141)
#738D9D
(115,141,157)
#8AA0AD
(138,160,173)
#A1B3BD
(161,179,189)
#B8C6CD
(184,198,205)
#CFD9DD
(207,217,221)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002E4D color. Also use rgb(0,46,77) instead hex code.

Text Font Color

.myTextColor { color: #002E4D; }

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

This text font color is #002E4D.


Background Color

.myBgColor { background-color: #002E4D; }

<div style="background-color:#002E4D">Inner text</div>

This div background color is #002E4D.


Border color

.myBorderColor { border: 1px solid #002E4D; }

<div style="border:3px solid #002E4D">Div</div>

This div border color is #002E4D.


Opacity

.myOpacity80 { color: #002E4D; opacity: 0.8; }

<p style="color:#002E4D;opacity:0.8;">80%</p>

Text with #002E4D 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 #002E4D;}

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

This text has shadow with #002E4D color.

.textShadow {text-shadow: 3px 3px 1px #002E4D, 3px 3px 1px red;}

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

This text has shadow with #002E4D primary color and red secondary color.


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

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

This text has shadow with #002E4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002E4D on black background.


Color preview on white background

This text has color #002E4D on white background.



Black color preview on #002E4D background

This text has black color on #002E4D background.


White color preview on #002E4D background

This text has white color on #002E4D background.