COLOR #00002F

HEX: #00002F
RGB: (0,0,47)

Color info

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

RGB color model

#00002F color RGB value is (0,0,47).

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

RGB channels and saturation

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

0
0
47

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#00002F 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 81.57%
CMYK:
(100,100,0,82)
C100M100Y0K82 
(100%,100%,0%,82%)
(1.00/1.00/0.00/0.82)	

CMYK percentages

%100
%100
%0
%81.57

Codes

Color #00002F in popluar color models

00002F
RGB0047
HSL240°100.00%9.22%
HSB/HSV240°100.00%18.43%
CMYK100.00%100.00%0.00%
81.57%

Color #00002F in popluar number systems.

HEX00002F
Decimal0047
Binary00101111
Octal0057

Shades and tints

Shades of #00002F

#00002F
(0,0,47)
#00002B
(0,0,43)
#000027
(0,0,39)
#000023
(0,0,35)
#00001F
(0,0,31)
#00001B
(0,0,27)
#000017
(0,0,23)
#000013
(0,0,19)
#00000F
(0,0,15)
#00000B
(0,0,11)
#000007
(0,0,7)
#000000
(0,0,0)

Tints of #00002F

#00002F
(0,0,47)
#171741
(23,23,65)
#2E2E53
(46,46,83)
#454565
(69,69,101)
#5C5C77
(92,92,119)
#737389
(115,115,137)
#8A8A9B
(138,138,155)
#A1A1AD
(161,161,173)
#B8B8BF
(184,184,191)
#CFCFD1
(207,207,209)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00002F; }

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

This text font color is #00002F.


Background Color

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

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

This div background color is #00002F.


Border color

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

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

This div border color is #00002F.


Opacity

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

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

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

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

This text has shadow with #00002F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00002F on black background.


Color preview on white background

This text has color #00002F on white background.



Black color preview on #00002F background

This text has black color on #00002F background.


White color preview on #00002F background

This text has white color on #00002F background.