COLOR #004F25

HEX: #004F25
RGB: (0,79,37)

Color info

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

RGB color model

#004F25 color RGB value is (0,79,37).

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

RGB channels and saturation

R 0 of 255 = 0%
G 79 of 255 = 31%
B 37 of 255 = 15%

0
79
37

R + G + B ~ 15%. #004F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 79 + 37 = 116 (100%)
R 0 of 116 ~ 0%
G 79 of 116 ~ 68.1%
B 37 of 116 ~ 31.9%

%68.1
%31.9

CMYK color model

#004F25 color CMYK value is (100,0,53,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 69.02%
CMYK:
(100,0,53,69)
C100M0Y53K69 
(100%,0%,53%,69%)
(1.00/0.00/0.53/0.69)	

CMYK percentages

%100
%0
%53.16
%69.02

Codes

Color #004F25 in popluar color models

004F25
RGB07937
HSL148°100.00%15.49%
HSB/HSV148°100.00%30.98%
CMYK100.00%0.00%53.16%
69.02%

Color #004F25 in popluar number systems.

HEX004F25
Decimal07937
Binary01001111100101
Octal011745

Shades and tints

Shades of #004F25

#004F25
(0,79,37)
#004822
(0,72,34)
#00411F
(0,65,31)
#003A1C
(0,58,28)
#003319
(0,51,25)
#002C16
(0,44,22)
#002513
(0,37,19)
#001E10
(0,30,16)
#00170D
(0,23,13)
#00100A
(0,16,10)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #004F25

#004F25
(0,79,37)
#175F38
(23,95,56)
#2E6F4B
(46,111,75)
#457F5E
(69,127,94)
#5C8F71
(92,143,113)
#739F84
(115,159,132)
#8AAF97
(138,175,151)
#A1BFAA
(161,191,170)
#B8CFBD
(184,207,189)
#CFDFD0
(207,223,208)
#E6EFE3
(230,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004F25; }

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

This text font color is #004F25.


Background Color

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

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

This div background color is #004F25.


Border color

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

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

This div border color is #004F25.


Opacity

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

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

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

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

This text has shadow with #004F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F25 on black background.


Color preview on white background

This text has color #004F25 on white background.



Black color preview on #004F25 background

This text has black color on #004F25 background.


White color preview on #004F25 background

This text has white color on #004F25 background.