COLOR #3BA440

HEX: #3BA440
RGB: (59,164,64)

Color info

#3BA440 contains mainly green color. Web safe color of #3BA440 is #339933 (or #393).

RGB color model

#3BA440 color RGB value is (59,164,64).

  • red value is 59;
  • green value is 164;
  • blue value is 64.
RGB:
(59,164,64)
(23%,64%,25%)

RGB channels and saturation

R 59 of 255 = 23%
G 164 of 255 = 64%
B 64 of 255 = 25%

59
164
64

R + G + B ~ 37%. #3BA440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 164 + 64 = 287 (100%)
R 59 of 287 ~ 20.56%
G 164 of 287 ~ 57.14%
B 64 of 287 ~ 22.3%

%20.56
%57.14
%22.3

CMYK color model

#3BA440 color CMYK value is (64,0,61,36).

  • cyan value is 64.02%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 35.69%
CMYK:
(64,0,61,36)
C64M0Y61K36 
(64%,0%,61%,36%)
(0.64/0.00/0.61/0.36)	

CMYK percentages

%64.02
%0
%60.98
%35.69

Codes

Color #3BA440 in popluar color models

3BA440
RGB5916464
HSL123°47.09%43.73%
HSB/HSV123°64.02%64.31%
CMYK64.02%0.00%60.98%
35.69%

Color #3BA440 in popluar number systems.

HEX3BA440
Decimal5916464
Binary111011101001001000000
Octal73244100

Shades and tints

Shades of #3BA440

#3BA440
(59,164,64)
#36963B
(54,150,59)
#318836
(49,136,54)
#2C7A31
(44,122,49)
#276C2C
(39,108,44)
#225E27
(34,94,39)
#1D5022
(29,80,34)
#18421D
(24,66,29)
#133418
(19,52,24)
#0E2613
(14,38,19)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #3BA440

#3BA440
(59,164,64)
#4CAC51
(76,172,81)
#5DB462
(93,180,98)
#6EBC73
(110,188,115)
#7FC484
(127,196,132)
#90CC95
(144,204,149)
#A1D4A6
(161,212,166)
#B2DCB7
(178,220,183)
#C3E4C8
(195,228,200)
#D4ECD9
(212,236,217)
#E5F4EA
(229,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BA440 color. Also use rgb(59,164,64) instead hex code.

Text Font Color

.myTextColor { color: #3BA440; }

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

This text font color is #3BA440.


Background Color

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

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

This div background color is #3BA440.


Border color

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

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

This div border color is #3BA440.


Opacity

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

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

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

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

This text has shadow with #3BA440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BA440 on black background.


Color preview on white background

This text has color #3BA440 on white background.



Black color preview on #3BA440 background

This text has black color on #3BA440 background.


White color preview on #3BA440 background

This text has white color on #3BA440 background.