COLOR #3B9553

HEX: #3B9553
RGB: (59,149,83)

Color info

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

RGB color model

#3B9553 color RGB value is (59,149,83).

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

RGB channels and saturation

R 59 of 255 = 23%
G 149 of 255 = 58%
B 83 of 255 = 33%

59
149
83

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

Portions of RGB colors in percentages

R + G + B =
59 + 149 + 83 = 291 (100%)
R 59 of 291 ~ 20.27%
G 149 of 291 ~ 51.2%
B 83 of 291 ~ 28.52%

%20.27
%51.2
%28.52

CMYK color model

#3B9553 color CMYK value is (60,0,44,42).

  • cyan value is 60.40%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 41.57%
CMYK:
(60,0,44,42)
C60M0Y44K42 
(60%,0%,44%,42%)
(0.60/0.00/0.44/0.42)	

CMYK percentages

%60.4
%0
%44.3
%41.57

Codes

Color #3B9553 in popluar color models

3B9553
RGB5914983
HSL136°43.27%40.78%
HSB/HSV136°60.40%58.43%
CMYK60.40%0.00%44.30%
41.57%

Color #3B9553 in popluar number systems.

HEX3B9553
Decimal5914983
Binary111011100101011010011
Octal73225123

Shades and tints

Shades of #3B9553

#3B9553
(59,149,83)
#36884C
(54,136,76)
#317B45
(49,123,69)
#2C6E3E
(44,110,62)
#276137
(39,97,55)
#225430
(34,84,48)
#1D4729
(29,71,41)
#183A22
(24,58,34)
#132D1B
(19,45,27)
#0E2014
(14,32,20)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #3B9553

#3B9553
(59,149,83)
#4C9E62
(76,158,98)
#5DA771
(93,167,113)
#6EB080
(110,176,128)
#7FB98F
(127,185,143)
#90C29E
(144,194,158)
#A1CBAD
(161,203,173)
#B2D4BC
(178,212,188)
#C3DDCB
(195,221,203)
#D4E6DA
(212,230,218)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B9553; }

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

This text font color is #3B9553.


Background Color

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

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

This div background color is #3B9553.


Border color

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

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

This div border color is #3B9553.


Opacity

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

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

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

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

This text has shadow with #3B9553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9553 on black background.


Color preview on white background

This text has color #3B9553 on white background.



Black color preview on #3B9553 background

This text has black color on #3B9553 background.


White color preview on #3B9553 background

This text has white color on #3B9553 background.