COLOR #3BC27C

HEX: #3BC27C
RGB: (59,194,124)

Color info

#3BC27C contains mainly green color. Web safe color of #3BC27C is #33CC66 (or #3C6).

RGB color model

#3BC27C color RGB value is (59,194,124).

  • red value is 59;
  • green value is 194;
  • blue value is 124.
RGB:
(59,194,124)
(23%,76%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 194 of 255 = 76%
B 124 of 255 = 49%

59
194
124

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

Portions of RGB colors in percentages

R + G + B =
59 + 194 + 124 = 377 (100%)
R 59 of 377 ~ 15.65%
G 194 of 377 ~ 51.46%
B 124 of 377 ~ 32.89%

%15.65
%51.46
%32.89

CMYK color model

#3BC27C color CMYK value is (70,0,36,24).

  • cyan value is 69.59%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 23.92%
CMYK:
(70,0,36,24)
C70M0Y36K24 
(70%,0%,36%,24%)
(0.70/0.00/0.36/0.24)	

CMYK percentages

%69.59
%0
%36.08
%23.92

Codes

Color #3BC27C in popluar color models

3BC27C
RGB59194124
HSL149°53.36%49.61%
HSB/HSV149°69.59%76.08%
CMYK69.59%0.00%36.08%
23.92%

Color #3BC27C in popluar number systems.

HEX3BC27C
Decimal59194124
Binary111011110000101111100
Octal73302174

Shades and tints

Shades of #3BC27C

#3BC27C
(59,194,124)
#36B171
(54,177,113)
#31A066
(49,160,102)
#2C8F5B
(44,143,91)
#277E50
(39,126,80)
#226D45
(34,109,69)
#1D5C3A
(29,92,58)
#184B2F
(24,75,47)
#133A24
(19,58,36)
#0E2919
(14,41,25)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #3BC27C

#3BC27C
(59,194,124)
#4CC787
(76,199,135)
#5DCC92
(93,204,146)
#6ED19D
(110,209,157)
#7FD6A8
(127,214,168)
#90DBB3
(144,219,179)
#A1E0BE
(161,224,190)
#B2E5C9
(178,229,201)
#C3EAD4
(195,234,212)
#D4EFDF
(212,239,223)
#E5F4EA
(229,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BC27C color. Also use rgb(59,194,124) instead hex code.

Text Font Color

.myTextColor { color: #3BC27C; }

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

This text font color is #3BC27C.


Background Color

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

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

This div background color is #3BC27C.


Border color

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

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

This div border color is #3BC27C.


Opacity

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

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

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

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

This text has shadow with #3BC27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BC27C on black background.


Color preview on white background

This text has color #3BC27C on white background.



Black color preview on #3BC27C background

This text has black color on #3BC27C background.


White color preview on #3BC27C background

This text has white color on #3BC27C background.