COLOR #3F7D04

HEX: #3F7D04
RGB: (63,125,4)

Color info

#3F7D04 contains mainly green color. Web safe color of #3F7D04 is #336600 (or #360).

RGB color model

#3F7D04 color RGB value is (63,125,4).

  • red value is 63;
  • green value is 125;
  • blue value is 4.
RGB:
(63,125,4)
(25%,49%,2%)

RGB channels and saturation

R 63 of 255 = 25%
G 125 of 255 = 49%
B 4 of 255 = 2%

63
125
4

R + G + B ~ 25%. #3F7D04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 125 + 4 = 192 (100%)
R 63 of 192 ~ 32.81%
G 125 of 192 ~ 65.1%
B 4 of 192 ~ 2.08%

%32.81
%65.1

CMYK color model

#3F7D04 color CMYK value is (50,0,97,51).

  • cyan value is 49.60%
  • magenta value is 0.00%
  • yellow value is 96.80%
  • key color value is 50.98%
CMYK:
(50,0,97,51)
C50M0Y97K51 
(50%,0%,97%,51%)
(0.50/0.00/0.97/0.51)	

CMYK percentages

%49.6
%0
%96.8
%50.98

Codes

Color #3F7D04 in popluar color models

3F7D04
RGB631254
HSL91°93.80%25.29%
HSB/HSV91°96.80%49.02%
CMYK49.60%0.00%96.80%
50.98%

Color #3F7D04 in popluar number systems.

HEX3F7D04
Decimal631254
Binary1111111111101100
Octal771754

Shades and tints

Shades of #3F7D04

#3F7D04
(63,125,4)
#3A7204
(58,114,4)
#356704
(53,103,4)
#305C04
(48,92,4)
#2B5104
(43,81,4)
#264604
(38,70,4)
#213B04
(33,59,4)
#1C3004
(28,48,4)
#172504
(23,37,4)
#121A04
(18,26,4)
#0D0F04
(13,15,4)
#000000
(0,0,0)

Tints of #3F7D04

#3F7D04
(63,125,4)
#50881A
(80,136,26)
#619330
(97,147,48)
#729E46
(114,158,70)
#83A95C
(131,169,92)
#94B472
(148,180,114)
#A5BF88
(165,191,136)
#B6CA9E
(182,202,158)
#C7D5B4
(199,213,180)
#D8E0CA
(216,224,202)
#E9EBE0
(233,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7D04 color. Also use rgb(63,125,4) instead hex code.

Text Font Color

.myTextColor { color: #3F7D04; }

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

This text font color is #3F7D04.


Background Color

.myBgColor { background-color: #3F7D04; }

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

This div background color is #3F7D04.


Border color

.myBorderColor { border: 1px solid #3F7D04; }

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

This div border color is #3F7D04.


Opacity

.myOpacity80 { color: #3F7D04; opacity: 0.8; }

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

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

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

This text has shadow with #3F7D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7D04 on black background.


Color preview on white background

This text has color #3F7D04 on white background.



Black color preview on #3F7D04 background

This text has black color on #3F7D04 background.


White color preview on #3F7D04 background

This text has white color on #3F7D04 background.