COLOR #3DB247

HEX: #3DB247
RGB: (61,178,71)

Color info

#3DB247 contains mainly green color. Web safe color of #3DB247 is #339933 (or #393).

RGB color model

#3DB247 color RGB value is (61,178,71).

  • red value is 61;
  • green value is 178;
  • blue value is 71.
RGB:
(61,178,71)
(24%,70%,28%)

RGB channels and saturation

R 61 of 255 = 24%
G 178 of 255 = 70%
B 71 of 255 = 28%

61
178
71

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

Portions of RGB colors in percentages

R + G + B =
61 + 178 + 71 = 310 (100%)
R 61 of 310 ~ 19.68%
G 178 of 310 ~ 57.42%
B 71 of 310 ~ 22.9%

%19.68
%57.42
%22.9

CMYK color model

#3DB247 color CMYK value is (66,0,60,30).

  • cyan value is 65.73%
  • magenta value is 0.00%
  • yellow value is 60.11%
  • key color value is 30.20%
CMYK:
(66,0,60,30)
C66M0Y60K30 
(66%,0%,60%,30%)
(0.66/0.00/0.60/0.30)	

CMYK percentages

%65.73
%0
%60.11
%30.2

Codes

Color #3DB247 in popluar color models

3DB247
RGB6117871
HSL125°48.95%46.86%
HSB/HSV125°65.73%69.80%
CMYK65.73%0.00%60.11%
30.20%

Color #3DB247 in popluar number systems.

HEX3DB247
Decimal6117871
Binary111101101100101000111
Octal75262107

Shades and tints

Shades of #3DB247

#3DB247
(61,178,71)
#38A241
(56,162,65)
#33923B
(51,146,59)
#2E8235
(46,130,53)
#29722F
(41,114,47)
#246229
(36,98,41)
#1F5223
(31,82,35)
#1A421D
(26,66,29)
#153217
(21,50,23)
#102211
(16,34,17)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #3DB247

#3DB247
(61,178,71)
#4EB957
(78,185,87)
#5FC067
(95,192,103)
#70C777
(112,199,119)
#81CE87
(129,206,135)
#92D597
(146,213,151)
#A3DCA7
(163,220,167)
#B4E3B7
(180,227,183)
#C5EAC7
(197,234,199)
#D6F1D7
(214,241,215)
#E7F8E7
(231,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DB247 color. Also use rgb(61,178,71) instead hex code.

Text Font Color

.myTextColor { color: #3DB247; }

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

This text font color is #3DB247.


Background Color

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

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

This div background color is #3DB247.


Border color

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

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

This div border color is #3DB247.


Opacity

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

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

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

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

This text has shadow with #3DB247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB247 on black background.


Color preview on white background

This text has color #3DB247 on white background.



Black color preview on #3DB247 background

This text has black color on #3DB247 background.


White color preview on #3DB247 background

This text has white color on #3DB247 background.