COLOR #004427

HEX: #004427 RGB: (0,68,39)

Color info

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

RGB color model

#004427 color RGB value is (0,68,39).

RGB: (0,68,39) (0%, 27%, 15%)

RGB channels and saturation

R 0 of 255 = 0%
G 68 of 255 = 27%
B 39 of 255 = 15%

0
68
39

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

Portions of RGB colors in percentages

R + G + B = 0 + 68 + 39 = 107 (100%)
R 0 of 107 ~ 0%
G 68 of 107 ~ 63.55%
B 39 of 107 ~ 36.45'%

%63.55
%36.45

CMYK color model

#004427 color CMYK value is (100,0,43,73).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 73.33%

CMYK: (100,0,43,73)
C100M0Y43K73 (100%, 0%, 43%, 73%)
(1.00 / 0.00 / 0.43 / 0.73)

CMYK percentages

%100
%0
%42.65
%73.33

Codes

Color #004427 in popluar color models

00 44 27
RGB 0 68 39
HSL 154° 100.00% 13.33%
HSB/HSV 154° 100.00% 26.67%
CMYK 100.00% 0.00% 42.65%
73.33%

Color #004427 in popluar number systems.

HEX 00 44 27
Decimal 0 68 39
Binary 0 1000100 100111
Octal 0 104 47

Shades and tints

Shades of #004427

#004427
(0,68,39)
#003E24
(0,62,36)
#003821
(0,56,33)
#00321E
(0,50,30)
#002C1B
(0,44,27)
#002618
(0,38,24)
#002015
(0,32,21)
#001A12
(0,26,18)
#00140F
(0,20,15)
#000E0C
(0,14,12)
#000809
(0,8,9)
#000000
(0,0,0)

Tints of #004427

#004427
(0,68,39)
#17553A
(23,85,58)
#2E664D
(46,102,77)
#457760
(69,119,96)
#5C8873
(92,136,115)
#739986
(115,153,134)
#8AAA99
(138,170,153)
#A1BBAC
(161,187,172)
#B8CCBF
(184,204,191)
#CFDDD2
(207,221,210)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004427; }

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

This text font color is #004427.

Background Color

.myBgColor { background-color: #004427; }

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

This div background color is #004427.

Border color

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

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

This div border color is #004427.

Opacity

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

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

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

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

This text has shadow with #004427 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004427.

Preview

Color preview on black background

This text has color #004427 on black background.


Color preview on white background

This text has color #004427 on white background.


Black color preview on #004427 background

This text has black color on #004427 background.


White color preview on #004427 background

This text has white color on #004427 background.


Related colors

Complementary color

Complementary color for #hex is #FFBBD8.


I love getcolorcode.com

Triadic colors

1 #270044 and #442700 with #004427 are triadic colors.

2 #274400 and #440027 with #004427 are triadic colors.