COLOR #3BBD49

HEX: #3BBD49
RGB: (59,189,73)

Color info

#3BBD49 contains mainly green color. Web safe color of #3BBD49 is #33CC33 (or #3C3).

RGB color model

#3BBD49 color RGB value is (59,189,73).

  • red value is 59;
  • green value is 189;
  • blue value is 73.
RGB:
(59,189,73)
(23%,74%,29%)

RGB channels and saturation

R 59 of 255 = 23%
G 189 of 255 = 74%
B 73 of 255 = 29%

59
189
73

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

Portions of RGB colors in percentages

R + G + B =
59 + 189 + 73 = 321 (100%)
R 59 of 321 ~ 18.38%
G 189 of 321 ~ 58.88%
B 73 of 321 ~ 22.74%

%18.38
%58.88
%22.74

CMYK color model

#3BBD49 color CMYK value is (69,0,61,26).

  • cyan value is 68.78%
  • magenta value is 0.00%
  • yellow value is 61.38%
  • key color value is 25.88%
CMYK:
(69,0,61,26)
C69M0Y61K26 
(69%,0%,61%,26%)
(0.69/0.00/0.61/0.26)	

CMYK percentages

%68.78
%0
%61.38
%25.88

Codes

Color #3BBD49 in popluar color models

3BBD49
RGB5918973
HSL126°52.42%48.63%
HSB/HSV126°68.78%74.12%
CMYK68.78%0.00%61.38%
25.88%

Color #3BBD49 in popluar number systems.

HEX3BBD49
Decimal5918973
Binary111011101111011001001
Octal73275111

Shades and tints

Shades of #3BBD49

#3BBD49
(59,189,73)
#36AC43
(54,172,67)
#319B3D
(49,155,61)
#2C8A37
(44,138,55)
#277931
(39,121,49)
#22682B
(34,104,43)
#1D5725
(29,87,37)
#18461F
(24,70,31)
#133519
(19,53,25)
#0E2413
(14,36,19)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #3BBD49

#3BBD49
(59,189,73)
#4CC359
(76,195,89)
#5DC969
(93,201,105)
#6ECF79
(110,207,121)
#7FD589
(127,213,137)
#90DB99
(144,219,153)
#A1E1A9
(161,225,169)
#B2E7B9
(178,231,185)
#C3EDC9
(195,237,201)
#D4F3D9
(212,243,217)
#E5F9E9
(229,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BBD49 color. Also use rgb(59,189,73) instead hex code.

Text Font Color

.myTextColor { color: #3BBD49; }

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

This text font color is #3BBD49.


Background Color

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

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

This div background color is #3BBD49.


Border color

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

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

This div border color is #3BBD49.


Opacity

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

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

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

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

This text has shadow with #3BBD49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BBD49 on black background.


Color preview on white background

This text has color #3BBD49 on white background.



Black color preview on #3BBD49 background

This text has black color on #3BBD49 background.


White color preview on #3BBD49 background

This text has white color on #3BBD49 background.