COLOR #3D964B

HEX: #3D964B RGB: (61,150,75)

Color info

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

RGB color model

#3D964B color RGB value is (61,150,75).

RGB: (61,150,75) (24%, 59%, 29%)

RGB channels and saturation

R 61 of 255 = 24%
G 150 of 255 = 59%
B 75 of 255 = 29%

61
150
75

R + G + B ~ 37%. #3D964B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 150 + 75 = 286 (100%)
R 61 of 286 ~ 21.33%
G 150 of 286 ~ 52.45%
B 75 of 286 ~ 26.22'%

%21.33
%52.45
%26.22

CMYK color model

#3D964B color CMYK value is (59,0,50,41).

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

CMYK: (59,0,50,41)
C59M0Y50K41 (59%, 0%, 50%, 41%)
(0.59 / 0.00 / 0.50 / 0.41)

CMYK percentages

%59.33
%0
%50
%41.18

Codes

Color #3D964B in popluar color models

3D 96 4B
RGB 61 150 75
HSL 129° 42.18% 41.37%
HSB/HSV 129° 59.33% 58.82%
CMYK 59.33% 0.00% 50.00%
41.18%

Color #3D964B in popluar number systems.

HEX 3D 96 4B
Decimal 61 150 75
Binary 111101 10010110 1001011
Octal 75 226 113

Shades and tints

Shades of #3D964B

#3D964B
(61,150,75)
#388945
(56,137,69)
#337C3F
(51,124,63)
#2E6F39
(46,111,57)
#296233
(41,98,51)
#24552D
(36,85,45)
#1F4827
(31,72,39)
#1A3B21
(26,59,33)
#152E1B
(21,46,27)
#102115
(16,33,21)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #3D964B

#3D964B
(61,150,75)
#4E9F5B
(78,159,91)
#5FA86B
(95,168,107)
#70B17B
(112,177,123)
#81BA8B
(129,186,139)
#92C39B
(146,195,155)
#A3CCAB
(163,204,171)
#B4D5BB
(180,213,187)
#C5DECB
(197,222,203)
#D6E7DB
(214,231,219)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D964B; }

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

This text font color is #3D964B.

Background Color

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

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

This div background color is #3D964B.

Border color

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

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

This div border color is #3D964B.

Opacity

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

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

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

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

This text has shadow with #3D964B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D964B.

Preview

Color preview on black background

This text has color #3D964B on black background.


Color preview on white background

This text has color #3D964B on white background.


Black color preview on #3D964B background

This text has black color on #3D964B background.


White color preview on #3D964B background

This text has white color on #3D964B background.


Related colors

Complementary color

Complementary color for #hex is #C269B4.


I love getcolorcode.com

Triadic colors

1 #4B3D96 and #964B3D with #3D964B are triadic colors.

2 #4B963D and #963D4B with #3D964B are triadic colors.