COLOR #003E53

HEX: #003E53 RGB: (0,62,83)

Color info

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

RGB color model

#003E53 color RGB value is (0,62,83).

RGB: (0,62,83) (0%, 24%, 33%)

RGB channels and saturation

R 0 of 255 = 0%
G 62 of 255 = 24%
B 83 of 255 = 33%

0
62
83

R + G + B ~ 19%. #003E53 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 62 + 83 = 145 (100%)
R 0 of 145 ~ 0%
G 62 of 145 ~ 42.76%
B 83 of 145 ~ 57.24'%

%42.76
%57.24

CMYK color model

#003E53 color CMYK value is (100,25,0,67).

  • cyan value is 100.00%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (100,25,0,67)
C100M25Y0K67 (100%, 25%, 0%, 67%)
(1.00 / 0.25 / 0.00 / 0.67)

CMYK percentages

%100
%25.3
%0
%67.45

Codes

Color #003E53 in popluar color models

00 3E 53
RGB 0 62 83
HSL 195° 100.00% 16.27%
HSB/HSV 195° 100.00% 32.55%
CMYK 100.00% 25.30% 0.00%
67.45%

Color #003E53 in popluar number systems.

HEX 00 3E 53
Decimal 0 62 83
Binary 0 111110 1010011
Octal 0 76 123

Shades and tints

Shades of #003E53

#003E53
(0,62,83)
#00394C
(0,57,76)
#003445
(0,52,69)
#002F3E
(0,47,62)
#002A37
(0,42,55)
#002530
(0,37,48)
#002029
(0,32,41)
#001B22
(0,27,34)
#00161B
(0,22,27)
#001114
(0,17,20)
#000C0D
(0,12,13)
#000000
(0,0,0)

Tints of #003E53

#003E53
(0,62,83)
#174F62
(23,79,98)
#2E6071
(46,96,113)
#457180
(69,113,128)
#5C828F
(92,130,143)
#73939E
(115,147,158)
#8AA4AD
(138,164,173)
#A1B5BC
(161,181,188)
#B8C6CB
(184,198,203)
#CFD7DA
(207,215,218)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003E53; }

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

This text font color is #003E53.

Background Color

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

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

This div background color is #003E53.

Border color

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

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

This div border color is #003E53.

Opacity

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

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

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

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

This text has shadow with #003E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003E53.

Preview

Color preview on black background

This text has color #003E53 on black background.


Color preview on white background

This text has color #003E53 on white background.


Black color preview on #003E53 background

This text has black color on #003E53 background.


White color preview on #003E53 background

This text has white color on #003E53 background.


Related colors

Complementary color

Complementary color for #hex is #FFC1AC.


I love getcolorcode.com

Triadic colors

1 #53003E and #3E5300 with #003E53 are triadic colors.

2 #533E00 and #3E0053 with #003E53 are triadic colors.