COLOR #3BD289

HEX: #3BD289
RGB: (59,210,137)

Color info

#3BD289 contains mainly green color. Web safe color of #3BD289 is #33CC99 (or #3C9).

RGB color model

#3BD289 color RGB value is (59,210,137).

  • red value is 59;
  • green value is 210;
  • blue value is 137.
RGB:
(59,210,137)
(23%,82%,54%)

RGB channels and saturation

R 59 of 255 = 23%
G 210 of 255 = 82%
B 137 of 255 = 54%

59
210
137

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

Portions of RGB colors in percentages

R + G + B =
59 + 210 + 137 = 406 (100%)
R 59 of 406 ~ 14.53%
G 210 of 406 ~ 51.72%
B 137 of 406 ~ 33.74%

%14.53
%51.72
%33.74

CMYK color model

#3BD289 color CMYK value is (72,0,35,18).

  • cyan value is 71.90%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK:
(72,0,35,18)
C72M0Y35K18 
(72%,0%,35%,18%)
(0.72/0.00/0.35/0.18)	

CMYK percentages

%71.9
%0
%34.76
%17.65

Codes

Color #3BD289 in popluar color models

3BD289
RGB59210137
HSL151°62.66%52.75%
HSB/HSV151°71.90%82.35%
CMYK71.90%0.00%34.76%
17.65%

Color #3BD289 in popluar number systems.

HEX3BD289
Decimal59210137
Binary1110111101001010001001
Octal73322211

Shades and tints

Shades of #3BD289

#3BD289
(59,210,137)
#36BF7D
(54,191,125)
#31AC71
(49,172,113)
#2C9965
(44,153,101)
#278659
(39,134,89)
#22734D
(34,115,77)
#1D6041
(29,96,65)
#184D35
(24,77,53)
#133A29
(19,58,41)
#0E271D
(14,39,29)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #3BD289

#3BD289
(59,210,137)
#4CD693
(76,214,147)
#5DDA9D
(93,218,157)
#6EDEA7
(110,222,167)
#7FE2B1
(127,226,177)
#90E6BB
(144,230,187)
#A1EAC5
(161,234,197)
#B2EECF
(178,238,207)
#C3F2D9
(195,242,217)
#D4F6E3
(212,246,227)
#E5FAED
(229,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BD289 color. Also use rgb(59,210,137) instead hex code.

Text Font Color

.myTextColor { color: #3BD289; }

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

This text font color is #3BD289.


Background Color

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

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

This div background color is #3BD289.


Border color

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

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

This div border color is #3BD289.


Opacity

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

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

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

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

This text has shadow with #3BD289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BD289 on black background.


Color preview on white background

This text has color #3BD289 on white background.



Black color preview on #3BD289 background

This text has black color on #3BD289 background.


White color preview on #3BD289 background

This text has white color on #3BD289 background.