COLOR #3BB164

HEX: #3BB164
RGB: (59,177,100)

Color info

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

RGB color model

#3BB164 color RGB value is (59,177,100).

  • red value is 59;
  • green value is 177;
  • blue value is 100.
RGB:
(59,177,100)
(23%,69%,39%)

RGB channels and saturation

R 59 of 255 = 23%
G 177 of 255 = 69%
B 100 of 255 = 39%

59
177
100

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

Portions of RGB colors in percentages

R + G + B =
59 + 177 + 100 = 336 (100%)
R 59 of 336 ~ 17.56%
G 177 of 336 ~ 52.68%
B 100 of 336 ~ 29.76%

%17.56
%52.68
%29.76

CMYK color model

#3BB164 color CMYK value is (67,0,44,31).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(67,0,44,31)
C67M0Y44K31 
(67%,0%,44%,31%)
(0.67/0.00/0.44/0.31)	

CMYK percentages

%66.67
%0
%43.5
%30.59

Codes

Color #3BB164 in popluar color models

3BB164
RGB59177100
HSL141°50.00%46.27%
HSB/HSV141°66.67%69.41%
CMYK66.67%0.00%43.50%
30.59%

Color #3BB164 in popluar number systems.

HEX3BB164
Decimal59177100
Binary111011101100011100100
Octal73261144

Shades and tints

Shades of #3BB164

#3BB164
(59,177,100)
#36A15B
(54,161,91)
#319152
(49,145,82)
#2C8149
(44,129,73)
#277140
(39,113,64)
#226137
(34,97,55)
#1D512E
(29,81,46)
#184125
(24,65,37)
#13311C
(19,49,28)
#0E2113
(14,33,19)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #3BB164

#3BB164
(59,177,100)
#4CB872
(76,184,114)
#5DBF80
(93,191,128)
#6EC68E
(110,198,142)
#7FCD9C
(127,205,156)
#90D4AA
(144,212,170)
#A1DBB8
(161,219,184)
#B2E2C6
(178,226,198)
#C3E9D4
(195,233,212)
#D4F0E2
(212,240,226)
#E5F7F0
(229,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BB164 color. Also use rgb(59,177,100) instead hex code.

Text Font Color

.myTextColor { color: #3BB164; }

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

This text font color is #3BB164.


Background Color

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

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

This div background color is #3BB164.


Border color

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

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

This div border color is #3BB164.


Opacity

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

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

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

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

This text has shadow with #3BB164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BB164 on black background.


Color preview on white background

This text has color #3BB164 on white background.



Black color preview on #3BB164 background

This text has black color on #3BB164 background.


White color preview on #3BB164 background

This text has white color on #3BB164 background.