COLOR #3BB778

HEX: #3BB778
RGB: (59,183,120)

Color info

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

RGB color model

#3BB778 color RGB value is (59,183,120).

  • red value is 59;
  • green value is 183;
  • blue value is 120.
RGB:
(59,183,120)
(23%,72%,47%)

RGB channels and saturation

R 59 of 255 = 23%
G 183 of 255 = 72%
B 120 of 255 = 47%

59
183
120

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

Portions of RGB colors in percentages

R + G + B =
59 + 183 + 120 = 362 (100%)
R 59 of 362 ~ 16.3%
G 183 of 362 ~ 50.55%
B 120 of 362 ~ 33.15%

%16.3
%50.55
%33.15

CMYK color model

#3BB778 color CMYK value is (68,0,34,28).

  • cyan value is 67.76%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK:
(68,0,34,28)
C68M0Y34K28 
(68%,0%,34%,28%)
(0.68/0.00/0.34/0.28)	

CMYK percentages

%67.76
%0
%34.43
%28.24

Codes

Color #3BB778 in popluar color models

3BB778
RGB59183120
HSL150°51.24%47.45%
HSB/HSV150°67.76%71.76%
CMYK67.76%0.00%34.43%
28.24%

Color #3BB778 in popluar number systems.

HEX3BB778
Decimal59183120
Binary111011101101111111000
Octal73267170

Shades and tints

Shades of #3BB778

#3BB778
(59,183,120)
#36A76E
(54,167,110)
#319764
(49,151,100)
#2C875A
(44,135,90)
#277750
(39,119,80)
#226746
(34,103,70)
#1D573C
(29,87,60)
#184732
(24,71,50)
#133728
(19,55,40)
#0E271E
(14,39,30)
#091714
(9,23,20)
#000000
(0,0,0)

Tints of #3BB778

#3BB778
(59,183,120)
#4CBD84
(76,189,132)
#5DC390
(93,195,144)
#6EC99C
(110,201,156)
#7FCFA8
(127,207,168)
#90D5B4
(144,213,180)
#A1DBC0
(161,219,192)
#B2E1CC
(178,225,204)
#C3E7D8
(195,231,216)
#D4EDE4
(212,237,228)
#E5F3F0
(229,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BB778 color. Also use rgb(59,183,120) instead hex code.

Text Font Color

.myTextColor { color: #3BB778; }

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

This text font color is #3BB778.


Background Color

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

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

This div background color is #3BB778.


Border color

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

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

This div border color is #3BB778.


Opacity

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

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

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

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

This text has shadow with #3BB778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BB778 on black background.


Color preview on white background

This text has color #3BB778 on white background.



Black color preview on #3BB778 background

This text has black color on #3BB778 background.


White color preview on #3BB778 background

This text has white color on #3BB778 background.