COLOR #002C34

HEX: #002C34
RGB: (0,44,52)

Color info

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

RGB color model

#002C34 color RGB value is (0,44,52).

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

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 52 of 255 = 20%

0
44
52

R + G + B ~ 12%. #002C34 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 44 + 52 = 96 (100%)
R 0 of 96 ~ 0%
G 44 of 96 ~ 45.83%
B 52 of 96 ~ 54.17%

%45.83
%54.17

CMYK color model

#002C34 color CMYK value is (100,15,0,80).

  • cyan value is 100.00%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(100,15,0,80)
C100M15Y0K80 
(100%,15%,0%,80%)
(1.00/0.15/0.00/0.80)	

CMYK percentages

%100
%15.38
%0
%79.61

Codes

Color #002C34 in popluar color models

002C34
RGB04452
HSL189°100.00%10.20%
HSB/HSV189°100.00%20.39%
CMYK100.00%15.38%0.00%
79.61%

Color #002C34 in popluar number systems.

HEX002C34
Decimal04452
Binary0101100110100
Octal05464

Shades and tints

Shades of #002C34

#002C34
(0,44,52)
#002830
(0,40,48)
#00242C
(0,36,44)
#002028
(0,32,40)
#001C24
(0,28,36)
#001820
(0,24,32)
#00141C
(0,20,28)
#001018
(0,16,24)
#000C14
(0,12,20)
#000810
(0,8,16)
#00040C
(0,4,12)
#000000
(0,0,0)

Tints of #002C34

#002C34
(0,44,52)
#173F46
(23,63,70)
#2E5258
(46,82,88)
#45656A
(69,101,106)
#5C787C
(92,120,124)
#738B8E
(115,139,142)
#8A9EA0
(138,158,160)
#A1B1B2
(161,177,178)
#B8C4C4
(184,196,196)
#CFD7D6
(207,215,214)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002C34; }

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

This text font color is #002C34.


Background Color

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

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

This div background color is #002C34.


Border color

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

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

This div border color is #002C34.


Opacity

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

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

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

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

This text has shadow with #002C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002C34 on black background.


Color preview on white background

This text has color #002C34 on white background.



Black color preview on #002C34 background

This text has black color on #002C34 background.


White color preview on #002C34 background

This text has white color on #002C34 background.