COLOR #3BAC61

HEX: #3BAC61
RGB: (59,172,97)

Color info

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

RGB color model

#3BAC61 color RGB value is (59,172,97).

  • red value is 59;
  • green value is 172;
  • blue value is 97.
RGB:
(59,172,97)
(23%,67%,38%)

RGB channels and saturation

R 59 of 255 = 23%
G 172 of 255 = 67%
B 97 of 255 = 38%

59
172
97

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

Portions of RGB colors in percentages

R + G + B =
59 + 172 + 97 = 328 (100%)
R 59 of 328 ~ 17.99%
G 172 of 328 ~ 52.44%
B 97 of 328 ~ 29.57%

%17.99
%52.44
%29.57

CMYK color model

#3BAC61 color CMYK value is (66,0,44,33).

  • cyan value is 65.70%
  • magenta value is 0.00%
  • yellow value is 43.60%
  • key color value is 32.55%
CMYK:
(66,0,44,33)
C66M0Y44K33 
(66%,0%,44%,33%)
(0.66/0.00/0.44/0.33)	

CMYK percentages

%65.7
%0
%43.6
%32.55

Codes

Color #3BAC61 in popluar color models

3BAC61
RGB5917297
HSL140°48.92%45.29%
HSB/HSV140°65.70%67.45%
CMYK65.70%0.00%43.60%
32.55%

Color #3BAC61 in popluar number systems.

HEX3BAC61
Decimal5917297
Binary111011101011001100001
Octal73254141

Shades and tints

Shades of #3BAC61

#3BAC61
(59,172,97)
#369D59
(54,157,89)
#318E51
(49,142,81)
#2C7F49
(44,127,73)
#277041
(39,112,65)
#226139
(34,97,57)
#1D5231
(29,82,49)
#184329
(24,67,41)
#133421
(19,52,33)
#0E2519
(14,37,25)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #3BAC61

#3BAC61
(59,172,97)
#4CB36F
(76,179,111)
#5DBA7D
(93,186,125)
#6EC18B
(110,193,139)
#7FC899
(127,200,153)
#90CFA7
(144,207,167)
#A1D6B5
(161,214,181)
#B2DDC3
(178,221,195)
#C3E4D1
(195,228,209)
#D4EBDF
(212,235,223)
#E5F2ED
(229,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BAC61 color. Also use rgb(59,172,97) instead hex code.

Text Font Color

.myTextColor { color: #3BAC61; }

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

This text font color is #3BAC61.


Background Color

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

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

This div background color is #3BAC61.


Border color

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

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

This div border color is #3BAC61.


Opacity

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

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

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

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

This text has shadow with #3BAC61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BAC61 on black background.


Color preview on white background

This text has color #3BAC61 on white background.



Black color preview on #3BAC61 background

This text has black color on #3BAC61 background.


White color preview on #3BAC61 background

This text has white color on #3BAC61 background.