COLOR #00002D

HEX: #00002D
RGB: (0,0,45)

Color info

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

RGB color model

#00002D color RGB value is (0,0,45).

  • red value is 0;
  • green value is 0;
  • blue value is 45.
RGB:
(0,0,45)
(0%,0%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 45 of 255 = 18%

0
0
45

R + G + B ~ 6%. #00002D is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00002D color CMYK value is (100,100,0,82).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(100,100,0,82)
C100M100Y0K82 
(100%,100%,0%,82%)
(1.00/1.00/0.00/0.82)	

CMYK percentages

%100
%100
%0
%82.35

Codes

Color #00002D in popluar color models

00002D
RGB0045
HSL240°100.00%8.82%
HSB/HSV240°100.00%17.65%
CMYK100.00%100.00%0.00%
82.35%

Color #00002D in popluar number systems.

HEX00002D
Decimal0045
Binary00101101
Octal0055

Shades and tints

Shades of #00002D

#00002D
(0,0,45)
#000029
(0,0,41)
#000025
(0,0,37)
#000021
(0,0,33)
#00001D
(0,0,29)
#000019
(0,0,25)
#000015
(0,0,21)
#000011
(0,0,17)
#00000D
(0,0,13)
#000009
(0,0,9)
#000005
(0,0,5)
#000000
(0,0,0)

Tints of #00002D

#00002D
(0,0,45)
#171740
(23,23,64)
#2E2E53
(46,46,83)
#454566
(69,69,102)
#5C5C79
(92,92,121)
#73738C
(115,115,140)
#8A8A9F
(138,138,159)
#A1A1B2
(161,161,178)
#B8B8C5
(184,184,197)
#CFCFD8
(207,207,216)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00002D; }

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

This text font color is #00002D.


Background Color

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

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

This div background color is #00002D.


Border color

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

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

This div border color is #00002D.


Opacity

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

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

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

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

This text has shadow with #00002D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00002D on black background.


Color preview on white background

This text has color #00002D on white background.



Black color preview on #00002D background

This text has black color on #00002D background.


White color preview on #00002D background

This text has white color on #00002D background.