COLOR #3DA80C

HEX: #3DA80C
RGB: (61,168,12)

Color info

#3DA80C contains mainly green color. Web safe color of #3DA80C is #339900 (or #390).

RGB color model

#3DA80C color RGB value is (61,168,12).

  • red value is 61;
  • green value is 168;
  • blue value is 12.
RGB:
(61,168,12)
(24%,66%,5%)

RGB channels and saturation

R 61 of 255 = 24%
G 168 of 255 = 66%
B 12 of 255 = 5%

61
168
12

R + G + B ~ 32%. #3DA80C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 168 + 12 = 241 (100%)
R 61 of 241 ~ 25.31%
G 168 of 241 ~ 69.71%
B 12 of 241 ~ 4.98%

%25.31
%69.71

CMYK color model

#3DA80C color CMYK value is (64,0,93,34).

  • cyan value is 63.69%
  • magenta value is 0.00%
  • yellow value is 92.86%
  • key color value is 34.12%
CMYK:
(64,0,93,34)
C64M0Y93K34 
(64%,0%,93%,34%)
(0.64/0.00/0.93/0.34)	

CMYK percentages

%63.69
%0
%92.86
%34.12

Codes

Color #3DA80C in popluar color models

3DA80C
RGB6116812
HSL101°86.67%35.29%
HSB/HSV101°92.86%65.88%
CMYK63.69%0.00%92.86%
34.12%

Color #3DA80C in popluar number systems.

HEX3DA80C
Decimal6116812
Binary111101101010001100
Octal7525014

Shades and tints

Shades of #3DA80C

#3DA80C
(61,168,12)
#38990B
(56,153,11)
#338A0A
(51,138,10)
#2E7B09
(46,123,9)
#296C08
(41,108,8)
#245D07
(36,93,7)
#1F4E06
(31,78,6)
#1A3F05
(26,63,5)
#153004
(21,48,4)
#102103
(16,33,3)
#0B1202
(11,18,2)
#000000
(0,0,0)

Tints of #3DA80C

#3DA80C
(61,168,12)
#4EAF22
(78,175,34)
#5FB638
(95,182,56)
#70BD4E
(112,189,78)
#81C464
(129,196,100)
#92CB7A
(146,203,122)
#A3D290
(163,210,144)
#B4D9A6
(180,217,166)
#C5E0BC
(197,224,188)
#D6E7D2
(214,231,210)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA80C color. Also use rgb(61,168,12) instead hex code.

Text Font Color

.myTextColor { color: #3DA80C; }

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

This text font color is #3DA80C.


Background Color

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

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

This div background color is #3DA80C.


Border color

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

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

This div border color is #3DA80C.


Opacity

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

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

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

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

This text has shadow with #3DA80C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DA80C on black background.


Color preview on white background

This text has color #3DA80C on white background.



Black color preview on #3DA80C background

This text has black color on #3DA80C background.


White color preview on #3DA80C background

This text has white color on #3DA80C background.