COLOR #003A42

HEX: #003A42
RGB: (0,58,66)

Color info

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

RGB color model

#003A42 color RGB value is (0,58,66).

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

RGB channels and saturation

R 0 of 255 = 0%
G 58 of 255 = 23%
B 66 of 255 = 26%

0
58
66

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

Portions of RGB colors in percentages

R + G + B =
0 + 58 + 66 = 124 (100%)
R 0 of 124 ~ 0%
G 58 of 124 ~ 46.77%
B 66 of 124 ~ 53.23%

%46.77
%53.23

CMYK color model

#003A42 color CMYK value is (100,12,0,74).

  • cyan value is 100.00%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(100,12,0,74)
C100M12Y0K74 
(100%,12%,0%,74%)
(1.00/0.12/0.00/0.74)	

CMYK percentages

%100
%12.12
%0
%74.12

Codes

Color #003A42 in popluar color models

003A42
RGB05866
HSL187°100.00%12.94%
HSB/HSV187°100.00%25.88%
CMYK100.00%12.12%0.00%
74.12%

Color #003A42 in popluar number systems.

HEX003A42
Decimal05866
Binary01110101000010
Octal072102

Shades and tints

Shades of #003A42

#003A42
(0,58,66)
#00353C
(0,53,60)
#003036
(0,48,54)
#002B30
(0,43,48)
#00262A
(0,38,42)
#002124
(0,33,36)
#001C1E
(0,28,30)
#001718
(0,23,24)
#001212
(0,18,18)
#000D0C
(0,13,12)
#000806
(0,8,6)
#000000
(0,0,0)

Tints of #003A42

#003A42
(0,58,66)
#174B53
(23,75,83)
#2E5C64
(46,92,100)
#456D75
(69,109,117)
#5C7E86
(92,126,134)
#738F97
(115,143,151)
#8AA0A8
(138,160,168)
#A1B1B9
(161,177,185)
#B8C2CA
(184,194,202)
#CFD3DB
(207,211,219)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003A42; }

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

This text font color is #003A42.


Background Color

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

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

This div background color is #003A42.


Border color

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

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

This div border color is #003A42.


Opacity

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

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

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

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

This text has shadow with #003A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003A42 on black background.


Color preview on white background

This text has color #003A42 on white background.



Black color preview on #003A42 background

This text has black color on #003A42 background.


White color preview on #003A42 background

This text has white color on #003A42 background.