COLOR #002C3B

HEX: #002C3B
RGB: (0,44,59)

Color info

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

RGB color model

#002C3B color RGB value is (0,44,59).

  • red value is 0;
  • green value is 44;
  • blue value is 59.
RGB:
(0,44,59)
(0%,17%,23%)

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 59 of 255 = 23%

0
44
59

R + G + B ~ 13%. #002C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 44 + 59 = 103 (100%)
R 0 of 103 ~ 0%
G 44 of 103 ~ 42.72%
B 59 of 103 ~ 57.28%

%42.72
%57.28

CMYK color model

#002C3B color CMYK value is (100,25,0,77).

  • cyan value is 100.00%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(100,25,0,77)
C100M25Y0K77 
(100%,25%,0%,77%)
(1.00/0.25/0.00/0.77)	

CMYK percentages

%100
%25.42
%0
%76.86

Codes

Color #002C3B in popluar color models

002C3B
RGB04459
HSL195°100.00%11.57%
HSB/HSV195°100.00%23.14%
CMYK100.00%25.42%0.00%
76.86%

Color #002C3B in popluar number systems.

HEX002C3B
Decimal04459
Binary0101100111011
Octal05473

Shades and tints

Shades of #002C3B

#002C3B
(0,44,59)
#002836
(0,40,54)
#002431
(0,36,49)
#00202C
(0,32,44)
#001C27
(0,28,39)
#001822
(0,24,34)
#00141D
(0,20,29)
#001018
(0,16,24)
#000C13
(0,12,19)
#00080E
(0,8,14)
#000409
(0,4,9)
#000000
(0,0,0)

Tints of #002C3B

#002C3B
(0,44,59)
#173F4C
(23,63,76)
#2E525D
(46,82,93)
#45656E
(69,101,110)
#5C787F
(92,120,127)
#738B90
(115,139,144)
#8A9EA1
(138,158,161)
#A1B1B2
(161,177,178)
#B8C4C3
(184,196,195)
#CFD7D4
(207,215,212)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002C3B color. Also use rgb(0,44,59) instead hex code.

Text Font Color

.myTextColor { color: #002C3B; }

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

This text font color is #002C3B.


Background Color

.myBgColor { background-color: #002C3B; }

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

This div background color is #002C3B.


Border color

.myBorderColor { border: 1px solid #002C3B; }

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

This div border color is #002C3B.


Opacity

.myOpacity80 { color: #002C3B; opacity: 0.8; }

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

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

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

This text has shadow with #002C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002C3B on black background.


Color preview on white background

This text has color #002C3B on white background.



Black color preview on #002C3B background

This text has black color on #002C3B background.


White color preview on #002C3B background

This text has white color on #002C3B background.