COLOR #3F8425

HEX: #3F8425
RGB: (63,132,37)

Color info

#3F8425 contains mainly green color. Web safe color of #3F8425 is #339933 (or #393).

RGB color model

#3F8425 color RGB value is (63,132,37).

  • red value is 63;
  • green value is 132;
  • blue value is 37.
RGB:
(63,132,37)
(25%,52%,15%)

RGB channels and saturation

R 63 of 255 = 25%
G 132 of 255 = 52%
B 37 of 255 = 15%

63
132
37

R + G + B ~ 31%. #3F8425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 132 + 37 = 232 (100%)
R 63 of 232 ~ 27.16%
G 132 of 232 ~ 56.9%
B 37 of 232 ~ 15.95%

%27.16
%56.9
%15.95

CMYK color model

#3F8425 color CMYK value is (52,0,72,48).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 71.97%
  • key color value is 48.24%
CMYK:
(52,0,72,48)
C52M0Y72K48 
(52%,0%,72%,48%)
(0.52/0.00/0.72/0.48)	

CMYK percentages

%52.27
%0
%71.97
%48.24

Codes

Color #3F8425 in popluar color models

3F8425
RGB6313237
HSL104°56.21%33.14%
HSB/HSV104°71.97%51.76%
CMYK52.27%0.00%71.97%
48.24%

Color #3F8425 in popluar number systems.

HEX3F8425
Decimal6313237
Binary11111110000100100101
Octal7720445

Shades and tints

Shades of #3F8425

#3F8425
(63,132,37)
#3A7822
(58,120,34)
#356C1F
(53,108,31)
#30601C
(48,96,28)
#2B5419
(43,84,25)
#264816
(38,72,22)
#213C13
(33,60,19)
#1C3010
(28,48,16)
#17240D
(23,36,13)
#12180A
(18,24,10)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #3F8425

#3F8425
(63,132,37)
#508F38
(80,143,56)
#619A4B
(97,154,75)
#72A55E
(114,165,94)
#83B071
(131,176,113)
#94BB84
(148,187,132)
#A5C697
(165,198,151)
#B6D1AA
(182,209,170)
#C7DCBD
(199,220,189)
#D8E7D0
(216,231,208)
#E9F2E3
(233,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8425 color. Also use rgb(63,132,37) instead hex code.

Text Font Color

.myTextColor { color: #3F8425; }

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

This text font color is #3F8425.


Background Color

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

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

This div background color is #3F8425.


Border color

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

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

This div border color is #3F8425.


Opacity

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

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

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

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

This text has shadow with #3F8425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8425 on black background.


Color preview on white background

This text has color #3F8425 on white background.



Black color preview on #3F8425 background

This text has black color on #3F8425 background.


White color preview on #3F8425 background

This text has white color on #3F8425 background.