COLOR #002946

HEX: #002946
RGB: (0,41,70)

Color info

#002946 contains only green and blue colors. Web safe color of #002946 is #003333 (or #033).

RGB color model

#002946 color RGB value is (0,41,70).

  • red value is 0;
  • green value is 41;
  • blue value is 70.
RGB:
(0,41,70)
(0%,16%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 70 of 255 = 27%

0
41
70

R + G + B ~ 14%. #002946 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 70 = 111 (100%)
R 0 of 111 ~ 0%
G 41 of 111 ~ 36.94%
B 70 of 111 ~ 63.06%

%36.94
%63.06

CMYK color model

#002946 color CMYK value is (100,41,0,73).

  • cyan value is 100.00%
  • magenta value is 41.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(100,41,0,73)
C100M41Y0K73 
(100%,41%,0%,73%)
(1.00/0.41/0.00/0.73)	

CMYK percentages

%100
%41.43
%0
%72.55

Codes

Color #002946 in popluar color models

002946
RGB04170
HSL205°100.00%13.73%
HSB/HSV205°100.00%27.45%
CMYK100.00%41.43%0.00%
72.55%

Color #002946 in popluar number systems.

HEX002946
Decimal04170
Binary01010011000110
Octal051106

Shades and tints

Shades of #002946

#002946
(0,41,70)
#002640
(0,38,64)
#00233A
(0,35,58)
#002034
(0,32,52)
#001D2E
(0,29,46)
#001A28
(0,26,40)
#001722
(0,23,34)
#00141C
(0,20,28)
#001116
(0,17,22)
#000E10
(0,14,16)
#000B0A
(0,11,10)
#000000
(0,0,0)

Tints of #002946

#002946
(0,41,70)
#173C56
(23,60,86)
#2E4F66
(46,79,102)
#456276
(69,98,118)
#5C7586
(92,117,134)
#738896
(115,136,150)
#8A9BA6
(138,155,166)
#A1AEB6
(161,174,182)
#B8C1C6
(184,193,198)
#CFD4D6
(207,212,214)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002946 color. Also use rgb(0,41,70) instead hex code.

Text Font Color

.myTextColor { color: #002946; }

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

This text font color is #002946.


Background Color

.myBgColor { background-color: #002946; }

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

This div background color is #002946.


Border color

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

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

This div border color is #002946.


Opacity

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

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

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

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

This text has shadow with #002946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002946 on black background.


Color preview on white background

This text has color #002946 on white background.



Black color preview on #002946 background

This text has black color on #002946 background.


White color preview on #002946 background

This text has white color on #002946 background.