COLOR #003958

HEX: #003958
RGB: (0,57,88)

Color info

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

RGB color model

#003958 color RGB value is (0,57,88).

  • red value is 0;
  • green value is 57;
  • blue value is 88.
RGB:
(0,57,88)
(0%,22%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 88 of 255 = 35%

0
57
88

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

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 88 = 145 (100%)
R 0 of 145 ~ 0%
G 57 of 145 ~ 39.31%
B 88 of 145 ~ 60.69%

%39.31
%60.69

CMYK color model

#003958 color CMYK value is (100,35,0,65).

  • cyan value is 100.00%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(100,35,0,65)
C100M35Y0K65 
(100%,35%,0%,65%)
(1.00/0.35/0.00/0.65)	

CMYK percentages

%100
%35.23
%0
%65.49

Codes

Color #003958 in popluar color models

003958
RGB05788
HSL201°100.00%17.25%
HSB/HSV201°100.00%34.51%
CMYK100.00%35.23%0.00%
65.49%

Color #003958 in popluar number systems.

HEX003958
Decimal05788
Binary01110011011000
Octal071130

Shades and tints

Shades of #003958

#003958
(0,57,88)
#003450
(0,52,80)
#002F48
(0,47,72)
#002A40
(0,42,64)
#002538
(0,37,56)
#002030
(0,32,48)
#001B28
(0,27,40)
#001620
(0,22,32)
#001118
(0,17,24)
#000C10
(0,12,16)
#000708
(0,7,8)
#000000
(0,0,0)

Tints of #003958

#003958
(0,57,88)
#174B67
(23,75,103)
#2E5D76
(46,93,118)
#456F85
(69,111,133)
#5C8194
(92,129,148)
#7393A3
(115,147,163)
#8AA5B2
(138,165,178)
#A1B7C1
(161,183,193)
#B8C9D0
(184,201,208)
#CFDBDF
(207,219,223)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003958 color. Also use rgb(0,57,88) instead hex code.

Text Font Color

.myTextColor { color: #003958; }

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

This text font color is #003958.


Background Color

.myBgColor { background-color: #003958; }

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

This div background color is #003958.


Border color

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

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

This div border color is #003958.


Opacity

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

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

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

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

This text has shadow with #003958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003958 on black background.


Color preview on white background

This text has color #003958 on white background.



Black color preview on #003958 background

This text has black color on #003958 background.


White color preview on #003958 background

This text has white color on #003958 background.