COLOR #3DB081

HEX: #3DB081 RGB: (61,176,129)

Color info

#3DB081 contains mainly green and blue colors. Web safe color of #3DB081 is #339999 (or #399).

RGB color model

#3DB081 color RGB value is (61,176,129).

RGB: (61,176,129) (24%, 69%, 51%)

RGB channels and saturation

R 61 of 255 = 24%
G 176 of 255 = 69%
B 129 of 255 = 51%

61
176
129

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

Portions of RGB colors in percentages

R + G + B = 61 + 176 + 129 = 366 (100%)
R 61 of 366 ~ 16.67%
G 176 of 366 ~ 48.09%
B 129 of 366 ~ 35.25'%

%16.67
%48.09
%35.25

CMYK color model

#3DB081 color CMYK value is (65,0,27,31).

  • cyan value is 65.34%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%

CMYK: (65,0,27,31)
C65M0Y27K31 (65%, 0%, 27%, 31%)
(0.65 / 0.00 / 0.27 / 0.31)

CMYK percentages

%65.34
%0
%26.7
%30.98

Codes

Color #3DB081 in popluar color models

3D B0 81
RGB 61 176 129
HSL 155° 48.52% 46.47%
HSB/HSV 155° 65.34% 69.02%
CMYK 65.34% 0.00% 26.70%
30.98%

Color #3DB081 in popluar number systems.

HEX 3D B0 81
Decimal 61 176 129
Binary 111101 10110000 10000001
Octal 75 260 201

Shades and tints

Shades of #3DB081

#3DB081
(61,176,129)
#38A076
(56,160,118)
#33906B
(51,144,107)
#2E8060
(46,128,96)
#297055
(41,112,85)
#24604A
(36,96,74)
#1F503F
(31,80,63)
#1A4034
(26,64,52)
#153029
(21,48,41)
#10201E
(16,32,30)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #3DB081

#3DB081
(61,176,129)
#4EB78C
(78,183,140)
#5FBE97
(95,190,151)
#70C5A2
(112,197,162)
#81CCAD
(129,204,173)
#92D3B8
(146,211,184)
#A3DAC3
(163,218,195)
#B4E1CE
(180,225,206)
#C5E8D9
(197,232,217)
#D6EFE4
(214,239,228)
#E7F6EF
(231,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DB081 color. Also use rgb(61,176,129) instead hex code.

Text Font Color

.myTextColor { color: #3DB081; }

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

This text font color is #3DB081.

Background Color

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

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

This div background color is #3DB081.

Border color

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

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

This div border color is #3DB081.

Opacity

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

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

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

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

This text has shadow with #3DB081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3DB081.

Preview

Color preview on black background

This text has color #3DB081 on black background.


Color preview on white background

This text has color #3DB081 on white background.


Black color preview on #3DB081 background

This text has black color on #3DB081 background.


White color preview on #3DB081 background

This text has white color on #3DB081 background.


Related colors

Complementary color

Complementary color for #hex is #C24F7E.


I love getcolorcode.com

Triadic colors

1 #813DB0 and #B0813D with #3DB081 are triadic colors.

2 #81B03D and #B03D81 with #3DB081 are triadic colors.