COLOR #003242

HEX: #003242
RGB: (0,50,66)

Color info

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

RGB color model

#003242 color RGB value is (0,50,66).

  • red value is 0;
  • green value is 50;
  • blue value is 66.
RGB:
(0,50,66)
(0%,20%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 50 of 255 = 20%
B 66 of 255 = 26%

0
50
66

R + G + B ~ 15%. #003242 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 50 + 66 = 116 (100%)
R 0 of 116 ~ 0%
G 50 of 116 ~ 43.1%
B 66 of 116 ~ 56.9%

%43.1
%56.9

CMYK color model

#003242 color CMYK value is (100,24,0,74).

  • cyan value is 100.00%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(100,24,0,74)
C100M24Y0K74 
(100%,24%,0%,74%)
(1.00/0.24/0.00/0.74)	

CMYK percentages

%100
%24.24
%0
%74.12

Codes

Color #003242 in popluar color models

003242
RGB05066
HSL195°100.00%12.94%
HSB/HSV195°100.00%25.88%
CMYK100.00%24.24%0.00%
74.12%

Color #003242 in popluar number systems.

HEX003242
Decimal05066
Binary01100101000010
Octal062102

Shades and tints

Shades of #003242

#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)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #003242

#003242
(0,50,66)
#174453
(23,68,83)
#2E5664
(46,86,100)
#456875
(69,104,117)
#5C7A86
(92,122,134)
#738C97
(115,140,151)
#8A9EA8
(138,158,168)
#A1B0B9
(161,176,185)
#B8C2CA
(184,194,202)
#CFD4DB
(207,212,219)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003242 color. Also use rgb(0,50,66) instead hex code.

Text Font Color

.myTextColor { color: #003242; }

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

This text font color is #003242.


Background Color

.myBgColor { background-color: #003242; }

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

This div background color is #003242.


Border color

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

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

This div border color is #003242.


Opacity

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

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

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

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

This text has shadow with #003242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003242 on black background.


Color preview on white background

This text has color #003242 on white background.



Black color preview on #003242 background

This text has black color on #003242 background.


White color preview on #003242 background

This text has white color on #003242 background.