COLOR #003E5E

HEX: #003E5E
RGB: (0,62,94)

Color info

#003E5E contains only green and blue colors. Web safe color of #003E5E is #003366 (or #036).

RGB color model

#003E5E color RGB value is (0,62,94).

  • red value is 0;
  • green value is 62;
  • blue value is 94.
RGB:
(0,62,94)
(0%,24%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 62 of 255 = 24%
B 94 of 255 = 37%

0
62
94

R + G + B ~ 20%. #003E5E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 62 + 94 = 156 (100%)
R 0 of 156 ~ 0%
G 62 of 156 ~ 39.74%
B 94 of 156 ~ 60.26%

%39.74
%60.26

CMYK color model

#003E5E color CMYK value is (100,34,0,63).

  • cyan value is 100.00%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,34,0,63)
C100M34Y0K63 
(100%,34%,0%,63%)
(1.00/0.34/0.00/0.63)	

CMYK percentages

%100
%34.04
%0
%63.14

Codes

Color #003E5E in popluar color models

003E5E
RGB06294
HSL200°100.00%18.43%
HSB/HSV200°100.00%36.86%
CMYK100.00%34.04%0.00%
63.14%

Color #003E5E in popluar number systems.

HEX003E5E
Decimal06294
Binary01111101011110
Octal076136

Shades and tints

Shades of #003E5E

#003E5E
(0,62,94)
#003956
(0,57,86)
#00344E
(0,52,78)
#002F46
(0,47,70)
#002A3E
(0,42,62)
#002536
(0,37,54)
#00202E
(0,32,46)
#001B26
(0,27,38)
#00161E
(0,22,30)
#001116
(0,17,22)
#000C0E
(0,12,14)
#000000
(0,0,0)

Tints of #003E5E

#003E5E
(0,62,94)
#174F6C
(23,79,108)
#2E607A
(46,96,122)
#457188
(69,113,136)
#5C8296
(92,130,150)
#7393A4
(115,147,164)
#8AA4B2
(138,164,178)
#A1B5C0
(161,181,192)
#B8C6CE
(184,198,206)
#CFD7DC
(207,215,220)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003E5E color. Also use rgb(0,62,94) instead hex code.

Text Font Color

.myTextColor { color: #003E5E; }

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

This text font color is #003E5E.


Background Color

.myBgColor { background-color: #003E5E; }

<div style="background-color:#003E5E">Inner text</div>

This div background color is #003E5E.


Border color

.myBorderColor { border: 1px solid #003E5E; }

<div style="border:3px solid #003E5E">Div</div>

This div border color is #003E5E.


Opacity

.myOpacity80 { color: #003E5E; opacity: 0.8; }

<p style="color:#003E5E;opacity:0.8;">80%</p>

Text with #003E5E 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 #003E5E;}

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

This text has shadow with #003E5E color.

.textShadow {text-shadow: 3px 3px 1px #003E5E, 3px 3px 1px red;}

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

This text has shadow with #003E5E primary color and red secondary color.


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

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

This text has shadow with #003E5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003E5E on black background.


Color preview on white background

This text has color #003E5E on white background.



Black color preview on #003E5E background

This text has black color on #003E5E background.


White color preview on #003E5E background

This text has white color on #003E5E background.