COLOR #3B9653

HEX: #3B9653
RGB: (59,150,83)

Color info

#3B9653 contains mainly green color. Web safe color of #3B9653 is #339966 (or #396).

RGB color model

#3B9653 color RGB value is (59,150,83).

  • red value is 59;
  • green value is 150;
  • blue value is 83.
RGB:
(59,150,83)
(23%,59%,33%)

RGB channels and saturation

R 59 of 255 = 23%
G 150 of 255 = 59%
B 83 of 255 = 33%

59
150
83

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

Portions of RGB colors in percentages

R + G + B =
59 + 150 + 83 = 292 (100%)
R 59 of 292 ~ 20.21%
G 150 of 292 ~ 51.37%
B 83 of 292 ~ 28.42%

%20.21
%51.37
%28.42

CMYK color model

#3B9653 color CMYK value is (61,0,45,41).

  • cyan value is 60.67%
  • magenta value is 0.00%
  • yellow value is 44.67%
  • key color value is 41.18%
CMYK:
(61,0,45,41)
C61M0Y45K41 
(61%,0%,45%,41%)
(0.61/0.00/0.45/0.41)	

CMYK percentages

%60.67
%0
%44.67
%41.18

Codes

Color #3B9653 in popluar color models

3B9653
RGB5915083
HSL136°43.54%40.98%
HSB/HSV136°60.67%58.82%
CMYK60.67%0.00%44.67%
41.18%

Color #3B9653 in popluar number systems.

HEX3B9653
Decimal5915083
Binary111011100101101010011
Octal73226123

Shades and tints

Shades of #3B9653

#3B9653
(59,150,83)
#36894C
(54,137,76)
#317C45
(49,124,69)
#2C6F3E
(44,111,62)
#276237
(39,98,55)
#225530
(34,85,48)
#1D4829
(29,72,41)
#183B22
(24,59,34)
#132E1B
(19,46,27)
#0E2114
(14,33,20)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #3B9653

#3B9653
(59,150,83)
#4C9F62
(76,159,98)
#5DA871
(93,168,113)
#6EB180
(110,177,128)
#7FBA8F
(127,186,143)
#90C39E
(144,195,158)
#A1CCAD
(161,204,173)
#B2D5BC
(178,213,188)
#C3DECB
(195,222,203)
#D4E7DA
(212,231,218)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B9653; }

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

This text font color is #3B9653.


Background Color

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

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

This div background color is #3B9653.


Border color

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

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

This div border color is #3B9653.


Opacity

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

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

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

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

This text has shadow with #3B9653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9653 on black background.


Color preview on white background

This text has color #3B9653 on white background.



Black color preview on #3B9653 background

This text has black color on #3B9653 background.


White color preview on #3B9653 background

This text has white color on #3B9653 background.