COLOR #003F55

HEX: #003F55 RGB: (0,63,85)

Color info

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

RGB color model

#003F55 color RGB value is (0,63,85).

RGB: (0,63,85) (0%, 25%, 33%)

RGB channels and saturation

R 0 of 255 = 0%
G 63 of 255 = 25%
B 85 of 255 = 33%

0
63
85

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

Portions of RGB colors in percentages

R + G + B = 0 + 63 + 85 = 148 (100%)
R 0 of 148 ~ 0%
G 63 of 148 ~ 42.57%
B 85 of 148 ~ 57.43'%

%42.57
%57.43

CMYK color model

#003F55 color CMYK value is (100,26,0,67).

  • cyan value is 100.00%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (100,26,0,67)
C100M26Y0K67 (100%, 26%, 0%, 67%)
(1.00 / 0.26 / 0.00 / 0.67)

CMYK percentages

%100
%25.88
%0
%66.67

Codes

Color #003F55 in popluar color models

00 3F 55
RGB 0 63 85
HSL 196° 100.00% 16.67%
HSB/HSV 196° 100.00% 33.33%
CMYK 100.00% 25.88% 0.00%
66.67%

Color #003F55 in popluar number systems.

HEX 00 3F 55
Decimal 0 63 85
Binary 0 111111 1010101
Octal 0 77 125

Shades and tints

Shades of #003F55

#003F55
(0,63,85)
#003A4E
(0,58,78)
#003547
(0,53,71)
#003040
(0,48,64)
#002B39
(0,43,57)
#002632
(0,38,50)
#00212B
(0,33,43)
#001C24
(0,28,36)
#00171D
(0,23,29)
#001216
(0,18,22)
#000D0F
(0,13,15)
#000000
(0,0,0)

Tints of #003F55

#003F55
(0,63,85)
#175064
(23,80,100)
#2E6173
(46,97,115)
#457282
(69,114,130)
#5C8391
(92,131,145)
#7394A0
(115,148,160)
#8AA5AF
(138,165,175)
#A1B6BE
(161,182,190)
#B8C7CD
(184,199,205)
#CFD8DC
(207,216,220)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003F55 color. Also use rgb(0,63,85) instead hex code.

Text Font Color

.myTextColor { color: #003F55; }

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

This text font color is #003F55.

Background Color

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

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

This div background color is #003F55.

Border color

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

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

This div border color is #003F55.

Opacity

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

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

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

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

This text has shadow with #003F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003F55.

Preview

Color preview on black background

This text has color #003F55 on black background.


Color preview on white background

This text has color #003F55 on white background.


Black color preview on #003F55 background

This text has black color on #003F55 background.


White color preview on #003F55 background

This text has white color on #003F55 background.


Related colors

Complementary color

Complementary color for #hex is #FFC0AA.


I love getcolorcode.com

Triadic colors

1 #55003F and #3F5500 with #003F55 are triadic colors.

2 #553F00 and #3F0055 with #003F55 are triadic colors.