COLOR #3F7A1A

HEX: #3F7A1A
RGB: (63,122,26)

Color info

#3F7A1A contains mainly red and green colors. Web safe color of #3F7A1A is #336600 (or #360).

RGB color model

#3F7A1A color RGB value is (63,122,26).

  • red value is 63;
  • green value is 122;
  • blue value is 26.
RGB:
(63,122,26)
(25%,48%,10%)

RGB channels and saturation

R 63 of 255 = 25%
G 122 of 255 = 48%
B 26 of 255 = 10%

63
122
26

R + G + B ~ 28%. #3F7A1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 122 + 26 = 211 (100%)
R 63 of 211 ~ 29.86%
G 122 of 211 ~ 57.82%
B 26 of 211 ~ 12.32%

%29.86
%57.82
%12.32

CMYK color model

#3F7A1A color CMYK value is (48,0,79,52).

  • cyan value is 48.36%
  • magenta value is 0.00%
  • yellow value is 78.69%
  • key color value is 52.16%
CMYK:
(48,0,79,52)
C48M0Y79K52 
(48%,0%,79%,52%)
(0.48/0.00/0.79/0.52)	

CMYK percentages

%48.36
%0
%78.69
%52.16

Codes

Color #3F7A1A in popluar color models

3F7A1A
RGB6312226
HSL97°64.86%29.02%
HSB/HSV97°78.69%47.84%
CMYK48.36%0.00%78.69%
52.16%

Color #3F7A1A in popluar number systems.

HEX3F7A1A
Decimal6312226
Binary111111111101011010
Octal7717232

Shades and tints

Shades of #3F7A1A

#3F7A1A
(63,122,26)
#3A6F18
(58,111,24)
#356416
(53,100,22)
#305914
(48,89,20)
#2B4E12
(43,78,18)
#264310
(38,67,16)
#21380E
(33,56,14)
#1C2D0C
(28,45,12)
#17220A
(23,34,10)
#121708
(18,23,8)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #3F7A1A

#3F7A1A
(63,122,26)
#50862E
(80,134,46)
#619242
(97,146,66)
#729E56
(114,158,86)
#83AA6A
(131,170,106)
#94B67E
(148,182,126)
#A5C292
(165,194,146)
#B6CEA6
(182,206,166)
#C7DABA
(199,218,186)
#D8E6CE
(216,230,206)
#E9F2E2
(233,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7A1A color. Also use rgb(63,122,26) instead hex code.

Text Font Color

.myTextColor { color: #3F7A1A; }

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

This text font color is #3F7A1A.


Background Color

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

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

This div background color is #3F7A1A.


Border color

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

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

This div border color is #3F7A1A.


Opacity

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

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

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

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

This text has shadow with #3F7A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7A1A on black background.


Color preview on white background

This text has color #3F7A1A on white background.



Black color preview on #3F7A1A background

This text has black color on #3F7A1A background.


White color preview on #3F7A1A background

This text has white color on #3F7A1A background.