COLOR #3BA87F

HEX: #3BA87F
RGB: (59,168,127)

Color info

#3BA87F contains mainly green and blue colors. Web safe color of #3BA87F is #339966 (or #396).

RGB color model

#3BA87F color RGB value is (59,168,127).

  • red value is 59;
  • green value is 168;
  • blue value is 127.
RGB:
(59,168,127)
(23%,66%,50%)

RGB channels and saturation

R 59 of 255 = 23%
G 168 of 255 = 66%
B 127 of 255 = 50%

59
168
127

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

Portions of RGB colors in percentages

R + G + B =
59 + 168 + 127 = 354 (100%)
R 59 of 354 ~ 16.67%
G 168 of 354 ~ 47.46%
B 127 of 354 ~ 35.88%

%16.67
%47.46
%35.88

CMYK color model

#3BA87F color CMYK value is (65,0,24,34).

  • cyan value is 64.88%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(65,0,24,34)
C65M0Y24K34 
(65%,0%,24%,34%)
(0.65/0.00/0.24/0.34)	

CMYK percentages

%64.88
%0
%24.4
%34.12

Codes

Color #3BA87F in popluar color models

3BA87F
RGB59168127
HSL157°48.02%44.51%
HSB/HSV157°64.88%65.88%
CMYK64.88%0.00%24.40%
34.12%

Color #3BA87F in popluar number systems.

HEX3BA87F
Decimal59168127
Binary111011101010001111111
Octal73250177

Shades and tints

Shades of #3BA87F

#3BA87F
(59,168,127)
#369974
(54,153,116)
#318A69
(49,138,105)
#2C7B5E
(44,123,94)
#276C53
(39,108,83)
#225D48
(34,93,72)
#1D4E3D
(29,78,61)
#183F32
(24,63,50)
#133027
(19,48,39)
#0E211C
(14,33,28)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #3BA87F

#3BA87F
(59,168,127)
#4CAF8A
(76,175,138)
#5DB695
(93,182,149)
#6EBDA0
(110,189,160)
#7FC4AB
(127,196,171)
#90CBB6
(144,203,182)
#A1D2C1
(161,210,193)
#B2D9CC
(178,217,204)
#C3E0D7
(195,224,215)
#D4E7E2
(212,231,226)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BA87F color. Also use rgb(59,168,127) instead hex code.

Text Font Color

.myTextColor { color: #3BA87F; }

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

This text font color is #3BA87F.


Background Color

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

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

This div background color is #3BA87F.


Border color

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

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

This div border color is #3BA87F.


Opacity

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

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

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

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

This text has shadow with #3BA87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BA87F on black background.


Color preview on white background

This text has color #3BA87F on white background.



Black color preview on #3BA87F background

This text has black color on #3BA87F background.


White color preview on #3BA87F background

This text has white color on #3BA87F background.