COLOR #004037

HEX: #004037
RGB: (0,64,55)

Color info

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

RGB color model

#004037 color RGB value is (0,64,55).

  • red value is 0;
  • green value is 64;
  • blue value is 55.
RGB:
(0,64,55)
(0%,25%,22%)

RGB channels and saturation

R 0 of 255 = 0%
G 64 of 255 = 25%
B 55 of 255 = 22%

0
64
55

R + G + B ~ 16%. #004037 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 64 + 55 = 119 (100%)
R 0 of 119 ~ 0%
G 64 of 119 ~ 53.78%
B 55 of 119 ~ 46.22%

%53.78
%46.22

CMYK color model

#004037 color CMYK value is (100,0,14,75).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 74.90%
CMYK:
(100,0,14,75)
C100M0Y14K75 
(100%,0%,14%,75%)
(1.00/0.00/0.14/0.75)	

CMYK percentages

%100
%0
%14.06
%74.9

Codes

Color #004037 in popluar color models

004037
RGB06455
HSL172°100.00%12.55%
HSB/HSV172°100.00%25.10%
CMYK100.00%0.00%14.06%
74.90%

Color #004037 in popluar number systems.

HEX004037
Decimal06455
Binary01000000110111
Octal010067

Shades and tints

Shades of #004037

#004037
(0,64,55)
#003B32
(0,59,50)
#00362D
(0,54,45)
#003128
(0,49,40)
#002C23
(0,44,35)
#00271E
(0,39,30)
#002219
(0,34,25)
#001D14
(0,29,20)
#00180F
(0,24,15)
#00130A
(0,19,10)
#000E05
(0,14,5)
#000000
(0,0,0)

Tints of #004037

#004037
(0,64,55)
#175149
(23,81,73)
#2E625B
(46,98,91)
#45736D
(69,115,109)
#5C847F
(92,132,127)
#739591
(115,149,145)
#8AA6A3
(138,166,163)
#A1B7B5
(161,183,181)
#B8C8C7
(184,200,199)
#CFD9D9
(207,217,217)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004037; }

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

This text font color is #004037.


Background Color

.myBgColor { background-color: #004037; }

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

This div background color is #004037.


Border color

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

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

This div border color is #004037.


Opacity

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

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

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

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

This text has shadow with #004037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004037 on black background.


Color preview on white background

This text has color #004037 on white background.



Black color preview on #004037 background

This text has black color on #004037 background.


White color preview on #004037 background

This text has white color on #004037 background.