COLOR #3D9B36

HEX: #3D9B36
RGB: (61,155,54)

Color info

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

RGB color model

#3D9B36 color RGB value is (61,155,54).

  • red value is 61;
  • green value is 155;
  • blue value is 54.
RGB:
(61,155,54)
(24%,61%,21%)

RGB channels and saturation

R 61 of 255 = 24%
G 155 of 255 = 61%
B 54 of 255 = 21%

61
155
54

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

Portions of RGB colors in percentages

R + G + B =
61 + 155 + 54 = 270 (100%)
R 61 of 270 ~ 22.59%
G 155 of 270 ~ 57.41%
B 54 of 270 ~ 20%

%22.59
%57.41
%20

CMYK color model

#3D9B36 color CMYK value is (61,0,65,39).

  • cyan value is 60.65%
  • magenta value is 0.00%
  • yellow value is 65.16%
  • key color value is 39.22%
CMYK:
(61,0,65,39)
C61M0Y65K39 
(61%,0%,65%,39%)
(0.61/0.00/0.65/0.39)	

CMYK percentages

%60.65
%0
%65.16
%39.22

Codes

Color #3D9B36 in popluar color models

3D9B36
RGB6115554
HSL116°48.33%40.98%
HSB/HSV116°65.16%60.78%
CMYK60.65%0.00%65.16%
39.22%

Color #3D9B36 in popluar number systems.

HEX3D9B36
Decimal6115554
Binary11110110011011110110
Octal7523366

Shades and tints

Shades of #3D9B36

#3D9B36
(61,155,54)
#388D32
(56,141,50)
#337F2E
(51,127,46)
#2E712A
(46,113,42)
#296326
(41,99,38)
#245522
(36,85,34)
#1F471E
(31,71,30)
#1A391A
(26,57,26)
#152B16
(21,43,22)
#101D12
(16,29,18)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #3D9B36

#3D9B36
(61,155,54)
#4EA448
(78,164,72)
#5FAD5A
(95,173,90)
#70B66C
(112,182,108)
#81BF7E
(129,191,126)
#92C890
(146,200,144)
#A3D1A2
(163,209,162)
#B4DAB4
(180,218,180)
#C5E3C6
(197,227,198)
#D6ECD8
(214,236,216)
#E7F5EA
(231,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D9B36 color. Also use rgb(61,155,54) instead hex code.

Text Font Color

.myTextColor { color: #3D9B36; }

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

This text font color is #3D9B36.


Background Color

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

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

This div background color is #3D9B36.


Border color

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

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

This div border color is #3D9B36.


Opacity

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

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

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

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

This text has shadow with #3D9B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D9B36 on black background.


Color preview on white background

This text has color #3D9B36 on white background.



Black color preview on #3D9B36 background

This text has black color on #3D9B36 background.


White color preview on #3D9B36 background

This text has white color on #3D9B36 background.