COLOR #00003D

HEX: #00003D
RGB: (0,0,61)

Color info

#00003D contains only blue color. Web safe color of #00003D is #000033 (or #003).

RGB color model

#00003D color RGB value is (0,0,61).

  • red value is 0;
  • green value is 0;
  • blue value is 61.
RGB:
(0,0,61)
(0%,0%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 61 of 255 = 24%

0
0
61

R + G + B ~ 8%. #00003D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 61 = 61 (100%)
R 0 of 61 ~ 0%
G 0 of 61 ~ 0%
B 61 of 61 ~ 100%

%100

CMYK color model

#00003D color CMYK value is (100,100,0,76).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(100,100,0,76)
C100M100Y0K76 
(100%,100%,0%,76%)
(1.00/1.00/0.00/0.76)	

CMYK percentages

%100
%100
%0
%76.08

Codes

Color #00003D in popluar color models

00003D
RGB0061
HSL240°100.00%11.96%
HSB/HSV240°100.00%23.92%
CMYK100.00%100.00%0.00%
76.08%

Color #00003D in popluar number systems.

HEX00003D
Decimal0061
Binary00111101
Octal0075

Shades and tints

Shades of #00003D

#00003D
(0,0,61)
#000038
(0,0,56)
#000033
(0,0,51)
#00002E
(0,0,46)
#000029
(0,0,41)
#000024
(0,0,36)
#00001F
(0,0,31)
#00001A
(0,0,26)
#000015
(0,0,21)
#000010
(0,0,16)
#00000B
(0,0,11)
#000000
(0,0,0)

Tints of #00003D

#00003D
(0,0,61)
#17174E
(23,23,78)
#2E2E5F
(46,46,95)
#454570
(69,69,112)
#5C5C81
(92,92,129)
#737392
(115,115,146)
#8A8AA3
(138,138,163)
#A1A1B4
(161,161,180)
#B8B8C5
(184,184,197)
#CFCFD6
(207,207,214)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00003D color. Also use rgb(0,0,61) instead hex code.

Text Font Color

.myTextColor { color: #00003D; }

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

This text font color is #00003D.


Background Color

.myBgColor { background-color: #00003D; }

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

This div background color is #00003D.


Border color

.myBorderColor { border: 1px solid #00003D; }

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

This div border color is #00003D.


Opacity

.myOpacity80 { color: #00003D; opacity: 0.8; }

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

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

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

This text has shadow with #00003D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00003D on black background.


Color preview on white background

This text has color #00003D on white background.



Black color preview on #00003D background

This text has black color on #00003D background.


White color preview on #00003D background

This text has white color on #00003D background.