COLOR #3F964B

HEX: #3F964B RGB: (63,150,75)

Color info

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

RGB color model

#3F964B color RGB value is (63,150,75).

RGB: (63,150,75) (25%, 59%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 150 of 255 = 59%
B 75 of 255 = 29%

63
150
75

R + G + B ~ 38%. #3F964B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 150 + 75 = 288 (100%)
R 63 of 288 ~ 21.88%
G 150 of 288 ~ 52.08%
B 75 of 288 ~ 26.04'%

%21.88
%52.08
%26.04

CMYK color model

#3F964B color CMYK value is (58,0,50,41).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 41.18%

CMYK: (58,0,50,41)
C58M0Y50K41 (58%, 0%, 50%, 41%)
(0.58 / 0.00 / 0.50 / 0.41)

CMYK percentages

%58
%0
%50
%41.18

Codes

Color #3F964B in popluar color models

3F 96 4B
RGB 63 150 75
HSL 128° 40.85% 41.76%
HSB/HSV 128° 58.00% 58.82%
CMYK 58.00% 0.00% 50.00%
41.18%

Color #3F964B in popluar number systems.

HEX 3F 96 4B
Decimal 63 150 75
Binary 111111 10010110 1001011
Octal 77 226 113

Shades and tints

Shades of #3F964B

#3F964B
(63,150,75)
#3A8945
(58,137,69)
#357C3F
(53,124,63)
#306F39
(48,111,57)
#2B6233
(43,98,51)
#26552D
(38,85,45)
#214827
(33,72,39)
#1C3B21
(28,59,33)
#172E1B
(23,46,27)
#122115
(18,33,21)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #3F964B

#3F964B
(63,150,75)
#509F5B
(80,159,91)
#61A86B
(97,168,107)
#72B17B
(114,177,123)
#83BA8B
(131,186,139)
#94C39B
(148,195,155)
#A5CCAB
(165,204,171)
#B6D5BB
(182,213,187)
#C7DECB
(199,222,203)
#D8E7DB
(216,231,219)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F964B color. Also use rgb(63,150,75) instead hex code.

Text Font Color

.myTextColor { color: #3F964B; }

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

This text font color is #3F964B.

Background Color

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

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

This div background color is #3F964B.

Border color

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

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

This div border color is #3F964B.

Opacity

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

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

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

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

This text has shadow with #3F964B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F964B.

Preview

Color preview on black background

This text has color #3F964B on black background.


Color preview on white background

This text has color #3F964B on white background.


Black color preview on #3F964B background

This text has black color on #3F964B background.


White color preview on #3F964B background

This text has white color on #3F964B background.


Related colors

Complementary color

Complementary color for #hex is #C069B4.


I love getcolorcode.com

Triadic colors

1 #4B3F96 and #964B3F with #3F964B are triadic colors.

2 #4B963F and #963F4B with #3F964B are triadic colors.