COLOR #3DB52E

HEX: #3DB52E
RGB: (61,181,46)

Color info

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

RGB color model

#3DB52E color RGB value is (61,181,46).

  • red value is 61;
  • green value is 181;
  • blue value is 46.
RGB:
(61,181,46)
(24%,71%,18%)

RGB channels and saturation

R 61 of 255 = 24%
G 181 of 255 = 71%
B 46 of 255 = 18%

61
181
46

R + G + B ~ 38%. #3DB52E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 181 + 46 = 288 (100%)
R 61 of 288 ~ 21.18%
G 181 of 288 ~ 62.85%
B 46 of 288 ~ 15.97%

%21.18
%62.85
%15.97

CMYK color model

#3DB52E color CMYK value is (66,0,75,29).

  • cyan value is 66.30%
  • magenta value is 0.00%
  • yellow value is 74.59%
  • key color value is 29.02%
CMYK:
(66,0,75,29)
C66M0Y75K29 
(66%,0%,75%,29%)
(0.66/0.00/0.75/0.29)	

CMYK percentages

%66.3
%0
%74.59
%29.02

Codes

Color #3DB52E in popluar color models

3DB52E
RGB6118146
HSL113°59.47%44.51%
HSB/HSV113°74.59%70.98%
CMYK66.30%0.00%74.59%
29.02%

Color #3DB52E in popluar number systems.

HEX3DB52E
Decimal6118146
Binary11110110110101101110
Octal7526556

Shades and tints

Shades of #3DB52E

#3DB52E
(61,181,46)
#38A52A
(56,165,42)
#339526
(51,149,38)
#2E8522
(46,133,34)
#29751E
(41,117,30)
#24651A
(36,101,26)
#1F5516
(31,85,22)
#1A4512
(26,69,18)
#15350E
(21,53,14)
#10250A
(16,37,10)
#0B1506
(11,21,6)
#000000
(0,0,0)

Tints of #3DB52E

#3DB52E
(61,181,46)
#4EBB41
(78,187,65)
#5FC154
(95,193,84)
#70C767
(112,199,103)
#81CD7A
(129,205,122)
#92D38D
(146,211,141)
#A3D9A0
(163,217,160)
#B4DFB3
(180,223,179)
#C5E5C6
(197,229,198)
#D6EBD9
(214,235,217)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DB52E color. Also use rgb(61,181,46) instead hex code.

Text Font Color

.myTextColor { color: #3DB52E; }

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

This text font color is #3DB52E.


Background Color

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

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

This div background color is #3DB52E.


Border color

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

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

This div border color is #3DB52E.


Opacity

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

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

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

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

This text has shadow with #3DB52E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB52E on black background.


Color preview on white background

This text has color #3DB52E on white background.



Black color preview on #3DB52E background

This text has black color on #3DB52E background.


White color preview on #3DB52E background

This text has white color on #3DB52E background.