COLOR #3F9B30

HEX: #3F9B30
RGB: (63,155,48)

Color info

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

RGB color model

#3F9B30 color RGB value is (63,155,48).

  • red value is 63;
  • green value is 155;
  • blue value is 48.
RGB:
(63,155,48)
(25%,61%,19%)

RGB channels and saturation

R 63 of 255 = 25%
G 155 of 255 = 61%
B 48 of 255 = 19%

63
155
48

R + G + B ~ 35%. #3F9B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 155 + 48 = 266 (100%)
R 63 of 266 ~ 23.68%
G 155 of 266 ~ 58.27%
B 48 of 266 ~ 18.05%

%23.68
%58.27
%18.05

CMYK color model

#3F9B30 color CMYK value is (59,0,69,39).

  • cyan value is 59.35%
  • magenta value is 0.00%
  • yellow value is 69.03%
  • key color value is 39.22%
CMYK:
(59,0,69,39)
C59M0Y69K39 
(59%,0%,69%,39%)
(0.59/0.00/0.69/0.39)	

CMYK percentages

%59.35
%0
%69.03
%39.22

Codes

Color #3F9B30 in popluar color models

3F9B30
RGB6315548
HSL112°52.71%39.80%
HSB/HSV112°69.03%60.78%
CMYK59.35%0.00%69.03%
39.22%

Color #3F9B30 in popluar number systems.

HEX3F9B30
Decimal6315548
Binary11111110011011110000
Octal7723360

Shades and tints

Shades of #3F9B30

#3F9B30
(63,155,48)
#3A8D2C
(58,141,44)
#357F28
(53,127,40)
#307124
(48,113,36)
#2B6320
(43,99,32)
#26551C
(38,85,28)
#214718
(33,71,24)
#1C3914
(28,57,20)
#172B10
(23,43,16)
#121D0C
(18,29,12)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #3F9B30

#3F9B30
(63,155,48)
#50A442
(80,164,66)
#61AD54
(97,173,84)
#72B666
(114,182,102)
#83BF78
(131,191,120)
#94C88A
(148,200,138)
#A5D19C
(165,209,156)
#B6DAAE
(182,218,174)
#C7E3C0
(199,227,192)
#D8ECD2
(216,236,210)
#E9F5E4
(233,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9B30 color. Also use rgb(63,155,48) instead hex code.

Text Font Color

.myTextColor { color: #3F9B30; }

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

This text font color is #3F9B30.


Background Color

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

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

This div background color is #3F9B30.


Border color

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

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

This div border color is #3F9B30.


Opacity

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

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

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

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

This text has shadow with #3F9B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9B30 on black background.


Color preview on white background

This text has color #3F9B30 on white background.



Black color preview on #3F9B30 background

This text has black color on #3F9B30 background.


White color preview on #3F9B30 background

This text has white color on #3F9B30 background.