COLOR #3D963B

HEX: #3D963B RGB: (61,150,59)

Color info

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

RGB color model

#3D963B color RGB value is (61,150,59).

RGB: (61,150,59) (24%, 59%, 23%)

RGB channels and saturation

R 61 of 255 = 24%
G 150 of 255 = 59%
B 59 of 255 = 23%

61
150
59

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

Portions of RGB colors in percentages

R + G + B = 61 + 150 + 59 = 270 (100%)
R 61 of 270 ~ 22.59%
G 150 of 270 ~ 55.56%
B 59 of 270 ~ 21.85'%

%22.59
%55.56
%21.85

CMYK color model

#3D963B color CMYK value is (59,0,61,41).

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

CMYK: (59,0,61,41)
C59M0Y61K41 (59%, 0%, 61%, 41%)
(0.59 / 0.00 / 0.61 / 0.41)

CMYK percentages

%59.33
%0
%60.67
%41.18

Codes

Color #3D963B in popluar color models

3D 96 3B
RGB 61 150 59
HSL 119° 43.54% 40.98%
HSB/HSV 119° 60.67% 58.82%
CMYK 59.33% 0.00% 60.67%
41.18%

Color #3D963B in popluar number systems.

HEX 3D 96 3B
Decimal 61 150 59
Binary 111101 10010110 111011
Octal 75 226 73

Shades and tints

Shades of #3D963B

#3D963B
(61,150,59)
#388936
(56,137,54)
#337C31
(51,124,49)
#2E6F2C
(46,111,44)
#296227
(41,98,39)
#245522
(36,85,34)
#1F481D
(31,72,29)
#1A3B18
(26,59,24)
#152E13
(21,46,19)
#10210E
(16,33,14)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #3D963B

#3D963B
(61,150,59)
#4E9F4C
(78,159,76)
#5FA85D
(95,168,93)
#70B16E
(112,177,110)
#81BA7F
(129,186,127)
#92C390
(146,195,144)
#A3CCA1
(163,204,161)
#B4D5B2
(180,213,178)
#C5DEC3
(197,222,195)
#D6E7D4
(214,231,212)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D963B; }

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

This text font color is #3D963B.

Background Color

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

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

This div background color is #3D963B.

Border color

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

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

This div border color is #3D963B.

Opacity

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

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

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

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

This text has shadow with #3D963B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D963B.

Preview

Color preview on black background

This text has color #3D963B on black background.


Color preview on white background

This text has color #3D963B on white background.


Black color preview on #3D963B background

This text has black color on #3D963B background.


White color preview on #3D963B background

This text has white color on #3D963B background.


Related colors

Complementary color

Complementary color for #hex is #C269C4.


I love getcolorcode.com

Triadic colors

1 #3B3D96 and #963B3D with #3D963B are triadic colors.

2 #3B963D and #963D3B with #3D963B are triadic colors.