COLOR #007D32

HEX: #007D32
RGB: (0,125,50)

Color info

#007D32 contains mainly green color. Web safe color of #007D32 is #006633 (or #063).

RGB color model

#007D32 color RGB value is (0,125,50).

  • red value is 0;
  • green value is 125;
  • blue value is 50.
RGB:
(0,125,50)
(0%,49%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 125 of 255 = 49%
B 50 of 255 = 20%

0
125
50

R + G + B ~ 23%. #007D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 125 + 50 = 175 (100%)
R 0 of 175 ~ 0%
G 125 of 175 ~ 71.43%
B 50 of 175 ~ 28.57%

%71.43
%28.57

CMYK color model

#007D32 color CMYK value is (100,0,60,51).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 50.98%
CMYK:
(100,0,60,51)
C100M0Y60K51 
(100%,0%,60%,51%)
(1.00/0.00/0.60/0.51)	

CMYK percentages

%100
%0
%60
%50.98

Codes

Color #007D32 in popluar color models

007D32
RGB012550
HSL144°100.00%24.51%
HSB/HSV144°100.00%49.02%
CMYK100.00%0.00%60.00%
50.98%

Color #007D32 in popluar number systems.

HEX007D32
Decimal012550
Binary01111101110010
Octal017562

Shades and tints

Shades of #007D32

#007D32
(0,125,50)
#00722E
(0,114,46)
#00672A
(0,103,42)
#005C26
(0,92,38)
#005122
(0,81,34)
#00461E
(0,70,30)
#003B1A
(0,59,26)
#003016
(0,48,22)
#002512
(0,37,18)
#001A0E
(0,26,14)
#000F0A
(0,15,10)
#000000
(0,0,0)

Tints of #007D32

#007D32
(0,125,50)
#178844
(23,136,68)
#2E9356
(46,147,86)
#459E68
(69,158,104)
#5CA97A
(92,169,122)
#73B48C
(115,180,140)
#8ABF9E
(138,191,158)
#A1CAB0
(161,202,176)
#B8D5C2
(184,213,194)
#CFE0D4
(207,224,212)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007D32; }

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

This text font color is #007D32.


Background Color

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

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

This div background color is #007D32.


Border color

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

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

This div border color is #007D32.


Opacity

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

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

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

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

This text has shadow with #007D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007D32 on black background.


Color preview on white background

This text has color #007D32 on white background.



Black color preview on #007D32 background

This text has black color on #007D32 background.


White color preview on #007D32 background

This text has white color on #007D32 background.