COLOR #3FDB82

HEX: #3FDB82 RGB: (63,219,130)

Color info

#3FDB82 contains mainly green color. Web safe color of #3FDB82 is #33CC99 (or #3C9).

RGB color model

#3FDB82 color RGB value is (63,219,130).

RGB: (63,219,130) (25%, 86%, 51%)

RGB channels and saturation

R 63 of 255 = 25%
G 219 of 255 = 86%
B 130 of 255 = 51%

63
219
130

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

Portions of RGB colors in percentages

R + G + B = 63 + 219 + 130 = 412 (100%)
R 63 of 412 ~ 15.29%
G 219 of 412 ~ 53.16%
B 130 of 412 ~ 31.55'%

%15.29
%53.16
%31.55

CMYK color model

#3FDB82 color CMYK value is (71,0,41,14).

  • cyan value is 71.23%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 14.12%

CMYK: (71,0,41,14)
C71M0Y41K14 (71%, 0%, 41%, 14%)
(0.71 / 0.00 / 0.41 / 0.14)

CMYK percentages

%71.23
%0
%40.64
%14.12

Codes

Color #3FDB82 in popluar color models

3F DB 82
RGB 63 219 130
HSL 146° 68.42% 55.29%
HSB/HSV 146° 71.23% 85.88%
CMYK 71.23% 0.00% 40.64%
14.12%

Color #3FDB82 in popluar number systems.

HEX 3F DB 82
Decimal 63 219 130
Binary 111111 11011011 10000010
Octal 77 333 202

Shades and tints

Shades of #3FDB82

#3FDB82
(63,219,130)
#3AC877
(58,200,119)
#35B56C
(53,181,108)
#30A261
(48,162,97)
#2B8F56
(43,143,86)
#267C4B
(38,124,75)
#216940
(33,105,64)
#1C5635
(28,86,53)
#17432A
(23,67,42)
#12301F
(18,48,31)
#0D1D14
(13,29,20)
#000000
(0,0,0)

Tints of #3FDB82

#3FDB82
(63,219,130)
#50DE8D
(80,222,141)
#61E198
(97,225,152)
#72E4A3
(114,228,163)
#83E7AE
(131,231,174)
#94EAB9
(148,234,185)
#A5EDC4
(165,237,196)
#B6F0CF
(182,240,207)
#C7F3DA
(199,243,218)
#D8F6E5
(216,246,229)
#E9F9F0
(233,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FDB82 color. Also use rgb(63,219,130) instead hex code.

Text Font Color

.myTextColor { color: #3FDB82; }

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

This text font color is #3FDB82.

Background Color

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

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

This div background color is #3FDB82.

Border color

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

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

This div border color is #3FDB82.

Opacity

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

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

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

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

This text has shadow with #3FDB82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FDB82.

Preview

Color preview on black background

This text has color #3FDB82 on black background.


Color preview on white background

This text has color #3FDB82 on white background.


Black color preview on #3FDB82 background

This text has black color on #3FDB82 background.


White color preview on #3FDB82 background

This text has white color on #3FDB82 background.


Related colors

Complementary color

Complementary color for #hex is #C0247D.


I love getcolorcode.com

Triadic colors

1 #823FDB and #DB823F with #3FDB82 are triadic colors.

2 #82DB3F and #DB3F82 with #3FDB82 are triadic colors.