COLOR #004F03

HEX: #004F03
RGB: (0,79,3)

Color info

#004F03 contains mainly green color. Web safe color of #004F03 is #006600 (or #060).

RGB color model

#004F03 color RGB value is (0,79,3).

  • red value is 0;
  • green value is 79;
  • blue value is 3.
RGB:
(0,79,3)
(0%,31%,1%)

RGB channels and saturation

R 0 of 255 = 0%
G 79 of 255 = 31%
B 3 of 255 = 1%

0
79
3

R + G + B ~ 11%. #004F03 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 79 + 3 = 82 (100%)
R 0 of 82 ~ 0%
G 79 of 82 ~ 96.34%
B 3 of 82 ~ 3.66%

%96.34

CMYK color model

#004F03 color CMYK value is (100,0,96,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 96.20%
  • key color value is 69.02%
CMYK:
(100,0,96,69)
C100M0Y96K69 
(100%,0%,96%,69%)
(1.00/0.00/0.96/0.69)	

CMYK percentages

%100
%0
%96.2
%69.02

Codes

Color #004F03 in popluar color models

004F03
RGB0793
HSL122°100.00%15.49%
HSB/HSV122°100.00%30.98%
CMYK100.00%0.00%96.20%
69.02%

Color #004F03 in popluar number systems.

HEX004F03
Decimal0793
Binary0100111111
Octal01173

Shades and tints

Shades of #004F03

#004F03
(0,79,3)
#004803
(0,72,3)
#004103
(0,65,3)
#003A03
(0,58,3)
#003303
(0,51,3)
#002C03
(0,44,3)
#002503
(0,37,3)
#001E03
(0,30,3)
#001703
(0,23,3)
#001003
(0,16,3)
#000903
(0,9,3)
#000000
(0,0,0)

Tints of #004F03

#004F03
(0,79,3)
#175F19
(23,95,25)
#2E6F2F
(46,111,47)
#457F45
(69,127,69)
#5C8F5B
(92,143,91)
#739F71
(115,159,113)
#8AAF87
(138,175,135)
#A1BF9D
(161,191,157)
#B8CFB3
(184,207,179)
#CFDFC9
(207,223,201)
#E6EFDF
(230,239,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004F03 color. Also use rgb(0,79,3) instead hex code.

Text Font Color

.myTextColor { color: #004F03; }

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

This text font color is #004F03.


Background Color

.myBgColor { background-color: #004F03; }

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

This div background color is #004F03.


Border color

.myBorderColor { border: 1px solid #004F03; }

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

This div border color is #004F03.


Opacity

.myOpacity80 { color: #004F03; opacity: 0.8; }

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

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

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

This text has shadow with #004F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F03 on black background.


Color preview on white background

This text has color #004F03 on white background.



Black color preview on #004F03 background

This text has black color on #004F03 background.


White color preview on #004F03 background

This text has white color on #004F03 background.