COLOR #004332

HEX: #004332 RGB: (0,67,50)

Color info

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

RGB color model

#004332 color RGB value is (0,67,50).

RGB: (0,67,50) (0%, 26%, 20%)

RGB channels and saturation

R 0 of 255 = 0%
G 67 of 255 = 26%
B 50 of 255 = 20%

0
67
50

R + G + B ~ 15%. #004332 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 67 + 50 = 117 (100%)
R 0 of 117 ~ 0%
G 67 of 117 ~ 57.26%
B 50 of 117 ~ 42.74'%

%57.26
%42.74

CMYK color model

#004332 color CMYK value is (100,0,25,74).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 73.73%

CMYK: (100,0,25,74)
C100M0Y25K74 (100%, 0%, 25%, 74%)
(1.00 / 0.00 / 0.25 / 0.74)

CMYK percentages

%100
%0
%25.37
%73.73

Codes

Color #004332 in popluar color models

00 43 32
RGB 0 67 50
HSL 165° 100.00% 13.14%
HSB/HSV 165° 100.00% 26.27%
CMYK 100.00% 0.00% 25.37%
73.73%

Color #004332 in popluar number systems.

HEX 00 43 32
Decimal 0 67 50
Binary 0 1000011 110010
Octal 0 103 62

Shades and tints

Shades of #004332

#004332
(0,67,50)
#003D2E
(0,61,46)
#00372A
(0,55,42)
#003126
(0,49,38)
#002B22
(0,43,34)
#00251E
(0,37,30)
#001F1A
(0,31,26)
#001916
(0,25,22)
#001312
(0,19,18)
#000D0E
(0,13,14)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #004332

#004332
(0,67,50)
#175444
(23,84,68)
#2E6556
(46,101,86)
#457668
(69,118,104)
#5C877A
(92,135,122)
#73988C
(115,152,140)
#8AA99E
(138,169,158)
#A1BAB0
(161,186,176)
#B8CBC2
(184,203,194)
#CFDCD4
(207,220,212)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004332 color. Also use rgb(0,67,50) instead hex code.

Text Font Color

.myTextColor { color: #004332; }

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

This text font color is #004332.

Background Color

.myBgColor { background-color: #004332; }

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

This div background color is #004332.

Border color

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

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

This div border color is #004332.

Opacity

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

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

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

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

This text has shadow with #004332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004332.

Preview

Color preview on black background

This text has color #004332 on black background.


Color preview on white background

This text has color #004332 on white background.


Black color preview on #004332 background

This text has black color on #004332 background.


White color preview on #004332 background

This text has white color on #004332 background.


Related colors

Complementary color

Complementary color for #hex is #FFBCCD.


I love getcolorcode.com

Triadic colors

1 #320043 and #433200 with #004332 are triadic colors.

2 #324300 and #430032 with #004332 are triadic colors.