COLOR #004026

HEX: #004026 RGB: (0,64,38)

Color info

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

RGB color model

#004026 color RGB value is (0,64,38).

RGB: (0,64,38) (0%, 25%, 15%)

RGB channels and saturation

R 0 of 255 = 0%
G 64 of 255 = 25%
B 38 of 255 = 15%

0
64
38

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

Portions of RGB colors in percentages

R + G + B = 0 + 64 + 38 = 102 (100%)
R 0 of 102 ~ 0%
G 64 of 102 ~ 62.75%
B 38 of 102 ~ 37.25'%

%62.75
%37.25

CMYK color model

#004026 color CMYK value is (100,0,41,75).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 74.90%

CMYK: (100,0,41,75)
C100M0Y41K75 (100%, 0%, 41%, 75%)
(1.00 / 0.00 / 0.41 / 0.75)

CMYK percentages

%100
%0
%40.63
%74.9

Codes

Color #004026 in popluar color models

00 40 26
RGB 0 64 38
HSL 156° 100.00% 12.55%
HSB/HSV 156° 100.00% 25.10%
CMYK 100.00% 0.00% 40.63%
74.90%

Color #004026 in popluar number systems.

HEX 00 40 26
Decimal 0 64 38
Binary 0 1000000 100110
Octal 0 100 46

Shades and tints

Shades of #004026

#004026
(0,64,38)
#003B23
(0,59,35)
#003620
(0,54,32)
#00311D
(0,49,29)
#002C1A
(0,44,26)
#002717
(0,39,23)
#002214
(0,34,20)
#001D11
(0,29,17)
#00180E
(0,24,14)
#00130B
(0,19,11)
#000E08
(0,14,8)
#000000
(0,0,0)

Tints of #004026

#004026
(0,64,38)
#175139
(23,81,57)
#2E624C
(46,98,76)
#45735F
(69,115,95)
#5C8472
(92,132,114)
#739585
(115,149,133)
#8AA698
(138,166,152)
#A1B7AB
(161,183,171)
#B8C8BE
(184,200,190)
#CFD9D1
(207,217,209)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004026 color. Also use rgb(0,64,38) instead hex code.

Text Font Color

.myTextColor { color: #004026; }

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

This text font color is #004026.

Background Color

.myBgColor { background-color: #004026; }

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

This div background color is #004026.

Border color

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

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

This div border color is #004026.

Opacity

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

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

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

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

This text has shadow with #004026 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004026.

Preview

Color preview on black background

This text has color #004026 on black background.


Color preview on white background

This text has color #004026 on white background.


Black color preview on #004026 background

This text has black color on #004026 background.


White color preview on #004026 background

This text has white color on #004026 background.


Related colors

Complementary color

Complementary color for #hex is #FFBFD9.


I love getcolorcode.com

Triadic colors

1 #260040 and #402600 with #004026 are triadic colors.

2 #264000 and #400026 with #004026 are triadic colors.