COLOR #3BAF34

HEX: #3BAF34
RGB: (59,175,52)

Color info

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

RGB color model

#3BAF34 color RGB value is (59,175,52).

  • red value is 59;
  • green value is 175;
  • blue value is 52.
RGB:
(59,175,52)
(23%,69%,20%)

RGB channels and saturation

R 59 of 255 = 23%
G 175 of 255 = 69%
B 52 of 255 = 20%

59
175
52

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

Portions of RGB colors in percentages

R + G + B =
59 + 175 + 52 = 286 (100%)
R 59 of 286 ~ 20.63%
G 175 of 286 ~ 61.19%
B 52 of 286 ~ 18.18%

%20.63
%61.19
%18.18

CMYK color model

#3BAF34 color CMYK value is (66,0,70,31).

  • cyan value is 66.29%
  • magenta value is 0.00%
  • yellow value is 70.29%
  • key color value is 31.37%
CMYK:
(66,0,70,31)
C66M0Y70K31 
(66%,0%,70%,31%)
(0.66/0.00/0.70/0.31)	

CMYK percentages

%66.29
%0
%70.29
%31.37

Codes

Color #3BAF34 in popluar color models

3BAF34
RGB5917552
HSL117°54.19%44.51%
HSB/HSV117°70.29%68.63%
CMYK66.29%0.00%70.29%
31.37%

Color #3BAF34 in popluar number systems.

HEX3BAF34
Decimal5917552
Binary11101110101111110100
Octal7325764

Shades and tints

Shades of #3BAF34

#3BAF34
(59,175,52)
#36A030
(54,160,48)
#31912C
(49,145,44)
#2C8228
(44,130,40)
#277324
(39,115,36)
#226420
(34,100,32)
#1D551C
(29,85,28)
#184618
(24,70,24)
#133714
(19,55,20)
#0E2810
(14,40,16)
#09190C
(9,25,12)
#000000
(0,0,0)

Tints of #3BAF34

#3BAF34
(59,175,52)
#4CB646
(76,182,70)
#5DBD58
(93,189,88)
#6EC46A
(110,196,106)
#7FCB7C
(127,203,124)
#90D28E
(144,210,142)
#A1D9A0
(161,217,160)
#B2E0B2
(178,224,178)
#C3E7C4
(195,231,196)
#D4EED6
(212,238,214)
#E5F5E8
(229,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BAF34 color. Also use rgb(59,175,52) instead hex code.

Text Font Color

.myTextColor { color: #3BAF34; }

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

This text font color is #3BAF34.


Background Color

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

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

This div background color is #3BAF34.


Border color

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

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

This div border color is #3BAF34.


Opacity

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

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

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

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

This text has shadow with #3BAF34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BAF34 on black background.


Color preview on white background

This text has color #3BAF34 on white background.



Black color preview on #3BAF34 background

This text has black color on #3BAF34 background.


White color preview on #3BAF34 background

This text has white color on #3BAF34 background.