COLOR #3B9D5B

HEX: #3B9D5B RGB: (59,157,91)

Color info

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

RGB color model

#3B9D5B color RGB value is (59,157,91).

RGB: (59,157,91) (23%, 62%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 157 of 255 = 62%
B 91 of 255 = 36%

59
157
91

R + G + B ~ 40%. #3B9D5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 59 + 157 + 91 = 307 (100%)
R 59 of 307 ~ 19.22%
G 157 of 307 ~ 51.14%
B 91 of 307 ~ 29.64'%

%19.22
%51.14
%29.64

CMYK color model

#3B9D5B color CMYK value is (62,0,42,38).

  • cyan value is 62.42%
  • magenta value is 0.00%
  • yellow value is 42.04%
  • key color value is 38.43%

CMYK: (62,0,42,38)
C62M0Y42K38 (62%, 0%, 42%, 38%)
(0.62 / 0.00 / 0.42 / 0.38)

CMYK percentages

%62.42
%0
%42.04
%38.43

Codes

Color #3B9D5B in popluar color models

3B 9D 5B
RGB 59 157 91
HSL 140° 45.37% 42.35%
HSB/HSV 140° 62.42% 61.57%
CMYK 62.42% 0.00% 42.04%
38.43%

Color #3B9D5B in popluar number systems.

HEX 3B 9D 5B
Decimal 59 157 91
Binary 111011 10011101 1011011
Octal 73 235 133

Shades and tints

Shades of #3B9D5B

#3B9D5B
(59,157,91)
#368F53
(54,143,83)
#31814B
(49,129,75)
#2C7343
(44,115,67)
#27653B
(39,101,59)
#225733
(34,87,51)
#1D492B
(29,73,43)
#183B23
(24,59,35)
#132D1B
(19,45,27)
#0E1F13
(14,31,19)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #3B9D5B

#3B9D5B
(59,157,91)
#4CA569
(76,165,105)
#5DAD77
(93,173,119)
#6EB585
(110,181,133)
#7FBD93
(127,189,147)
#90C5A1
(144,197,161)
#A1CDAF
(161,205,175)
#B2D5BD
(178,213,189)
#C3DDCB
(195,221,203)
#D4E5D9
(212,229,217)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9D5B color. Also use rgb(59,157,91) instead hex code.

Text Font Color

.myTextColor { color: #3B9D5B; }

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

This text font color is #3B9D5B.

Background Color

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

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

This div background color is #3B9D5B.

Border color

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

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

This div border color is #3B9D5B.

Opacity

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

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

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

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

This text has shadow with #3B9D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B9D5B.

Preview

Color preview on black background

This text has color #3B9D5B on black background.


Color preview on white background

This text has color #3B9D5B on white background.


Black color preview on #3B9D5B background

This text has black color on #3B9D5B background.


White color preview on #3B9D5B background

This text has white color on #3B9D5B background.


Related colors

Complementary color

Complementary color for #hex is #C462A4.


I love getcolorcode.com

Triadic colors

1 #5B3B9D and #9D5B3B with #3B9D5B are triadic colors.

2 #5B9D3B and #9D3B5B with #3B9D5B are triadic colors.