COLOR #3DB421

HEX: #3DB421
RGB: (61,180,33)

Color info

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

RGB color model

#3DB421 color RGB value is (61,180,33).

  • red value is 61;
  • green value is 180;
  • blue value is 33.
RGB:
(61,180,33)
(24%,71%,13%)

RGB channels and saturation

R 61 of 255 = 24%
G 180 of 255 = 71%
B 33 of 255 = 13%

61
180
33

R + G + B ~ 36%. #3DB421 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 180 + 33 = 274 (100%)
R 61 of 274 ~ 22.26%
G 180 of 274 ~ 65.69%
B 33 of 274 ~ 12.04%

%22.26
%65.69
%12.04

CMYK color model

#3DB421 color CMYK value is (66,0,82,29).

  • cyan value is 66.11%
  • magenta value is 0.00%
  • yellow value is 81.67%
  • key color value is 29.41%
CMYK:
(66,0,82,29)
C66M0Y82K29 
(66%,0%,82%,29%)
(0.66/0.00/0.82/0.29)	

CMYK percentages

%66.11
%0
%81.67
%29.41

Codes

Color #3DB421 in popluar color models

3DB421
RGB6118033
HSL109°69.01%41.76%
HSB/HSV109°81.67%70.59%
CMYK66.11%0.00%81.67%
29.41%

Color #3DB421 in popluar number systems.

HEX3DB421
Decimal6118033
Binary11110110110100100001
Octal7526441

Shades and tints

Shades of #3DB421

#3DB421
(61,180,33)
#38A41E
(56,164,30)
#33941B
(51,148,27)
#2E8418
(46,132,24)
#297415
(41,116,21)
#246412
(36,100,18)
#1F540F
(31,84,15)
#1A440C
(26,68,12)
#153409
(21,52,9)
#102406
(16,36,6)
#0B1403
(11,20,3)
#000000
(0,0,0)

Tints of #3DB421

#3DB421
(61,180,33)
#4EBA35
(78,186,53)
#5FC049
(95,192,73)
#70C65D
(112,198,93)
#81CC71
(129,204,113)
#92D285
(146,210,133)
#A3D899
(163,216,153)
#B4DEAD
(180,222,173)
#C5E4C1
(197,228,193)
#D6EAD5
(214,234,213)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DB421 color. Also use rgb(61,180,33) instead hex code.

Text Font Color

.myTextColor { color: #3DB421; }

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

This text font color is #3DB421.


Background Color

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

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

This div background color is #3DB421.


Border color

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

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

This div border color is #3DB421.


Opacity

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

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

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

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

This text has shadow with #3DB421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB421 on black background.


Color preview on white background

This text has color #3DB421 on white background.



Black color preview on #3DB421 background

This text has black color on #3DB421 background.


White color preview on #3DB421 background

This text has white color on #3DB421 background.