COLOR #3DB05F

HEX: #3DB05F
RGB: (61,176,95)

Color info

#3DB05F contains mainly green color. Web safe color of #3DB05F is #339966 (or #396).

RGB color model

#3DB05F color RGB value is (61,176,95).

  • red value is 61;
  • green value is 176;
  • blue value is 95.
RGB:
(61,176,95)
(24%,69%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 176 of 255 = 69%
B 95 of 255 = 37%

61
176
95

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

Portions of RGB colors in percentages

R + G + B =
61 + 176 + 95 = 332 (100%)
R 61 of 332 ~ 18.37%
G 176 of 332 ~ 53.01%
B 95 of 332 ~ 28.61%

%18.37
%53.01
%28.61

CMYK color model

#3DB05F color CMYK value is (65,0,46,31).

  • cyan value is 65.34%
  • magenta value is 0.00%
  • yellow value is 46.02%
  • key color value is 30.98%
CMYK:
(65,0,46,31)
C65M0Y46K31 
(65%,0%,46%,31%)
(0.65/0.00/0.46/0.31)	

CMYK percentages

%65.34
%0
%46.02
%30.98

Codes

Color #3DB05F in popluar color models

3DB05F
RGB6117695
HSL138°48.52%46.47%
HSB/HSV138°65.34%69.02%
CMYK65.34%0.00%46.02%
30.98%

Color #3DB05F in popluar number systems.

HEX3DB05F
Decimal6117695
Binary111101101100001011111
Octal75260137

Shades and tints

Shades of #3DB05F

#3DB05F
(61,176,95)
#38A057
(56,160,87)
#33904F
(51,144,79)
#2E8047
(46,128,71)
#29703F
(41,112,63)
#246037
(36,96,55)
#1F502F
(31,80,47)
#1A4027
(26,64,39)
#15301F
(21,48,31)
#102017
(16,32,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #3DB05F

#3DB05F
(61,176,95)
#4EB76D
(78,183,109)
#5FBE7B
(95,190,123)
#70C589
(112,197,137)
#81CC97
(129,204,151)
#92D3A5
(146,211,165)
#A3DAB3
(163,218,179)
#B4E1C1
(180,225,193)
#C5E8CF
(197,232,207)
#D6EFDD
(214,239,221)
#E7F6EB
(231,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3DB05F; }

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

This text font color is #3DB05F.


Background Color

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

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

This div background color is #3DB05F.


Border color

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

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

This div border color is #3DB05F.


Opacity

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

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

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

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

This text has shadow with #3DB05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB05F on black background.


Color preview on white background

This text has color #3DB05F on white background.



Black color preview on #3DB05F background

This text has black color on #3DB05F background.


White color preview on #3DB05F background

This text has white color on #3DB05F background.