COLOR #003648

HEX: #003648
RGB: (0,54,72)

Color info

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

RGB color model

#003648 color RGB value is (0,54,72).

  • red value is 0;
  • green value is 54;
  • blue value is 72.
RGB:
(0,54,72)
(0%,21%,28%)

RGB channels and saturation

R 0 of 255 = 0%
G 54 of 255 = 21%
B 72 of 255 = 28%

0
54
72

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

Portions of RGB colors in percentages

R + G + B =
0 + 54 + 72 = 126 (100%)
R 0 of 126 ~ 0%
G 54 of 126 ~ 42.86%
B 72 of 126 ~ 57.14%

%42.86
%57.14

CMYK color model

#003648 color CMYK value is (100,25,0,72).

  • cyan value is 100.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(100,25,0,72)
C100M25Y0K72 
(100%,25%,0%,72%)
(1.00/0.25/0.00/0.72)	

CMYK percentages

%100
%25
%0
%71.76

Codes

Color #003648 in popluar color models

003648
RGB05472
HSL195°100.00%14.12%
HSB/HSV195°100.00%28.24%
CMYK100.00%25.00%0.00%
71.76%

Color #003648 in popluar number systems.

HEX003648
Decimal05472
Binary01101101001000
Octal066110

Shades and tints

Shades of #003648

#003648
(0,54,72)
#003242
(0,50,66)
#002E3C
(0,46,60)
#002A36
(0,42,54)
#002630
(0,38,48)
#00222A
(0,34,42)
#001E24
(0,30,36)
#001A1E
(0,26,30)
#001618
(0,22,24)
#001212
(0,18,18)
#000E0C
(0,14,12)
#000000
(0,0,0)

Tints of #003648

#003648
(0,54,72)
#174858
(23,72,88)
#2E5A68
(46,90,104)
#456C78
(69,108,120)
#5C7E88
(92,126,136)
#739098
(115,144,152)
#8AA2A8
(138,162,168)
#A1B4B8
(161,180,184)
#B8C6C8
(184,198,200)
#CFD8D8
(207,216,216)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003648 color. Also use rgb(0,54,72) instead hex code.

Text Font Color

.myTextColor { color: #003648; }

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

This text font color is #003648.


Background Color

.myBgColor { background-color: #003648; }

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

This div background color is #003648.


Border color

.myBorderColor { border: 1px solid #003648; }

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

This div border color is #003648.


Opacity

.myOpacity80 { color: #003648; opacity: 0.8; }

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

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

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

This text has shadow with #003648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003648 on black background.


Color preview on white background

This text has color #003648 on white background.



Black color preview on #003648 background

This text has black color on #003648 background.


White color preview on #003648 background

This text has white color on #003648 background.