COLOR #007E44

HEX: #007E44
RGB: (0,126,68)

Color info

#007E44 contains only green and blue colors. Web safe color of #007E44 is #006633 (or #063).

RGB color model

#007E44 color RGB value is (0,126,68).

  • red value is 0;
  • green value is 126;
  • blue value is 68.
RGB:
(0,126,68)
(0%,49%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 126 of 255 = 49%
B 68 of 255 = 27%

0
126
68

R + G + B ~ 25%. #007E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 126 + 68 = 194 (100%)
R 0 of 194 ~ 0%
G 126 of 194 ~ 64.95%
B 68 of 194 ~ 35.05%

%64.95
%35.05

CMYK color model

#007E44 color CMYK value is (100,0,46,51).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 50.59%
CMYK:
(100,0,46,51)
C100M0Y46K51 
(100%,0%,46%,51%)
(1.00/0.00/0.46/0.51)	

CMYK percentages

%100
%0
%46.03
%50.59

Codes

Color #007E44 in popluar color models

007E44
RGB012668
HSL152°100.00%24.71%
HSB/HSV152°100.00%49.41%
CMYK100.00%0.00%46.03%
50.59%

Color #007E44 in popluar number systems.

HEX007E44
Decimal012668
Binary011111101000100
Octal0176104

Shades and tints

Shades of #007E44

#007E44
(0,126,68)
#00733E
(0,115,62)
#006838
(0,104,56)
#005D32
(0,93,50)
#00522C
(0,82,44)
#004726
(0,71,38)
#003C20
(0,60,32)
#00311A
(0,49,26)
#002614
(0,38,20)
#001B0E
(0,27,14)
#001008
(0,16,8)
#000000
(0,0,0)

Tints of #007E44

#007E44
(0,126,68)
#178955
(23,137,85)
#2E9466
(46,148,102)
#459F77
(69,159,119)
#5CAA88
(92,170,136)
#73B599
(115,181,153)
#8AC0AA
(138,192,170)
#A1CBBB
(161,203,187)
#B8D6CC
(184,214,204)
#CFE1DD
(207,225,221)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007E44; }

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

This text font color is #007E44.


Background Color

.myBgColor { background-color: #007E44; }

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

This div background color is #007E44.


Border color

.myBorderColor { border: 1px solid #007E44; }

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

This div border color is #007E44.


Opacity

.myOpacity80 { color: #007E44; opacity: 0.8; }

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

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

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

This text has shadow with #007E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007E44 on black background.


Color preview on white background

This text has color #007E44 on white background.



Black color preview on #007E44 background

This text has black color on #007E44 background.


White color preview on #007E44 background

This text has white color on #007E44 background.