COLOR #00444C

HEX: #00444C RGB: (0,68,76)

Color info

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

RGB color model

#00444C color RGB value is (0,68,76).

RGB: (0,68,76) (0%, 27%, 30%)

RGB channels and saturation

R 0 of 255 = 0%
G 68 of 255 = 27%
B 76 of 255 = 30%

0
68
76

R + G + B ~ 19%. #00444C is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 68 + 76 = 144 (100%)
R 0 of 144 ~ 0%
G 68 of 144 ~ 47.22%
B 76 of 144 ~ 52.78'%

%47.22
%52.78

CMYK color model

#00444C color CMYK value is (100,11,0,70).

  • cyan value is 100.00%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (100,11,0,70)
C100M11Y0K70 (100%, 11%, 0%, 70%)
(1.00 / 0.11 / 0.00 / 0.70)

CMYK percentages

%100
%10.53
%0
%70.2

Codes

Color #00444C in popluar color models

00 44 4C
RGB 0 68 76
HSL 186° 100.00% 14.90%
HSB/HSV 186° 100.00% 29.80%
CMYK 100.00% 10.53% 0.00%
70.20%

Color #00444C in popluar number systems.

HEX 00 44 4C
Decimal 0 68 76
Binary 0 1000100 1001100
Octal 0 104 114

Shades and tints

Shades of #00444C

#00444C
(0,68,76)
#003E46
(0,62,70)
#003840
(0,56,64)
#00323A
(0,50,58)
#002C34
(0,44,52)
#00262E
(0,38,46)
#002028
(0,32,40)
#001A22
(0,26,34)
#00141C
(0,20,28)
#000E16
(0,14,22)
#000810
(0,8,16)
#000000
(0,0,0)

Tints of #00444C

#00444C
(0,68,76)
#17555C
(23,85,92)
#2E666C
(46,102,108)
#45777C
(69,119,124)
#5C888C
(92,136,140)
#73999C
(115,153,156)
#8AAAAC
(138,170,172)
#A1BBBC
(161,187,188)
#B8CCCC
(184,204,204)
#CFDDDC
(207,221,220)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00444C color. Also use rgb(0,68,76) instead hex code.

Text Font Color

.myTextColor { color: #00444C; }

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

This text font color is #00444C.

Background Color

.myBgColor { background-color: #00444C; }

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

This div background color is #00444C.

Border color

.myBorderColor { border: 1px solid #00444C; }

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

This div border color is #00444C.

Opacity

.myOpacity80 { color: #00444C; opacity: 0.8; }

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

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

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

This text has shadow with #00444C color.


.textShadow {text-shadow: 3px 3px 1px #00444C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00444C; -webkit-box-shadow: 1px 1px 3px 2px #00444C; box-shadow:1px 1px 3px 2px #00444C;">
Div content here
</div>

This div box has shadow with color #00444C.

Preview

Color preview on black background

This text has color #00444C on black background.


Color preview on white background

This text has color #00444C on white background.


Black color preview on #00444C background

This text has black color on #00444C background.


White color preview on #00444C background

This text has white color on #00444C background.


Related colors

Complementary color

Complementary color for #hex is #FFBBB3.


I love getcolorcode.com

Triadic colors

1 #4C0044 and #444C00 with #00444C are triadic colors.

2 #4C4400 and #44004C with #00444C are triadic colors.